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
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5
5
6
+
## [0.16.1] - 23-Dec-2019
7
+
8
+
**Milestone**: Fushicho.3
9
+
10
+
- Added basic `operations for UInt64` (Add(), Substract()).
11
+
- Added `HttpRepositoryFactory` which creates concreate http classes in a factory patten.
12
+
- Added `NetworkType` and `GenerationHash` cache for all Http repositories which reduces the number of rest calls.
13
+
- Added static mathod to create `SimpleWallet` from rest DTO payload.
14
+
- Added `TransactionType filter` in `AccountHttp` which can be used for filtering account transactions by type.
15
+
- Added `IntegrationTestHelper` which optimised e2e / integration tests by automatically tracking the changes from catapult rest. Also support loading test accounts directly from catapult-bootstrap-server generated nemesis addresses.
16
+
- Replaced `Records limitation steps (25,50,75,100)` with just number input.
17
+
- Fixed `TrandactionStatus` not returning correct error code bug.
18
+
- Fixed `spread operation issue` in `SetMaxFee and ResolveAlias` which results in missing super class properties bug.
19
+
- Fixed `epochAdjustment` static value not in UTC bug.
20
+
- Fixed known issues in `Catbuffer Typescript Generator` over `EntityTypeDto` and `AggregateTransactionBuilder`. Aggregate transaction's `InnerTransactions` and `Cosignatures` are now in array format (`EmbeddedTransactionBuilder` and `CosignatureBuilder`) instead of using `Uint8Array`.
21
+
6
22
## [0.16.0] - 09-Dec-2019
7
23
8
24
**Milestone**: Fushicho.3
@@ -286,6 +302,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
Due to a network upgrade with [catapult-server@Fushicho](https://github.com/nemtech/catapult-server/releases/tag/v0.9.1.1) version, **it is recommended to use this package's 0.16.0 version and upwards to use this package with Fushicho versioned networks**.
15
+
Due to a network upgrade with [catapult-server@Fushicho](https://github.com/nemtech/catapult-server/releases/tag/v0.9.1.1) version, **it is recommended to use this package's 0.16.1 version and upwards to use this package with Fushicho versioned networks**.
16
16
17
17
The upgrade to this package's [version v0.16.0](https://github.com/nemtech/nem2-sdk-typescript-javascript/releases/tag/v0.16.0) is mandatory for **fushicho compatibility**.
0 commit comments