Releases: steemit/steem-js
Releases · steemit/steem-js
Release list
v0.5.15
v0.5.14
v0.5.11
- Add method
recover_accountand fix serializer - Update documentation with disclamer for login method
- Add examples for the comment and following operations in
/examples/broadcast.html
v0.5.8
- Add
getVestingDelegationAPI method
v0.5.5
- Fix
comment_payout_beneficiariesserializer. - Add
comment_optionsoperation test. - Add
get_post_discussions_by_payoutandget_comment_discussions_by_payAPI methods. - Add config param on browser version.
- Remove
cryptodependancy.
v0.5.4
- Fix chain time access, remove local time fallback
v0.5.3
- Use
account_by_key_apiAPI forget_key_referencesmethod instead ofdatabase_api(depreciated). - Fix
inFlightrestriction: count only active requests.
v0.5.2
- Add
accountCreateWithDelegationoperation - Add
delegateVestingSharesoperation
v0.5.0
- Add isPubkey method verify public key
- Add encrypted memo
- Add memo test
- Add market history API methods
v0.4.10
- 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.