Skip to content

Commit 5f9ff86

Browse files
author
Greg S
committed
added more versioning info, changelog + readme
1 parent 6afb2f1 commit 5f9ff86

File tree

2 files changed

+46
-28
lines changed

2 files changed

+46
-28
lines changed

CHANGELOG.md

Lines changed: 42 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,66 @@
1-
# Changelog
1+
# CHANGELOG
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.11.3] - 10-Apr-2019
7+
8+
- Added `Transaction.maxFee` optional property in `create()` methods. (fixes #53)
9+
- Added `service/AggregateTransactionService` with `isComplete()` validates cosigners (fixes #4)
10+
- Fixed issue in `createFromDTO` with JSON format (fixes #107)
11+
- Added `model/transaction/EncryptedMessage` for encrypted message payloads
12+
- Fixed `MosaicProperties` to make *duration* optional (fixes #109)
13+
- Added `service/AggregateTransactionService` with `validateCosignatories` for completeness check (fixes #4)
14+
615
## [0.11.2] - 1-Apr-2019
7-
- Todo.
16+
17+
- Added TransactionMapping (fixes #56 )
18+
- Added CreateTransactionFromPayload (fixes #56 )
19+
- Added SerializeTransactionToJSON
20+
- Added several toDTO() methods for serialization (fixes #56 )
21+
- Added multisigAccountAdded in Listener
22+
- Added accountAddedToMultisig in Listener
823

924
## [0.11.1] - 18-Mar-2019
10-
- Todo.
11-
## [0.11] - 14-Mar-2019
1225

13-
## Added
14-
- UInt64.fromHex and UInt64.toHex functions have been exposed.
15-
- Error message when a developer tries to add an aggregate as an inner transaction.
16-
- AccountLink Transaction to enable delegated harvesting.
17-
- Support for AliasTransaction.
18-
- TransferTransactions can be sent to an alias instead of an address.
26+
- Todo
1927

20-
## Changed
21-
- Mosaics were splited from namespaces. MosaicDefinition does not have a related namespaceId, but instead a MosaicNonce.
22-
- SecretLockTransaction to work with Sha3_256 instead of Sha3_512
23-
- Network and nem2-library (0.9.8) required update to be compatible with catpault-server 0.3.
24-
- XEM class splited into NetworkCurrencyMosaic and NetworkHarvestMosaic.
28+
## [0.11] - 14-Mar-2019
29+
30+
- Fixed NetworkCurrencyMosaic, NetworkHarvestMosaic
31+
- Added exposed UInt64.fromHex and UInt64.toHex
32+
- Added MosaicId.createFromNonce
33+
- Added MosaicNonce, MosaicNonce.createRandom
34+
- Fixed AliasDTO.mosaicId to be UInt64
35+
- Added [email protected] version update (cow compatibility)
36+
- Added cow network update *base* compatibility
37+
- Added AliasTransaction, AddressAliasTransaction, MosaicAliasTransaction
38+
- Changed MosaicDefinition to hold MosaicNonce
39+
- Changed SecretLock transaction to work with Sha3_256 instead of Sha3_512
40+
- Added delegated harvesting
41+
- Fixed #38: error message for aggregate as inner tx
42+
- Added TransferTransaction.recipient NamespaceId argument type
2543

2644
## [0.10.1-beta] - 27-Jun-2018
2745

28-
## Added
29-
- Transaction deadline has been exposed to the public.
46+
- added replyGiven in Transaction model
47+
- several linter fixes
3048

31-
## Changed
32-
- Compatibility with rxjs v6.
49+
## [0.10.0-beta] - 27-Jun-2018
3350

34-
## Fixed
35-
- Several linter errors.
51+
- update rxjs to v6
52+
- use observableFrom
3653

3754
## [0.9.5] - 27-Jun-2018
3855

39-
## Added
40-
- An account can sign strings with its private key, and verify the signature later.
41-
42-
## Changed
43-
- Compatibility with Node.js 10.
56+
- data signatures
57+
- nodejs version 10 updates
4458

4559
## [0.9.0] - 30-Mar-2018
46-
### Added
4760
- Initial code release.
4861

62+
63+
[0.11.3]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.2...v0.11.3
4964
[0.11.2]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.1...v0.11.2
5065
[0.11.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.0...v0.11.1
5166
[0.11]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.10.1-beta...v0.11.0

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,11 @@ Please, use the following available resources to get help:
5555

5656
Important versions listed below. Refer to the [Changelog](CHANGELOG.md) for a full history of the project.
5757

58-
- [0.11](CHANGELOG.md#v011) - **Cow compatible** - 14.03.2019
58+
- [0.11.3](CHANGELOG.md#0113-10-Apr-2019) - **Cow compatible** - 10.04.2019
59+
- [0.11.2](CHANGELOG.md#0112-1-Apr-2019) - **Cow compatible** - 01.04.2019
60+
- [0.11](CHANGELOG.md#011-14-Mar-2019) - **Cow compatible** - 14.03.2019
5961
- [0.10.1-beta](CHANGELOG.md#v0101-beta) - **Alpaca compatible** 07.2018
62+
- [0.9.5](CHANGELOG.md#095-27-Jun-2018) - **Alpaca compatible** 07.2018
6063

6164
## License
6265

0 commit comments

Comments
 (0)