Skip to content

Commit 62727de

Browse files
author
Grégory Saive
authored
Merge pull request #179 from nemtech/dgarcia360-patch-1
Update CHANGELOG.md
2 parents 3bd75b0 + c64bc4d commit 62727de

File tree

1 file changed

+36
-1
lines changed

1 file changed

+36
-1
lines changed

CHANGELOG.md

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

66
## [0.12.3] - 20-Jun-2019
77

8+
**Milestone**: Dragon
9+
810
- Fixed null mosaic property in MosaicHttp
911
- Added NodeHttp
1012
- Fixed Uint8 conversions (control char added)
1113
- Fixed ResolutionStatementDTO in exports
1214

1315
## [0.12.2] - 17-Jun-2019
1416

17+
**Milestone**: Dragon
18+
1519
- Removed nem2-library dependency
1620
- Added `infrastructure/model/` with DTOs
1721
- Added `infrastructure/api` with APIs
1822
- Added `infrastructure/buffers` and `infrastructure/schemas`
1923

2024
## [0.12.1] - 05-Jun-2019
2125

26+
**Milestone**: Dragon
27+
2228
- Fixed alias and modification type field names in Http
2329

2430
## [0.12.0] - 04-Jun-2019
2531

32+
**Milestone**: Dragon
33+
2634
- Added 'Receipt'
2735
- 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.
2836
- Added 'recipient' (unresolved address) field to SecretProofTransaction.
@@ -36,15 +44,21 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
3644

3745
## [0.11.6] - 03-Jun-2019
3846

47+
**Milestone**: Cow
48+
3949
- Version lock for cow compatibility
4050
- Fixed #150, AccountHttp.transactions outputs aggregate transactions supplementary data
4151

4252
## [0.11.5] - 18-Apr-2019
4353

54+
**Milestone**: Cow
55+
4456
- Fixed #125, maxFee DTO value errors with in-aggregate MosaicSupplyChange and HashLock transactions
4557

4658
## [0.11.4] - 17-Apr-2019
4759

60+
**Milestone**: Cow
61+
4862
- Fixed #117, Typo in AddressAliasTransaction and MosaicAliasTransaction comments
4963
- Fixed several typos in documentation
5064
- Fixed CreateTransactionFromDTO to allow `message` to be undefined
@@ -53,6 +67,8 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
5367

5468
## [0.11.3] - 10-Apr-2019
5569

70+
**Milestone**: Cow
71+
5672
- Added `Transaction.maxFee` optional property in `create()` methods. (fixes #53)
5773
- Added `service/AggregateTransactionService` with `isComplete()` validates cosigners (fixes #4)
5874
- Fixed issue in `createFromDTO` with JSON format (fixes #107)
@@ -62,6 +78,8 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
6278

6379
## [0.11.2] - 1-Apr-2019
6480

81+
**Milestone**: Cow
82+
6583
- Added TransactionMapping (fixes #56 )
6684
- Added CreateTransactionFromPayload (fixes #56 )
6785
- Added SerializeTransactionToJSON
@@ -75,6 +93,8 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
7593

7694
## [0.11] - 14-Mar-2019
7795

96+
**Milestone**: Cow
97+
7898
- Fixed NetworkCurrencyMosaic, NetworkHarvestMosaic
7999
- Added exposed UInt64.fromHex and UInt64.toHex
80100
- Added MosaicId.createFromNonce
@@ -91,23 +111,38 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
91111

92112
## [0.10.1-beta] - 27-Jun-2018
93113

114+
**Milestone**: Cow
115+
94116
- added replyGiven in Transaction model
95117
- several linter fixes
96118

97119
## [0.10.0-beta] - 27-Jun-2018
98120

121+
**Milestone**: Cow
122+
99123
- update rxjs to v6
100124
- use observableFrom
101125

102126
## [0.9.5] - 27-Jun-2018
103127

128+
**Milestone**: Alpaca
129+
104130
- data signatures
105131
- nodejs version 10 updates
106132

107133
## [0.9.0] - 30-Mar-2018
108-
- Initial code release.
109134

135+
**Milestone**: Alpaca
136+
137+
- Initial code release.
110138

139+
[0.12.3]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.12.2...v0.12.3
140+
[0.12.2]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.12.1...v0.12.2
141+
[0.12.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.12.0...v0.12.1
142+
[0.12.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.6...v0.12.0
143+
[0.11.6]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.5...v0.11.6
144+
[0.11.5]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.4...v0.11.5
145+
[0.11.4]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.3...v0.11.4
111146
[0.11.3]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.2...v0.11.3
112147
[0.11.2]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.1...v0.11.2
113148
[0.11.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.0...v0.11.1

0 commit comments

Comments
 (0)