Skip to content

Commit daa8cf6

Browse files
authored
Merge pull request #360 from NEMStudios/master
v0.15.0 release
2 parents 181d926 + 9ad5b45 commit daa8cf6

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ 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.0] - 21-Nov-2019
7+
8+
**Milestone**: Fushicho.2
9+
10+
- Applied latest `Fushicho2` schema changes to both transaction serialization and http client codes.
11+
- Added `addCosignatures` method for filling cosignatures offline.
12+
- Added `compare` function in UInt64 class for unsigned 64 bytes numbers comparison.
13+
614
## [0.14.4] - 31-Oct-2019
715

816
**Milestone**: Fushicho.1
@@ -258,6 +266,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
258266
**Milestone**: Alpaca
259267

260268
- Initial code release.
269+
[0.15.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.14.4...v0.15.0
261270
[0.14.4]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.14.3...v0.14.4
262271
[0.14.3]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.14.2...v0.14.3
263272
[0.14.2]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.14.1...v0.14.2

README.md

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

1111
## Important Notes
1212

13-
### _Fushicho_ Network Compatibility (catapult-server@0.8.0.3)
13+
### _Fushicho_ Network Compatibility (catapult-server@0.9.0.1)
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.4 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.0 version and upwards to use this package with Fushicho versioned networks**.
16+
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**.
1618

1719
### _Elephant_ Network Compatibility (catapult-server@0.7.0.1)
1820

package-lock.json

Lines changed: 1 addition & 1 deletion
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
@@ -1,6 +1,6 @@
11
{
22
"name": "nem2-sdk",
3-
"version": "0.14.4",
3+
"version": "0.15.0",
44
"description": "Reactive Nem2 sdk for typescript and javascript",
55
"scripts": {
66
"pretest": "npm run build",

0 commit comments

Comments
 (0)