Skip to content

Commit 1d071a4

Browse files
committed
- v0.16.3 release
Fixed #418 enable ES6 in openapi package
1 parent c2a1f57 commit 1d071a4

File tree

4 files changed

+22
-10
lines changed

4 files changed

+22
-10
lines changed

CHANGELOG.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,25 @@ 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+
## 09-Jan-2020
7+
8+
**Milestone**: Fushicho.3
9+
Versions | |
10+
---|---|---
11+
SDK Core| v0.16.3 | https://www.npmjs.com/package/nem2-sdk
12+
Catbuffer Library| v0.0.7 | https://www.npmjs.com/package/catbuffer
13+
Client Library | v0.7.20-beta.6 | https://www.npmjs.com/package/nem2-sdk-openapi-typescript-node-client
14+
15+
- Fixed http client (OpenAPI client package) does not support ES6 issue.
16+
617
## 06-Jan-2020
718

819
**Milestone**: Fushicho.3
920
Versions | |
1021
---|---|---
11-
SDK Core| v0.16.2 | https://www.npmjs.com/package/nem2-sdk
12-
Catbuffer Library| v0.0.7 | https://www.npmjs.com/package/catbuffer
13-
Client Library | v0.7.20-alpha.6 | https://www.npmjs.com/package/nem2-sdk-openapi-typescript-node-client
22+
SDK Core| v0.16.2 | https://www.npmjs.com/package/nem2-sdk
23+
Catbuffer Library| v0.0.7 | https://www.npmjs.com/package/catbuffer
24+
Client Library | v0.7.20-alpha.6 | https://www.npmjs.com/package/nem2-sdk-openapi-typescript-node-client
1425

1526
- Refactored to replace generated codes by public library package for both `Catbuffer` and `OpenAPI Http Client`.
1627
- Added unresolved (mosaicId, address) support in `MosaicRestrictionTransaction`.
@@ -317,7 +328,8 @@ Client Library | v0.7.20-alpha.6 | https://www.npmjs.com/package/nem2-sdk-opena
317328
**Milestone**: Alpaca
318329

319330
- Initial code release.
320-
[0.16.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.16.1...v0.16.2
331+
[0.16.3: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.16.2...v0.16.3
332+
[0.16.2]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.16.1...v0.16.2
321333
[0.16.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.16.0...v0.16.1
322334
[0.16.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.15.1...v0.16.0
323335
[0.15.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.15.0...v0.15.1

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 (catapult-server@0.9.1.1)
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.2 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.3 version and upwards to use this package with Fushicho versioned networks**.
1616

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**.
17+
The upgrade to this package's [version v0.16.3](https://github.com/nemtech/nem2-sdk-typescript-javascript/releases/tag/v0.16.3) is mandatory for **fushicho compatibility**.
1818

1919
### _Elephant_ Network Compatibility (catapult-server@0.7.0.1)
2020

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"dependencies": {
6060
"bluebird": "^3.5.5",
6161
"catbuffer": "0.0.7",
62-
"nem2-sdk-openapi-typescript-node-client": "0.7.20-alpha.6",
62+
"nem2-sdk-openapi-typescript-node-client": "0.7.20-beta.6",
6363
"crypto-js": "^3.1.9-1",
6464
"js-joda": "^1.6.2",
6565
"js-sha256": "^0.9.0",

0 commit comments

Comments
 (0)