You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+36-1Lines changed: 36 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,24 +5,32 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
5
5
6
6
## [0.12.3] - 20-Jun-2019
7
7
8
+
**Milestone**: Dragon
9
+
8
10
- Fixed null mosaic property in MosaicHttp
9
11
- Added NodeHttp
10
12
- Fixed Uint8 conversions (control char added)
11
13
- Fixed ResolutionStatementDTO in exports
12
14
13
15
## [0.12.2] - 17-Jun-2019
14
16
17
+
**Milestone**: Dragon
18
+
15
19
- Removed nem2-library dependency
16
20
- Added `infrastructure/model/` with DTOs
17
21
- Added `infrastructure/api` with APIs
18
22
- Added `infrastructure/buffers` and `infrastructure/schemas`
19
23
20
24
## [0.12.1] - 05-Jun-2019
21
25
26
+
**Milestone**: Dragon
27
+
22
28
- Fixed alias and modification type field names in Http
23
29
24
30
## [0.12.0] - 04-Jun-2019
25
31
32
+
**Milestone**: Dragon
33
+
26
34
- Added 'Receipt'
27
35
- 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.
28
36
- Added 'recipient' (unresolved address) field to SecretProofTransaction.
@@ -36,15 +44,21 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
36
44
37
45
## [0.11.6] - 03-Jun-2019
38
46
47
+
**Milestone**: Cow
48
+
39
49
- Version lock for cow compatibility
40
50
- Fixed #150, AccountHttp.transactions outputs aggregate transactions supplementary data
41
51
42
52
## [0.11.5] - 18-Apr-2019
43
53
54
+
**Milestone**: Cow
55
+
44
56
- Fixed #125, maxFee DTO value errors with in-aggregate MosaicSupplyChange and HashLock transactions
45
57
46
58
## [0.11.4] - 17-Apr-2019
47
59
60
+
**Milestone**: Cow
61
+
48
62
- Fixed #117, Typo in AddressAliasTransaction and MosaicAliasTransaction comments
49
63
- Fixed several typos in documentation
50
64
- 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
53
67
54
68
## [0.11.3] - 10-Apr-2019
55
69
70
+
**Milestone**: Cow
71
+
56
72
- Added `Transaction.maxFee` optional property in `create()` methods. (fixes #53)
57
73
- Added `service/AggregateTransactionService` with `isComplete()` validates cosigners (fixes #4)
58
74
- 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
62
78
63
79
## [0.11.2] - 1-Apr-2019
64
80
81
+
**Milestone**: Cow
82
+
65
83
- Added TransactionMapping (fixes #56 )
66
84
- Added CreateTransactionFromPayload (fixes #56 )
67
85
- Added SerializeTransactionToJSON
@@ -75,6 +93,8 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
0 commit comments