Releases: luxtagofficial/Apostille-library
Releases · luxtagofficial/Apostille-library
v7.4.0
7.4.0 (2019-08-27)
Features
- ApostillePublicAccount: Add publicKey and address getters (fc1d307)
v7.3.0
7.3.0 (2019-08-26)
Bug Fixes
- ApostilleHttp.ts: Fix announceAll() function (41d20d7)
Features
- hashes.ts: Add SHA3 (8fd6339)
- hashes.ts: Remove non signing hashing functions (ee29873)
- package.json: Update nem2-sdk to support Elephant (e2d4d26)
v7.2.0
7.2.0 (2019-04-10)
Features
- ApostilleHttp: Initial version of announceAll method (5b20de9)
- ApostilleHttp: Rewrite fetchALlTransactions to use RxJs (cfb6a40)
- Initiator: Add canSign check (269028f)
v7.1.0
7.1.0 (2018-11-29)
Features
- ApostillePublicAccount: signAggregate receive array of innertransaction instead of transaction (c0e0b5e)
v7.0.1
7.0.1 (2018-11-28)
Bug Fixes
- ApostilleHttp: Fix error catcher for some methods (1292df1)
- ApostillePublicAccount: Fix transfer not removing previous owners (bcbd383)
v7.0.0
7.0.0 (2018-11-26)
Bug Fixes
- TransactionsStreams: TransactionsStreams is deprecated and removed (e5af531)
Features
- Apostille: get ApostillePublicAccount from Apostille (343e50a)
- ApostilleAndTransactionsStreams: Apostille announce separation and How to use TransactionsStre (8231f42)
- ApostilleHttp: Move some methods to ApostilleHttp and Added some tests for it (fafb289)
- ApostilleHttp: Released a new feature to announce transaction (4e1fe07)
- ApostillePublicAccount: Change ApostilleAccount to ApostillePublicAccount and Separate announc (537e82b)
- ApostillePublicAccount: Separate sign and transaction (fdb2318)
- Index: export in index.ts is more modular (10ff96a)
- Initiator: Add some more features to initiator class (812ab9f)
- NewRelease: Trying to trigger Travis CI (e8e3512)
- PublicApostille: Format to follow Apostille class (46a0472)
BREAKING CHANGES
- PublicApostille: Removed Initiator and IReadyTransaction class
v6.1.6
6.1.6 (2018-11-14)
Bug Fixes
- ApostilleAccount: isOwned method returning false if error ResourceNotFound (156b34d)
- ApostilleAccount: Skip api.luxtag.ninja test (33a9ff8)
v6.1.5
6.1.5 (2018-11-14)
Bug Fixes
- ApostilleAccount: Add urls parameter for isOwned method (76413e8)
v6.1.4
6.1.4 (2018-11-14)
Bug Fixes
- ApostilleAccount: Announce returning promise (6e475be)
v6.1.3
6.1.3 (2018-11-12)
Bug Fixes
- ApostilleAccount: Catch error of announce (8a421e7)