-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
28 changed files
with
269 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<!-- START doctoc generated TOC please keep comment here to allow auto update --> | ||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> | ||
|
||
**Table of content** | ||
|
||
- [Change Log](#change-log) | ||
- [0.3.0 (2020-10-28)](#030-2020-10-28) | ||
- [Bug Fixes](#bug-fixes) | ||
- [Features](#features) | ||
|
||
<!-- END doctoc generated TOC please keep comment here to allow auto update --> | ||
|
||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.3.0](https://github.com/lecle/aloxide/compare/v0.2.1...v0.3.0) (2020-10-28) | ||
|
||
### Bug Fixes | ||
|
||
- **aloxide-js:** fix ICON SDK type definitions ([#50](https://github.com/lecle/aloxide/issues/50)) ([a323464](https://github.com/lecle/aloxide/commit/a3234646fbfdfa61b86bc75e8f05413699e10307)) | ||
- **chore:** change version of supported eosjs and icon sdk to newest and update yarn.lock ([#50](https://github.com/lecle/aloxide/issues/50)) ([7a71aea](https://github.com/lecle/aloxide/commit/7a71aead63f9ab2c1c754a2c6688a25ae6ce9f75)) | ||
|
||
### Features | ||
|
||
- **aloxide-js:** add Aloxide network config validation ([#50](https://github.com/lecle/aloxide/issues/50)) ([73ad30d](https://github.com/lecle/aloxide/commit/73ad30d3a10921b793ea5db466f4a8d8b5aa11d2)) | ||
- **aloxide-js:** add Entity Manager to the SDK to make it easier to read/write data on blockchain ([#19](https://github.com/lecle/aloxide/issues/19)) ([04fefb9](https://github.com/lecle/aloxide/commit/04fefb9c5e6798283d986e398fdc037ce9da7841)) | ||
- **aloxide-js:** add type definitions to aloxide JS ([#50](https://github.com/lecle/aloxide/issues/50)) ([3a5bf56](https://github.com/lecle/aloxide/commit/3a5bf56930312e77233c686c8b137a64475a8899)) | ||
- **aloxide-js:** add unit test ([#19](https://github.com/lecle/aloxide/issues/19)) ([150ab56](https://github.com/lecle/aloxide/commit/150ab56c2a4c9c638c1f4b7778753d7aa6db5934)) | ||
- **aloxide-js:** enhance SDK read/write function and clean code ([#19](https://github.com/lecle/aloxide/issues/19)) ([73fcdbe](https://github.com/lecle/aloxide/commit/73fcdbe5f109b7ee290b8be752dc91f2be4665ae)) | ||
- **aloxide-js:** support configuring path for blockchain network ([#19](https://github.com/lecle/aloxide/issues/19)) ([bcc0e5e](https://github.com/lecle/aloxide/commit/bcc0e5e605e9e0a4d9d2231fe64c442893b5b73d)) | ||
- **aloxide-js:** update test case ([#50](https://github.com/lecle/aloxide/issues/50)) ([b825ca0](https://github.com/lecle/aloxide/commit/b825ca0d8e73e79b3a8b4c03c5b02388d1d4bc08)) | ||
- **aloxide-js:** update test case for helpers and EOS ([#50](https://github.com/lecle/aloxide/issues/50)) ([a04cde0](https://github.com/lecle/aloxide/commit/a04cde03f492df38b1cd1a764d74cca73f0db3f7)) | ||
- **example-aloxide-js:** add example repo to show how to use Aloxidde JS SDK ([#19](https://github.com/lecle/aloxide/issues/19)) ([b482258](https://github.com/lecle/aloxide/commit/b4822585ac5e645ff471bedbae0ac6d71b5cbd1c)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!-- START doctoc generated TOC please keep comment here to allow auto update --> | ||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> | ||
|
||
**Table of content** | ||
|
||
- [Change Log](#change-log) | ||
- [0.3.0 (2020-10-28)](#030-2020-10-28) | ||
- [Features](#features) | ||
|
||
<!-- END doctoc generated TOC please keep comment here to allow auto update --> | ||
|
||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.3.0](https://github.com/lecle/aloxide/compare/v0.2.1...v0.3.0) (2020-10-28) | ||
|
||
### Features | ||
|
||
- **example-aloxide-js:** add example repo to show how to use Aloxidde JS SDK ([#19](https://github.com/lecle/aloxide/issues/19)) ([b482258](https://github.com/lecle/aloxide/commit/b4822585ac5e645ff471bedbae0ac6d71b5cbd1c)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.