Releases: steemit/steem-js
Releases · steemit/steem-js
v0.5.14
v0.5.11
- 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
- Add
getVestingDelegation
API method
v0.5.5
- Fix
comment_payout_beneficiaries
serializer. - Add
comment_options
operation test. - Add
get_post_discussions_by_payout
andget_comment_discussions_by_pay
API methods. - Add config param on browser version.
- Remove
crypto
dependancy.
v0.5.4
- Fix chain time access, remove local time fallback
v0.5.3
- Use
account_by_key_api
API forget_key_references
method instead ofdatabase_api
(depreciated). - Fix
inFlight
restriction: count only active requests.
v0.5.2
- Add
accountCreateWithDelegation
operation - Add
delegateVestingShares
operation
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.
v0.4.8
- Change default WebSocket url