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.currencyreplaced withsymbol.xym- Updated copyrights and README.md
- 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
- 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
Milestone: catapult-server@v0.9.4.1
- Upgraded symbol-sdk to v0.18.0
- Upgraded symbol-hd-wallets to v0.10.0
v0.9.1 - 16-Apr-2020
Milestone: catapult-server@v0.9.3.2
- 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
Milestone: catapult-server@v0.9.3.1
- rebranded package to symbol-qr-library
- replaced deps to symbol-sdk and symbol-hd-wallets
v0.8.0 - 20-Feb-2020
Milestone: catapult-server@v0.9.2.1
- Updated upstream nem2-sdk@v0.17.0
- Updated upstream nem2-hd-wallets@v0.8.0
- Fixed public key generation tests
- Updated vulnerable dependencies
v0.7.0 - 15-Dec-2019
Milestone: catapult-server@v0.9.2.1
- Update sdk to v0.16.0
v0.6.1 - 06-Dec-2019
Milestone: catapult-server@v0.9.1.1
- Updated sdk to v0.15.0
v0.6.0 - 22-Nov-2019
Milestone: catapult-server pre v0.9.x
- Updated dependency tree
v0.5.3 - 15-Nov-2019
Milestone: catapult-server pre v0.9.x
- Using standard
qrcodepackage - Added
npm run build.browser - Fixed TransactionQR and MnemonicQR
v0.4.1 - 21-Oct-2019
Milestone: catapult-server pre v0.9.x
- Added class
EncryptedPayload - Added class
EncryptionService - Added data schemas structure with
QRCodeDataSchema - Added data schema
AddContactDataSchema - Added data schema
ExportAccountDataSchema - Added data schema
RequestCosignatureDataSchemachild of Transaction data schema - Added data schema
RequestTransactionDataSchemachild of Transaction data schema - Unit tests for AccountQR, ContactQR, TransactionQR, CosignatureQR
- Modified QRCode.toJSON() logic to make use of
build()method - Fixed
AccountQRgeneration of encrypted private keys for accounts - Fixed
ContactQRto also holdnameinformation (optional) - Fixed QR Code
TypeNumber: ContactQR uses type 10, AccountQR type 20, TransactionQR type 40. - Removed class
QRService - Removed encryption from
QRServiceinAccountQR
Milestone: catapult-server pre v0.9.x
- added QRcode base class
- added AccountQR Class
- added ContactQR Class
- added TransactionQR Class
- added ObjectQR Class
Milestone: catapult-server pre v0.9.x
- added qr-library.
- generate QRcode by string.
- generate image base64 string by string.