@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The changelog format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
6
7
+ ## 2.0.2 - 7-Oct-2022
8
+
9
+ ** Milestone** : Symbol Mainnet
10
+ Package | Version | Link
11
+ ---|---|---
12
+ SDK Core| v2.0.2 | [ symbol-sdk] ( https://www.npmjs.com/package/symbol-sdk )
13
+ Catbuffer | v1.0.1 | [ catbuffer-typescript] ( https://www.npmjs.com/package/catbuffer-typescript )
14
+ Client Library | v1.0.3 | [ symbol-openapi-typescript-fetch-client] ( https://www.npmjs.com/package/symbol-openapi-typescript-fetch-client )
15
+
16
+ [ Bug] [ #843 ] ( https://github.com/symbol/symbol-sdk-typescript-javascript/pull/843 ) : Handle transaction meta's timestamp and feeMultiplier when value is undefined.
17
+
7
18
## 2.0.1 - 30-May-2022
8
19
9
20
** Milestone** : Symbol Mainnet
@@ -39,7 +50,7 @@ SDK Core| v1.0.3 | [symbol-sdk](https://www.npmjs.com/package/symbol-sdk)
39
50
Catbuffer | v1.0.1 | [ catbuffer-typescript] ( https://www.npmjs.com/package/catbuffer-typescript )
40
51
Client Library | v1.0.3 | [ symbol-openapi-typescript-fetch-client] ( https://www.npmjs.com/package/symbol-openapi-typescript-fetch-client )
41
52
42
- - fix: replaced ` instanceof ` statements. These statements are problematic when npm installs the dependency in multiples modules.
53
+ - fix: replaced ` instanceof ` statements. These statements are problematic when npm installs the dependency in multiples modules.
43
54
- feat: added mosaic revocation support.
44
55
45
56
## [ 1.0.2] - 25-Oct-2021
@@ -53,8 +64,8 @@ Client Library | v1.0.2 | [symbol-openapi-typescript-fetch-client](https://www.n
53
64
54
65
- feat: Multisig multilevel subscription in web listener.
55
66
- feat: Added Deployment data to ` ServerInfo ` .
56
- - fix: Fixed observable pipe in ` TransactionService ` 's announce method.
57
- - fix: Allowing plain base32 addresses in rest payloads. Both address formats are supported.
67
+ - fix: Fixed observable pipe in ` TransactionService ` 's announce method.
68
+ - fix: Allowing plain base32 addresses in rest payloads. Both address formats are supported.
58
69
- fix: Cosigning from transaction hash only.
59
70
- fix: Transaction ` signWith ` method broken into smaller methods.
60
71
- fix: Removed unsued dependencies.
@@ -748,7 +759,7 @@ Client Library | v0.7.20-alpha.6 | [nem2-sdk-openapi-typescript-node-client](ht
748
759
749
760
** Milestone** : Cow
750
761
751
- - Fixed #125 , maxFee DTO value errors with in-aggregate MosaicSupplyChange and HashLock transactions
762
+ - Fixed #125 , maxFee DTO value errors with in-aggregate MosaicSupplyChange and HashLock transactions
752
763
753
764
## [ 0.11.4] - 17-Apr-2019
754
765
0 commit comments