Skip to content

Commit f360dc1

Browse files
committed
v0.14.0 release
1 parent 3baf340 commit f360dc1

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
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.14.0] - 08-Oct-2019
7+
8+
**Milestone**: Fuschicho
9+
10+
- Added `KeyGenerator` class for generating UInt64 Keys from string.
11+
- Fixed `MosaicAmountView` issue. Now return observable of array.
12+
- Optimised `Account restriction` endpoints by returning simple payload.
13+
- Fixed http repository `error handling` issues.
14+
- Fixed bugs in `Alias` interface.
15+
- Fixed `MosaicId significant byte` not detected properly in TransactionPayload.
16+
- Fixed only `MIJIN_TEST` network type allowed in NetworkTypeHttp.
17+
- Applied latest OpenAPI doc (`v0.7.19`).
18+
- Changed `SignedTransaction` class constructor to public.
19+
- Changed `MosaicRestrictionKey` format to be Hexadecimal.
20+
- Other small fixes.
21+
622
## [0.13.4] - 04-Oct-2019
723

824
**Milestone**: Elephant.3 / Fuschicho
@@ -206,6 +222,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
206222
**Milestone**: Alpaca
207223

208224
- Initial code release.
225+
[0.14.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.13.4...v0.14.0
209226
[0.13.4]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.13.3...v0.13.4
210227
[0.13.3]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.13.2...v0.13.3
211228
[0.13.2]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.13.1...v0.13.2

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ with the NEM2 (a.k.a Catapult)
1010

1111
## Important Notes
1212

13+
### _Fuschicho_ Network Compatibility ([email protected])
14+
15+
Due to a network upgrade with [catapult-server@fuschicho](https://github.com/nemtech/catapult-server/releases/tag/v0.8.0.3) version, **it is recommended to use this package's 0.14.0 version and upwards to use this package with Fuschicho versioned networks**.
16+
1317
### _Elephant_ Network Compatibility ([email protected])
1418

1519
Due to a network upgrade with [catapult-server@elephant3](https://github.com/nemtech/catapult-server/releases/tag/v0.7.0.1) version, **it is recommended to use this package's 0.13.4 version and upwards to use this package with Elephant versioned networks**.

0 commit comments

Comments
 (0)