Releases: steemit/steem-js
Releases · steemit/steem-js
v0.8.0
07 May 02:19
Compare
Sorry, something went wrong.
No results found
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.
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
25 Aug 14:47
Compare
Sorry, something went wrong.
No results found
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
v0.6.4
21 Sep 08:13
Compare
Sorry, something went wrong.
No results found
Changelog
Added logger support #239
Fix roles mapping #244
Fix params for get_content_replies #246
v0.6.3
03 Aug 17:28
Compare
Sorry, something went wrong.
No results found
Changelog
Set transport based on url #220
Add postinstall-build package to generate deployment files on postinstall 1bca32a
Add broadcast helpers for add and remove a key on user key_auth array #213
Fix JSON RPC broadcast #222
Change isomorphic-fetch to fetch-ponyfill #230
Add MIT license #227
v0.6.1
17 Jul 16:44
Compare
Sorry, something went wrong.
No results found
Changelog
Implement passback broadcast's responses #202
Remove usage of .json files #211
v0.6.0
13 Jul 18:26
Compare
Sorry, something went wrong.
No results found
Improvements
Add JSON-RPC support #209
Add multi-sig usage #207
Add webpack usage #201
v0.5.20
01 Jul 03:58
Compare
Sorry, something went wrong.
No results found
Improvements
Update scripts for react-native #192
v0.5.19
27 Jun 08:16
Compare
Sorry, something went wrong.
No results found
Improvements
Change console.log to debugWs d81d2f5
Fix formatter path in test (move index.js to src) 09213cb
Fix test, avoid duplicate tx vote 864299d
Don't use const outside of babelified source 7b90c29
v0.5.18
23 Jun 08:26
Compare
Sorry, something went wrong.
No results found
Improvments
ws client refactoring: make it more simple by calling onMessage function from ws.message handler 2204f6e
v0.5.17
22 Jun 08:53
Compare
Sorry, something went wrong.
No results found
Improvements
emit performance tracking event 3afec8a
Added Suggest password formatter ef4db1d
Added broadcast helper addAccountAuth and removeAccountAuth c6bb445
Version v0.5.16 was skipped. It was published with missing dependency.