Skip to content

Commit f27cdc9

Browse files
committed
v0.16.1 release
1 parent b13934e commit f27cdc9

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file.
33

44
The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

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+
622
## [0.16.0] - 09-Dec-2019
723

824
**Milestone**: Fushicho.3
@@ -286,6 +302,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
286302
**Milestone**: Alpaca
287303

288304
- Initial code release.
305+
[0.16.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.16.0...v0.16.1
289306
[0.16.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.15.1...v0.16.0
290307
[0.15.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.15.0...v0.15.1
291308
[0.15.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.14.4...v0.15.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ with the NEM2 (a.k.a Catapult)
1212

1313
### _Fushicho_ Network Compatibility ([email protected])
1414

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.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**.
1616

1717
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**.
1818

0 commit comments

Comments
 (0)