Releases: steemit/steem-js
Releases · steemit/steem-js
v0.8.0
Refactor Babel and update dependencies (#515)
- Refactor Babel and update dependencies
- Replaced deprecated Babel presets with @babel/preset-env in .babelrc.
- Bumped package version to 0.8.0 and updated dependencies in package.json, including Babel and Webpack.
- Enhanced README with examples for using Promises in broadcasting votes.
- Improved error handling and timeout management in HTTP transport methods.
- Refactored various modules to use CommonJS require syntax instead of ES6 imports for compatibility.
- Removed unused visualizer plugin from Webpack configuration.
-
- Changed Node.js version from 6 to 12 in CircleCI configuration.
- Removed deprecated Dockerfiles for Node.js 4 and 6.
- Updated package.json dependencies to newer versions for improved compatibility and security.
- Adjusted GitHub Actions workflow to use the new Node.js 12 Dockerfile.
-
Update Babel configuration and enhance Dockerfile for Node.js 12 compatibility
-
- Updated .babelrc to target Node.js 18.
- Modified CircleCI configuration to use Node.js 18.
- Removed deprecated Dockerfile for Node.js 12 and adjusted GitHub Actions workflow to use the new Node.js 18 Dockerfile.
- Updated package.json scripts for compatibility with the new Node.js version.
- Added polyfills for browser compatibility in Webpack configuration.
v0.7.7
Changelog
This release contains new methods and operations for Steem HF21, most for the SPS / Steem.DAO Proposals system.
New operations were added:
create_proposal
update_proposal_votes
remove_proposal
account_update2
New methods were added:
list_proposals
list_voter_proposals
find_proposals