From f9dfb8ca4b6922de563fa855d4cae2292f3356ba Mon Sep 17 00:00:00 2001 From: Greg S Date: Wed, 5 Jun 2019 11:54:32 +0200 Subject: [PATCH 1/2] v0.12.1: fixed some more Dragon DTO field names --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 37e7b26da7..853db9cb88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nem2-sdk", - "version": "0.12.0", + "version": "0.12.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8150ec3141..9abe3f1cab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nem2-sdk", - "version": "0.12.0", + "version": "0.12.1", "description": "Reactive Nem2 sdk for typescript and javascript", "scripts": { "pretest": "npm run build", From 3ef6494e64244995752c0eafce0b9f90c7ccf9b4 Mon Sep 17 00:00:00 2001 From: Greg S Date: Wed, 5 Jun 2019 12:06:49 +0200 Subject: [PATCH 2/2] updated readme with latest v0.12.1 --- CHANGELOG.md | 6 +++++- README.md | 21 ++++++++++++++------- 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index add809d35f..9a950f1054 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [0.12.1] - 04-Jun-2019 +## [0.12.1] - 05-Jun-2019 + +- Fixed alias and modification type field names in Http + +## [0.12.0] - 04-Jun-2019 - Added 'Receipt' - Added 'generationHash' to transaction.sign(...) to prevent transactions from being replayed on different networks by prepending the network generation hash to transaction data prior to signing and verifying. diff --git a/README.md b/README.md index 88d33db99e..51fe7a18d7 100644 --- a/README.md +++ b/README.md @@ -10,17 +10,22 @@ with the NEM2 (a.k.a Catapult) ## Important Notes -### Dragon Network Compatibility (catapult-server@0.4.0.1) -Due to a network upgrade with [catapult-server@dragon](https://github.com/nemtech/catapult-server/releases/tag/v0.4.0.1) version, **it is recommended to use this package's 0.10.0 version and upwards in order to use this package with Dragon versioned networks**. +### _Dragon_ Network Compatibility (catapult-server@0.4.0.1) -The upgrade to this SDK's [version v0.12.1](https://github.com/nemtech/nem2-sdk-typescript-javascript/releases/tag/v0.12.1) is mandatory for **dragon compatibility**. +Due to a network upgrade with [catapult-server@dragon](https://github.com/nemtech/catapult-server/releases/tag/v0.4.0.1) version, **it is recommended to use this package's 0.12.1 version and upwards in order to use this package with Dragon versioned networks**. + +The upgrade to this package's [version v0.12.1](https://github.com/nemtech/nem2-sdk-typescript-javascript/releases/tag/v0.12.1) is mandatory for **dragon compatibility**. + +### _Cow_ Network Compatibility (catapult-server@0.3.0.2) [version v0.11.6](https://github.com/nemtech/nem2-sdk-typescript-javascript/releases/tag/v0.11.6) is the latest locked version for **cow compatibility**. -Due to a network upgrade with [catapult-server@cow](https://github.com/nemtech/catapult-server/releases/tag/v0.3.0.2) version, **transactions from Alpaca&Bison are not compatible anymore**. +Due to a network upgrade with [catapult-server@cow](https://github.com/nemtech/catapult-server/releases/tag/v0.3.0.2) version, **transactions from Alpaca & Bison are not compatible with cow versioned networks**. + +### _Alpaca_ / _Bison_ Network Compatibility (catapult-server@0.1 & 0.2) -Other versions like [version v0.10.1-beta](https://github.com/nemtech/nem2-sdk-typescript-javascript/releases/tag/v0.10.1-beta) can be used for **bison** network version. +In order to be able to use this package with _Alpaca_ or _Bison_ versioned network, you must use [version v0.10.1-beta](https://github.com/nemtech/nem2-sdk-typescript-javascript/releases/tag/v0.10.1-beta). ## Requirements @@ -32,7 +37,9 @@ Other versions like [version v0.10.1-beta](https://github.com/nemtech/nem2-sdk-t ## Installation -```npm install nem2-sdk rxjs``` +```bash +npm install nem2-sdk rxjs +``` ## Documentation and Getting Started @@ -61,7 +68,7 @@ Please, use the following available resources to get help: Important versions listed below. Refer to the [Changelog](CHANGELOG.md) for a full history of the project. -- [0.12.1](CHANGELOG.md#0121-04-Jun-2019) - **Dragon compatible** - 04.06.2019 +- [0.12.1](CHANGELOG.md#0121-05-Jun-2019) - **Dragon compatible** - 05.06.2019 - [0.11.6](CHANGELOG.md#0116-03-Jun-2019) - **Cow compatible** - 03.06.2019 - [0.11.5](CHANGELOG.md#0115-18-Apr-2019) - **Cow compatible** - 18.04.2019 - [0.11.4](CHANGELOG.md#0114-17-Apr-2019) - **Cow compatible** - 17.04.2019