Skip to content

Commit b90bbc8

Browse files
committed
v0.14.4 release
1 parent 9578659 commit b90bbc8

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

CHANGELOG.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,35 @@ 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.4] - 31-Oct-2019
7+
8+
**Milestone**: Fushicho.1
9+
10+
- Added `Address.isValidAddress` for plain address string validation.
11+
- Added `Address filter` in transaction status websocket listener channel.
12+
- Changed `MetadataTransactionService` return type from `Transaction` to `Union types`.
13+
- Made `decodeHex` method and `EmptyAlias` class public.
14+
- Fixed const network type used in `AliasToRecipient` method.
15+
- Fixed `SecretLock` and `SecretProof` transaction not using `UnresolvedAddress` issue.
16+
- Fixed `Size` method issues for transactions.
17+
- Fixed other JSDoc issues.
18+
619
## [0.14.3] - 18-Oct-2019
720

8-
**Milestone**: Fushicho
21+
**Milestone**: Fushicho.1
922

1023
- Fixed `MetadataTransactionSercie` value delta issue.
1124

1225
## [0.14.2] - 18-Oct-2019
1326

14-
**Milestone**: Fushicho
27+
**Milestone**: Fushicho.1
1528

1629
- Fixed `Address alias deserialization` issue from catapult-rest dto payload.
1730
- Fixed `MosaicSupplyChangeTransaction` schema mismatch issue.
1831

1932
## [0.14.1] - 14-Oct-2019
2033

21-
**Milestone**: Fushicho
34+
**Milestone**: Fushicho.1
2235

2336
- Added `Receipt serializer & hash generator` for auditing receipt merkle proof.
2437
- Added `Unresolved (NamespaceId)` support on `MosaicRestriction` and `MosaicMetadata` transactions.
@@ -28,7 +41,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
2841

2942
## [0.14.0] - 08-Oct-2019
3043

31-
**Milestone**: Fushicho
44+
**Milestone**: Fushicho.1
3245

3346
- Added `KeyGenerator` class for generating UInt64 Keys from string.
3447
- Fixed `MosaicAmountView` issue. Now return observable of array.
@@ -44,7 +57,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
4457

4558
## [0.13.4] - 04-Oct-2019
4659

47-
**Milestone**: Elephant.3 / Fuschicho
60+
**Milestone**: Elephant.3 / Fuschicho.1
4861

4962
- Added `Metadata` rest api endpoints and DTOs
5063
- Added `MosaicRestriction` rest api endpoints and DTOs
@@ -245,6 +258,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
245258
**Milestone**: Alpaca
246259

247260
- Initial code release.
261+
[0.14.4]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.14.3...v0.14.4
248262
[0.14.3]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.14.2...v0.14.3
249263
[0.14.2]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.14.1...v0.14.2
250264
[0.14.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.14.0...v0.14.1

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.8.0.3) version, **it is recommended to use this package's 0.14.3 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.8.0.3) version, **it is recommended to use this package's 0.14.4 version and upwards to use this package with Fushicho versioned networks**.
1616

1717
### _Elephant_ Network Compatibility ([email protected])
1818

0 commit comments

Comments
 (0)