-
Notifications
You must be signed in to change notification settings - Fork 7
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
3 changed files
with
90 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## [0.1.0] - 2023-10-02 | ||
|
||
### Bug Fixes | ||
|
||
- Add .idea to gitignore | ||
|
||
### Features | ||
|
||
- Add token create event handling ([#116](https://github.com/liftedinit/many-js/issues/116)) | ||
- Release script ([#117](https://github.com/liftedinit/many-js/issues/117)) | ||
|
||
## [0.1.0-alpha.13] - 2023-09-21 | ||
|
||
### Features | ||
|
||
- Illegal address ([#115](https://github.com/liftedinit/many-js/issues/115)) | ||
- Dweb support ([#114](https://github.com/liftedinit/many-js/issues/114)) | ||
|
||
## [0.1.0-alpha.12] - 2023-08-21 | ||
|
||
### Features | ||
|
||
- Support kvstore key filtering ([#112](https://github.com/liftedinit/many-js/issues/112)) | ||
|
||
### Miscellaneous Tasks | ||
|
||
- Bump version ([#113](https://github.com/liftedinit/many-js/issues/113)) | ||
|
||
## [0.1.0-alpha.11] - 2023-07-06 | ||
|
||
### Bug Fixes | ||
|
||
- Add namespace for blockchain module ([#107](https://github.com/liftedinit/many-js/issues/107)) | ||
- KVStore.list takes args ([#109](https://github.com/liftedinit/many-js/issues/109)) | ||
- Check for map ([#110](https://github.com/liftedinit/many-js/issues/110)) | ||
|
||
### Features | ||
|
||
- Mint and Burn tokens ([#106](https://github.com/liftedinit/many-js/issues/106)) | ||
- KVStore.list ([#108](https://github.com/liftedinit/many-js/issues/108)) | ||
- Compute poc ([#111](https://github.com/liftedinit/many-js/issues/111)) | ||
|
||
## [0.1.0-alpha.10] - 2023-05-04 | ||
|
||
### Features | ||
|
||
- Mint & Burn Events ([#105](https://github.com/liftedinit/many-js/issues/105)) | ||
|
||
### Testing | ||
|
||
- Integration tests for v1 ([#103](https://github.com/liftedinit/many-js/issues/103)) | ||
|
||
## [0.1.0-alpha.9] - 2023-03-01 | ||
|
||
### Bug Fixes | ||
|
||
- Token Creation response ([#92](https://github.com/liftedinit/many-js/issues/92)) | ||
- Memos, cborData ([#94](https://github.com/liftedinit/many-js/issues/94)) | ||
- Kvstore improvements (address param, transfer method) ([#93](https://github.com/liftedinit/many-js/issues/93)) | ||
- Memo type should be (string | ArrayBuffer)[] ([#96](https://github.com/liftedinit/many-js/issues/96)) | ||
|
||
## [0.1.0-alpha.7] - 2023-01-12 | ||
|
||
### Features | ||
|
||
- Update package version to 0.1.0-alpha.7 ([#89](https://github.com/liftedinit/many-js/issues/89)) | ||
|
||
## [0.1.0-alpha.6] - 2022-12-22 | ||
|
||
### Bug Fixes | ||
|
||
- Remove comments | ||
- More comments | ||
- Update package.json ([#82](https://github.com/liftedinit/many-js/issues/82)) | ||
- Send tagged addresses ([#83](https://github.com/liftedinit/many-js/issues/83)) | ||
|
||
### Features | ||
|
||
- Update package.json, update jest library ([#75](https://github.com/liftedinit/many-js/issues/75)) | ||
- Support for tokens namespace ([#81](https://github.com/liftedinit/many-js/issues/81)) | ||
- KVStore implementation ([#86](https://github.com/liftedinit/many-js/issues/86)) | ||
- Update package version to v0.1.0-alpha.6 ([#87](https://github.com/liftedinit/many-js/issues/87)) | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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