Skip to content

Commit 1983bf6

Browse files
authored
Merge pull request #274 from rg911/master
v10.13.3 release
2 parents 1d7a18b + 32977f3 commit 1983bf6

File tree

5 files changed

+1231
-2901
lines changed

5 files changed

+1231
-2901
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
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.3] - 27-Sep-2019
7+
8+
**Milestone**: Elephant.3
9+
10+
- Added new alias transaction `PersistentDelegationRequestTransaction` which extends `TransferTransaction` to send special message to server for persistent delegation harvesting unlock request.
11+
- Added new message type `PersistentHarvestingDelegationMessage`
12+
- Fixed websorket listener notitification issue when cosignatory added through MultisigModifictionTransaction.
13+
- Changed `value` parameter in MetadataTransactions from Uint8Array to `string` (utf8 encoding)
14+
- Added `utf8ToUint8` and `uint8ToUtf8` converters for above changes
15+
- Made `previousRestrictionValue` optional in `MosaicAddressRestrictionTransaction`
16+
- Made `referenceMosaicId` optional in `MosaicGlobalRestrictionTransaction`
17+
- Made `EncryptedPrivateKey` class public
18+
- Made `createFromRawAddress` in `Address` class public
19+
- Fixed a few JSDoc issues
20+
- Fixed NPM audit vulnerabilities
21+
622
## [0.13.2] - 20-Sep-2019
723

824
**Milestone**: Elephant.3

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
### _Elephant_ Network Compatibility ([email protected])
1414

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**.
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.3 version and upwards to use this package with Elephant versioned networks**.
1616

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

1919
### _Dragon_ Network Compatibility ([email protected])
2020

0 commit comments

Comments
 (0)