Skip to content

Latest commit

 

History

History
146 lines (99 loc) · 5.24 KB

CHANGELOG.md

File metadata and controls

146 lines (99 loc) · 5.24 KB

CHANGELOG

v0.14.2 - 30-Dec-2021

  • Upgraded symbol-sdk(dev dependency) to v1.0.3
  • Upgraded symbol-hd-wallets to v0.14.2
  • Upgraded other dependencies to latest versions
  • cat.currency replaced with symbol.xym
  • Updated copyrights and README.md

[v0.14.0][v0.14.0] - 22-Dev-2020

  • Removed symbol-sdk dependency.

v0.13.0 - 29-Sep-2020

  • Upgraded symbol-sdk to v0.21.0
  • Upgraded symbol-hd-wallets to v0.13.0

v0.12.1 - 25-Sep-2020

  • Upgraded symbol-sdk to v0.20.8 alpha
  • Upgraded symbol-hd-wallets to use next tag

v0.12.0 - 13-Jul-2020

  • Upgraded symbol-sdk to v0.20.6
  • Upgraded symbol-hd-wallets to v0.12.0
  • Fixed CosignatureQR for aggregate serialization changes

v0.11.0 - 25-May-2020

  • Upgraded symbol-sdk to v0.19.1
  • Upgraded symbol-hd-wallets to v0.11.0

v0.10.0 - 27-Apr-2020

  • Upgraded symbol-sdk to v0.18.0
  • Upgraded symbol-hd-wallets to v0.10.0

v0.9.1 - 16-Apr-2020

  • Added automatic release management (NIP#14)
  • Fixed crypto-js inclusion bug with TS types
  • Moved browser build files to release/

v0.9.0 - 03-Mar-2020

  • rebranded package to symbol-qr-library
  • replaced deps to symbol-sdk and symbol-hd-wallets

v0.8.0 - 20-Feb-2020

v0.7.0 - 15-Dec-2019

  • Update sdk to v0.16.0

v0.6.1 - 06-Dec-2019

  • Updated sdk to v0.15.0

v0.6.0 - 22-Nov-2019

  • Updated dependency tree

v0.5.3 - 15-Nov-2019

  • Using standard qrcode package
  • Added npm run build.browser
  • Fixed TransactionQR and MnemonicQR

v0.4.1 - 21-Oct-2019

  • Added class EncryptedPayload
  • Added class EncryptionService
  • Added data schemas structure with QRCodeDataSchema
  • Added data schema AddContactDataSchema
  • Added data schema ExportAccountDataSchema
  • Added data schema RequestCosignatureDataSchema child of Transaction data schema
  • Added data schema RequestTransactionDataSchema child of Transaction data schema
  • Unit tests for AccountQR, ContactQR, TransactionQR, CosignatureQR
  • Modified QRCode.toJSON() logic to make use of build() method
  • Fixed AccountQR generation of encrypted private keys for accounts
  • Fixed ContactQR to also hold name information (optional)
  • Fixed QR Code TypeNumber: ContactQR uses type 10, AccountQR type 20, TransactionQR type 40.
  • Removed class QRService
  • Removed encryption from QRService in AccountQR

v0.2.0

  • added QRcode base class
  • added AccountQR Class
  • added ContactQR Class
  • added TransactionQR Class
  • added ObjectQR Class

v0.1.0

  • added qr-library.
  • generate QRcode by string.
  • generate image base64 string by string.