Skip to content

Releases: steemit/steem-js

v0.5.15

Choose a tag to compare

@nil1511 nil1511 released this 19 Jun 07:29

Improvements

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

v0.5.14

Choose a tag to compare

@nil1511 nil1511 released this 09 Jun 06:23

Improvements

  • Added Cross-env for windows postinstall support (#159)
  • Add mode param on streaming method to load head or irreversible block(#160)
  • Use current block - 3 reference for broadcast tx(#161)

v0.5.11

Choose a tag to compare

@bonustrack bonustrack released this 02 Jun 14:02
  • Add method recover_account and fix serializer
  • Update documentation with disclamer for login method
  • Add examples for the comment and following operations in /examples/broadcast.html

v0.5.8

v0.5.8 Pre-release
Pre-release

Choose a tag to compare

@bonustrack bonustrack released this 23 May 18:11
  • Add getVestingDelegation API method

v0.5.5

v0.5.5 Pre-release
Pre-release

Choose a tag to compare

@bonustrack bonustrack released this 24 Apr 18:20
  • Fix comment_payout_beneficiaries serializer.
  • Add comment_options operation test.
  • Add get_post_discussions_by_payout and get_comment_discussions_by_pay API methods.
  • Add config param on browser version.
  • Remove crypto dependancy.

v0.5.4

v0.5.4 Pre-release
Pre-release

Choose a tag to compare

@bonustrack bonustrack released this 14 Apr 14:13
  • Fix chain time access, remove local time fallback

v0.5.3

Choose a tag to compare

@bonustrack bonustrack released this 13 Apr 16:13
  • Use account_by_key_api API for get_key_references method instead of database_api (depreciated).
  • FixinFlight restriction: count only active requests.

v0.5.2

Choose a tag to compare

@bonustrack bonustrack released this 31 Mar 20:42
  • Add accountCreateWithDelegation operation
  • Add delegateVestingShares operation

v0.5.0

Choose a tag to compare

@bonustrack bonustrack released this 15 Mar 14:03
  • Add isPubkey method verify public key
  • Add encrypted memo
  • Add memo test
  • Add market history API methods

v0.4.10

v0.4.10 Pre-release
Pre-release

Choose a tag to compare

@bonustrack bonustrack released this 11 Mar 19:39
  • Add method steem.config.set() and steem.config.get(). These methods are used to set a different websocket url, chain id or address prefix.
  • Method steem.api.setWebSocket() is depreciated.