You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5
5
6
-
## [0.12.1] - 04-Jun-2019
6
+
## [0.12.1] - 05-Jun-2019
7
+
8
+
- Fixed alias and modification type field names in Http
9
+
10
+
## [0.12.0] - 04-Jun-2019
7
11
8
12
- Added 'Receipt'
9
13
- 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.
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**.
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**.
16
+
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**.
17
+
18
+
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**.
[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**.
20
23
21
-
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**.
24
+
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**.
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.
28
+
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).
24
29
25
30
## Requirements
26
31
@@ -32,7 +37,9 @@ Other versions like [version v0.10.1-beta](https://github.com/nemtech/nem2-sdk-t
32
37
33
38
## Installation
34
39
35
-
```npm install nem2-sdk rxjs```
40
+
```bash
41
+
npm install nem2-sdk rxjs
42
+
```
36
43
37
44
## Documentation and Getting Started
38
45
@@ -61,7 +68,7 @@ Please, use the following available resources to get help:
61
68
62
69
Important versions listed below. Refer to the [Changelog](CHANGELOG.md) for a full history of the project.
0 commit comments