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