|
1 | | -# Changelog |
| 1 | +# CHANGELOG |
2 | 2 | All notable changes to this project will be documented in this file. |
3 | 3 |
|
4 | 4 | The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). |
5 | 5 |
|
| 6 | +## [0.11.3] - 10-Apr-2019 |
| 7 | + |
| 8 | +- Added `Transaction.maxFee` optional property in `create()` methods. (fixes #53) |
| 9 | +- Added `service/AggregateTransactionService` with `isComplete()` validates cosigners (fixes #4) |
| 10 | +- Fixed issue in `createFromDTO` with JSON format (fixes #107) |
| 11 | +- Added `model/transaction/EncryptedMessage` for encrypted message payloads |
| 12 | +- Fixed `MosaicProperties` to make *duration* optional (fixes #109) |
| 13 | +- Added `service/AggregateTransactionService` with `validateCosignatories` for completeness check (fixes #4) |
| 14 | + |
6 | 15 | ## [0.11.2] - 1-Apr-2019 |
7 | | -- Todo. |
| 16 | + |
| 17 | +- Added TransactionMapping (fixes #56 ) |
| 18 | +- Added CreateTransactionFromPayload (fixes #56 ) |
| 19 | +- Added SerializeTransactionToJSON |
| 20 | +- Added several toDTO() methods for serialization (fixes #56 ) |
| 21 | +- Added multisigAccountAdded in Listener |
| 22 | +- Added accountAddedToMultisig in Listener |
8 | 23 |
|
9 | 24 | ## [0.11.1] - 18-Mar-2019 |
10 | | -- Todo. |
11 | | -## [0.11] - 14-Mar-2019 |
12 | 25 |
|
13 | | -## Added |
14 | | -- UInt64.fromHex and UInt64.toHex functions have been exposed. |
15 | | -- Error message when a developer tries to add an aggregate as an inner transaction. |
16 | | -- AccountLink Transaction to enable delegated harvesting. |
17 | | -- Support for AliasTransaction. |
18 | | -- TransferTransactions can be sent to an alias instead of an address. |
| 26 | +- Todo |
19 | 27 |
|
20 | | -## Changed |
21 | | -- Mosaics were splited from namespaces. MosaicDefinition does not have a related namespaceId, but instead a MosaicNonce. |
22 | | -- SecretLockTransaction to work with Sha3_256 instead of Sha3_512 |
23 | | -- Network and nem2-library (0.9.8) required update to be compatible with catpault-server 0.3. |
24 | | -- XEM class splited into NetworkCurrencyMosaic and NetworkHarvestMosaic. |
| 28 | +## [0.11] - 14-Mar-2019 |
| 29 | + |
| 30 | +- Fixed NetworkCurrencyMosaic, NetworkHarvestMosaic |
| 31 | +- Added exposed UInt64.fromHex and UInt64.toHex |
| 32 | +- Added MosaicId.createFromNonce |
| 33 | +- Added MosaicNonce, MosaicNonce.createRandom |
| 34 | +- Fixed AliasDTO.mosaicId to be UInt64 |
| 35 | +- Added nem2-library@v0.9.8 version update (cow compatibility) |
| 36 | +- Added cow network update *base* compatibility |
| 37 | +- Added AliasTransaction, AddressAliasTransaction, MosaicAliasTransaction |
| 38 | +- Changed MosaicDefinition to hold MosaicNonce |
| 39 | +- Changed SecretLock transaction to work with Sha3_256 instead of Sha3_512 |
| 40 | +- Added delegated harvesting |
| 41 | +- Fixed #38: error message for aggregate as inner tx |
| 42 | +- Added TransferTransaction.recipient NamespaceId argument type |
25 | 43 |
|
26 | 44 | ## [0.10.1-beta] - 27-Jun-2018 |
27 | 45 |
|
28 | | -## Added |
29 | | -- Transaction deadline has been exposed to the public. |
| 46 | +- added replyGiven in Transaction model |
| 47 | +- several linter fixes |
30 | 48 |
|
31 | | -## Changed |
32 | | -- Compatibility with rxjs v6. |
| 49 | +## [0.10.0-beta] - 27-Jun-2018 |
33 | 50 |
|
34 | | -## Fixed |
35 | | -- Several linter errors. |
| 51 | +- update rxjs to v6 |
| 52 | +- use observableFrom |
36 | 53 |
|
37 | 54 | ## [0.9.5] - 27-Jun-2018 |
38 | 55 |
|
39 | | -## Added |
40 | | -- An account can sign strings with its private key, and verify the signature later. |
41 | | - |
42 | | -## Changed |
43 | | -- Compatibility with Node.js 10. |
| 56 | +- data signatures |
| 57 | +- nodejs version 10 updates |
44 | 58 |
|
45 | 59 | ## [0.9.0] - 30-Mar-2018 |
46 | | -### Added |
47 | 60 | - Initial code release. |
48 | 61 |
|
| 62 | + |
| 63 | +[0.11.3]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.2...v0.11.3 |
49 | 64 | [0.11.2]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.1...v0.11.2 |
50 | 65 | [0.11.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.0...v0.11.1 |
51 | 66 | [0.11]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.10.1-beta...v0.11.0 |
|
0 commit comments