Skip to content

Latest commit

 

History

History
74 lines (43 loc) · 2.86 KB

CHANGELOG.md

File metadata and controls

74 lines (43 loc) · 2.86 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.8.0(2022-21-16)

Features

  • Support for NFTs

Bug Fixes

  • add support for node 16 (7d776a3d)
  • fixed vulnerabilities and various secuirty issues (a993eef7)

0.6.4 (2019-12-16)

Features

  • add balance_type to vesting balance withdraw (c560b84)
  • account_update: added value.update_last_voting_time (00dbac4)

Bug Fixes

  • add export data for vesting balance type (24138cc)
  • add vesting_policy_initializer to exports (982b859)
  • remove wrong export item (0d8d0a1)
  • use string instead of bool for balance type in vesting create (da0dec9)

0.6.3 (2019-12-12)

0.6.2 (2019-10-03)

Changed

  • updated packages to address security warnings

0.6.1 (2019-05-10)

Added

  • added sonarcloud util and initial scan data

0.6.0 (2019-04-15)

Build

  • peerplaysjs-ws: peerplaysjs-ws merge into peerplaysjs-lib (9f6c247)

0.5.0 (2019-04-05)

Added

  • Add AccountLogin class

Changed

  • Clean up imports
  • Use babel for tests

0.3.0

Changed

  • Extract websocket library to separate peerplaysjs-ws lib