Skip to content

Commit ecf1cdd

Browse files
authored
Update CHANGELOG.md
1 parent 4282d6a commit ecf1cdd

File tree

1 file changed

+46
-24
lines changed

1 file changed

+46
-24
lines changed

CHANGELOG.md

Lines changed: 46 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,54 @@
1-
# CHANGELOG
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
23

3-
# v0.11
4+
The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
45

5-
- Fixed NetworkCurrencyMosaic, NetworkHarvestMosaic
6-
- Added exposed UInt64.fromHex and UInt64.toHex
7-
- Added MosaicId.createFromNonce
8-
- Added MosaicNonce, MosaicNonce.createRandom
9-
- Fixed AliasDTO.mosaicId to be UInt64
10-
- Added nem2-library@v0.9.8 version update (cow compatibility)
11-
- Added cow network update *base* compatibility
12-
- Added AliasTransaction, AddressAliasTransaction, MosaicAliasTransaction
13-
- Changed MosaicDefinition to hold MosaicNonce
14-
- Changed SecretLock transaction to work with Sha3_256 instead of Sha3_512
15-
- Added delegated harvesting
16-
- Fixed #38: error message for aggregate as inner tx
17-
- Added TransferTransaction.recipient NamespaceId argument type
6+
## [0.11.2] - 1-Apr-2019
7+
- Todo.
188

19-
# v0.10.1-beta
9+
## [0.11.1] - 18-Mar-2019
10+
- Todo.
11+
## [0.11] - 14-Mar-2019
2012

21-
- added replyGiven in Transaction model
22-
- several linter fixes
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.
2319

24-
# v0.10.0-beta
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.
2525

26-
- update rxjs to v6
27-
- use observableFrom
26+
## [0.10.1-beta] - 27-Jun-2018
2827

29-
# v0.9.5
28+
## Added
29+
- Transaction deadline has been exposed to the public.
3030

31-
- data signatures
32-
- nodejs version 10 updates
31+
## Changed
32+
- Compatibility with rxjs v6.
33+
34+
## Fixed
35+
- Several linter errors.
36+
37+
## [0.9.5] - 27-Jun-2018
38+
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.
44+
45+
## [0.9.0] - 30-Mar-2018
46+
### Added
47+
- Initial code release.
48+
49+
[0.11.2]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.1...v0.11.2
50+
[0.11.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.0...v0.11.1
51+
[0.11]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.10.1-beta...v0.11.0
52+
[0.10.1-beta]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.9.5...v0.10.1-beta
53+
[0.9.5]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.9.0...v0.9.5
54+
[0.9.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/releases/tag/v0.9.0

0 commit comments

Comments
 (0)