8000 Releases · steemit/steem-js · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: steemit/steem-js

v0.8.0

07 May 02:19
66958eb
Compare
Choose a tag to compare

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

25 Aug 14:47
Compare
Choose a tag to compare

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
Choose a tag to compare

Changelog

  • Added logger support #239
  • Fix roles mapping #244
  • Fix params for get_content_replies #246

v0.6.3

03 Aug 17:28
Compare
Choose a tag to compare

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
Choose a tag to compare
v0.6.1 Pre-release
Pre-release

Changelog

  • Implement passback broadcast's responses #202
  • Remove usage of .json files #211

v0.6.0

13 Jul 18:26
Compare
Choose a tag to compare

Improvements

  • Add JSON-RPC support #209
  • Add multi-sig usage #207
  • Add webpack usage #201

v0.5.20

01 Jul 03:58
Compare
Choose a tag to compare

Improvements

  • Update scripts for react-native #192

v0.5.19

27 Jun 08:16
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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.

0