Skip to content

Commit 104af1c

Browse files
committed
v0.15.1 release
1 parent ef44e02 commit 104af1c

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ 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.15.1] - 06-Dec-2019
7+
8+
**Milestone**: Fushicho.2
9+
10+
- Added `networkType` as an optional paramter in `Http` abstract to recude the number of requests to the catapult-rest server
11+
- Added `resolveAlias` in transaction for resolving `UnresolvedAddress` and `UnresolvedMosaic` inside a transaction.
12+
- Added `TransactionService` class.
13+
- Added `resolveAlias` service in `TransactionService` which resolves alias(es) in transaction(s) from block `ResolutionStatement`.
14+
- Consolicated transaction announcement and websocket `confirmed` listener into one service call in `TransactionService`.
15+
- Consolidated `AggregateBonded` tranaction announcement (aggregateBonded + lockFund) into one service call in `TransactionService`.
16+
617
## [0.15.0] - 21-Nov-2019
718

819
**Milestone**: Fushicho.2
@@ -266,6 +277,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
266277
**Milestone**: Alpaca
267278

268279
- Initial code release.
280+
[0.15.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.15.0...v0.15.1
269281
[0.15.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.14.4...v0.15.0
270282
[0.14.4]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.14.3...v0.14.4
271283
[0.14.3]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.14.2...v0.14.3

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ 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.0.1) version, **it is recommended to use this package's 0.15.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.0.1) version, **it is recommended to use this package's 0.15.1 version and upwards to use this package with Fushicho versioned networks**.
1616

17-
The upgrade to this package's [version v0.15.0](https://github.com/nemtech/nem2-sdk-typescript-javascript/releases/tag/v0.15.0) is mandatory for **fushicho compatibility**.
17+
The upgrade to this package's [version v0.15.1](https://github.com/nemtech/nem2-sdk-typescript-javascript/releases/tag/v0.15.1) is mandatory for **fushicho compatibility**.
1818

1919
### _Elephant_ Network Compatibility ([email protected])
2020

0 commit comments

Comments
 (0)