Skip to content

Releases: steemit/steem-js

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.

v0.5.15

19 Jun 07:29
Compare
Choose a tag to compare

Improvements

  • Added estimateAccountValue formatter af9714e
  • optimization: don't parse json data twice 02354c5