Releases: luxtagofficial/Apostille-library
Releases · luxtagofficial/Apostille-library
v6.1.2
6.1.2 (2018-11-07)
Bug Fixes
- Apostille: Change to public constructure (e438889)
- Apostille: Remove trailing space (63179ec)
v6.1.1
6.1.1 (2018-11-07)
Bug Fixes
- Apostille: Fix problem hdAccont is not found (da60932)
v6.1.0
6.1.0 (2018-11-07)
Features
- Apostille: Init with private key (6c40ce6)
v6.0.4
6.0.4 (2018-11-04)
Bug Fixes
- ApostilleAccount: Fix getCreationTransaction method (d4ce66f)
v6.0.3
6.0.3 (2018-11-04)
Bug Fixes
- urls: pass urls to getTrasactionInfo (8f2fdec)
v6.0.2
6.0.2 (2018-11-01)
Bug Fixes
- url: passed the urls parameter down in the announce function (19c68e3)
v6.0.1
6.0.1 (2018-11-01)
Bug Fixes
- url: passing a url is now possible (d982eaf)
v6.0.0
6.0.0 (2018-08-08)
Bug Fixes
- monitor: the close function should close all connections (1069a6f)
- test: fixed all the failing tests (ba82a58)
Code Refactoring
- apostille: extended apostille from apostilleAcount (1cb6a19)
- associate: renamed own to associate (25ad9c2)
- isCreated: isCreated now throws an error if something wrong happens (50e2ccd)
Features
- deadline: refresh the deadline on announcing (d0d9e51)
- isCreated: check unconfiremed transactions as well (366f587), closes #13
BREAKING CHANGES
- associate: renamed ownn to associate
- isCreated: throws an error if something wrong happens
- apostille: hdAccount got renamed to publicHD
v5.0.0
5.0.0 (2018-07-19)
Bug Fixes
- ApostilleAccount: removed urls from constructor (4d4eaaf)
- TransactionStream: fixed the constructor (f0fe549)
BREAKING CHANGES
- ApostilleAccount: constructor don't accept urls anymore
v4.0.1
4.0.1 (2018-07-17)
Performance Improvements
- ApostilleAccount: Improve ApostilleAccount code and methods (f0c42e6)