Skip to content

Commit 2438229

Browse files
committed
readme and changelog updates
1 parent 9e3f83f commit 2438229

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@ 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.13.2] - 20-09-2019
7+
8+
**Milestone**: Elephant.3
9+
10+
- Added Metadata Transactions (Account, Mosaic and Namespace).
11+
- Added new account restriction type to support `Outgoing` addresses and transaction types.
12+
- Catbuffer builder codes fully implemented. Flatbuffer codes removed.
13+
- Models and services updated to be compatible with latest server (milestone Elephant: patch-3) schema updates.
14+
- Refactored `Uint64` to support `UInt64 to/from: numeric/hex string`.
15+
- Refactored `Signature Schema` to support both `NIS1` and `Catapult`. `Network idendifier` is now used to identify `Signature Schema` on model level. PrivateKey reversal has been removed for `NIS1` schema.
16+
- Added new `Namespace Pruned` receipt type.
17+
- Added new static method `addTransactions` to `AggregateTransction` to support offline embedded transactions' manipulation.
18+
- Mosaic definition / info model refactored with `MosaicProperties` removed.
19+
- Various bugs fixed in http repositories.
20+
- Various bugs fixed in model and core components
21+
622
## [0.13.1] - 26-Jul-2019
723

824
**Milestone**: Elephant
@@ -161,7 +177,8 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
161177
**Milestone**: Alpaca
162178

163179
- Initial code release.
164-
[0.13.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.13.0...v0.13.1
180+
[0.13.2]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.13.1...v0.13.2
181+
[0.13.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.13.0...v0.13.1
165182
[0.13.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.12.4...v0.13.0
166183
[0.12.4]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.12.3...v0.12.4
167184
[0.12.3]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.12.2...v0.12.3

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
[![Coverage Status](https://coveralls.io/repos/github/nemtech/nem2-sdk-typescript-javascript/badge.svg?branch=travis-ci)](https://coveralls.io/github/nemtech/nem2-sdk-typescript-javascript?branch=travis-ci)
66
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
77

8-
The official nem2-sdk for TypeScript and JavaScript, available for browsers, mobile applications, and NodeJS, to work
8+
The official nem2-sdk for TypeScript and JavaScript, available for browsers, mobile applications, and NodeJS, to work
99
with the NEM2 (a.k.a Catapult)
1010

1111
## Important Notes
1212

13-
### _Elephant_ Network Compatibility (catapult-server@0.5.0.1)
13+
### _Elephant_ Network Compatibility (catapult-server@0.7.0.1)
1414

15-
Due to a network upgrade with [catapult-server@elephant](https://github.com/nemtech/catapult-server/releases/tag/v0.5.0.1) version, **it is recommended to use this package's 0.13.1 version and upwards to use this package with Elephant versioned networks**.
15+
Due to a network upgrade with [catapult-server@elephant3](https://github.com/nemtech/catapult-server/releases/tag/v0.7.0.1) version, **it is recommended to use this package's 0.13.2 version and upwards to use this package with Elephant versioned networks**.
1616

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

0 commit comments

Comments
 (0)