Skip to content

Commit e6e2d32

Browse files
authored
Update CHANGELOG.md
1 parent 709cb4b commit e6e2d32

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,23 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
55

66
## [0.12.2] - 17-Jun-2019
77

8+
**Milestone**: Dragon
9+
810
- Removed nem2-library dependency
911
- Added `infrastructure/model/` with DTOs
1012
- Added `infrastructure/api` with APIs
1113
- Added `infrastructure/buffers` and `infrastructure/schemas`
1214

1315
## [0.12.1] - 05-Jun-2019
1416

17+
**Milestone**: Dragon
18+
1519
- Fixed alias and modification type field names in Http
1620

1721
## [0.12.0] - 04-Jun-2019
1822

23+
**Milestone**: Dragon
24+
1925
- Added 'Receipt'
2026
- Added 'generationHash' to transaction.sign(...) to prevent transactions from being replayed on different networks by prepending the network generation hash to transaction data prior to signing and verifying.
2127
- Added 'recipient' (unresolved address) field to SecretProofTransaction.
@@ -29,15 +35,21 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
2935

3036
## [0.11.6] - 03-Jun-2019
3137

38+
**Milestone**: Cow
39+
3240
- Version lock for cow compatibility
3341
- Fixed #150, AccountHttp.transactions outputs aggregate transactions supplementary data
3442

3543
## [0.11.5] - 18-Apr-2019
3644

45+
**Milestone**: Cow
46+
3747
- Fixed #125, maxFee DTO value errors with in-aggregate MosaicSupplyChange and HashLock transactions
3848

3949
## [0.11.4] - 17-Apr-2019
4050

51+
**Milestone**: Cow
52+
4153
- Fixed #117, Typo in AddressAliasTransaction and MosaicAliasTransaction comments
4254
- Fixed several typos in documentation
4355
- Fixed CreateTransactionFromDTO to allow `message` to be undefined
@@ -46,6 +58,8 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
4658

4759
## [0.11.3] - 10-Apr-2019
4860

61+
**Milestone**: Cow
62+
4963
- Added `Transaction.maxFee` optional property in `create()` methods. (fixes #53)
5064
- Added `service/AggregateTransactionService` with `isComplete()` validates cosigners (fixes #4)
5165
- Fixed issue in `createFromDTO` with JSON format (fixes #107)
@@ -55,6 +69,8 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
5569

5670
## [0.11.2] - 1-Apr-2019
5771

72+
**Milestone**: Cow
73+
5874
- Added TransactionMapping (fixes #56 )
5975
- Added CreateTransactionFromPayload (fixes #56 )
6076
- Added SerializeTransactionToJSON
@@ -68,6 +84,8 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
6884

6985
## [0.11] - 14-Mar-2019
7086

87+
**Milestone**: Cow
88+
7189
- Fixed NetworkCurrencyMosaic, NetworkHarvestMosaic
7290
- Added exposed UInt64.fromHex and UInt64.toHex
7391
- Added MosaicId.createFromNonce
@@ -84,23 +102,37 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
84102

85103
## [0.10.1-beta] - 27-Jun-2018
86104

105+
**Milestone**: Cow
106+
87107
- added replyGiven in Transaction model
88108
- several linter fixes
89109

90110
## [0.10.0-beta] - 27-Jun-2018
91111

112+
**Milestone**: Cow
113+
92114
- update rxjs to v6
93115
- use observableFrom
94116

95117
## [0.9.5] - 27-Jun-2018
96118

119+
**Milestone**: Alpaca
120+
97121
- data signatures
98122
- nodejs version 10 updates
99123

100124
## [0.9.0] - 30-Mar-2018
101-
- Initial code release.
102125

126+
**Milestone**: Alpaca
127+
128+
- Initial code release.
103129

130+
[0.12.2]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.12.1...v0.12.2
131+
[0.12.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.12.0...v0.12.1
132+
[0.12.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.6...v0.12.0
133+
[0.11.6]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.5...v0.11.6
134+
[0.11.5]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.4...v0.11.5
135+
[0.11.4]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.3...v0.11.4
104136
[0.11.3]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.2...v0.11.3
105137
[0.11.2]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.1...v0.11.2
106138
[0.11.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.0...v0.11.1

0 commit comments

Comments
 (0)