Releases: luxtagofficial/Apostille-library
Releases · luxtagofficial/Apostille-library
v4.0.0
4.0.0 (2018-07-17)
Performance Improvements
- PublicApostille: removed network type (a61121a)
BREAKING CHANGES
- PublicApostille: removed network type from public apostille constructor
v2.1.0
2.1.0 (2018-07-12)
Bug Fixes
- Verifier: Fix the bug of verifier and add test (7802420)
Features
- Errors: Standardazed Errors (87ded81)
v2.0.0
2.0.0 (2018-07-11)
Performance Improvements
- Apostille: removed networkType from Apostille class (b67bc1f), closes #3
BREAKING CHANGES
- Apostille: Apostille Class constructor don't accept network type anymore
v1.0.0
1.0.0 (2018-07-11)
Bug Fixes
- ApostilleAccounts: getCreationTransaction is working properly (435b126)
Features
- $newClass: A new class to verify apostille (89bf5f5)
- $newClass: A public account of apostille (9a0044b)
- Monitor: added a monitor to Apostille and ApostilleAccount class (26be650)
Performance Improvements
- $improvements: Change from fuse to lodash in ApostilleAccount class (2eb4d7d)
Tests
- Test: fixed few tests after adding sha3 signing algorithm (595c747)
BREAKING CHANGES
- Test: for MIJIN_TEST and MIJIN hd accounts are not generated the same way as it's using
sha3 signing algorithm instaid of keccak
v0.7.1
0.7.1 (2018-06-06)
Bug Fixes
- Apostille: fixed a bug related to the creator getter function (74222e0)
- isAnnounced: fixed a bug and changed behavior (a78b9ef)
- PublicApostille: the announce function now checks properly before announcing (268553b)
v0.7.0
0.7.0 (2018-05-29)
Features
- ownership: owning a private apostill is now possible (f6aec8d)
- transfer: added a function to transfer ownership of the private apostille (fd6f480)
v0.6.1
0.6.1 (2018-05-22)
Bug Fixes
- package.json: fixed package.json entry point (1e33df0)
v0.6.0
0.6.0 (2018-05-22)
Bug Fixes
- unnounce: added multisig checking (c99ecb1)
- Update: Add normal transfer transaction to Update (b46856e)
Features
- Unnounce: Private Apostille Unnounce function added (a235c90)