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 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: [email protected]
- Upgraded symbol-sdk to v0.18.0
- Upgraded symbol-hd-wallets to v0.10.0
v0.9.1 - 16-Apr-2020
Milestone: [email protected]
- 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: [email protected]
- rebranded package to symbol-qr-library
- replaced deps to symbol-sdk and symbol-hd-wallets
v0.8.0 - 20-Feb-2020
Milestone: [email protected]
- Updated upstream [email protected]
- Updated upstream [email protected]
- Fixed public key generation tests
- Updated vulnerable dependencies
v0.7.0 - 15-Dec-2019
Milestone: [email protected]
- Update sdk to v0.16.0
v0.6.1 - 06-Dec-2019
Milestone: [email protected]
- 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
qrcode
package - 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
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 holdname
information (optional) - Fixed QR Code
TypeNumber
: ContactQR uses type 10, AccountQR type 20, TransactionQR type 40. - Removed class
QRService
- Removed encryption from
QRService
inAccountQR
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.