All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add ACL in types of js_client (#256)
- Changed
@make-software/ces-js-parser
version to support future versions. #246
- Fixed the package.json paths
- Support for browsers (as WASM are now converted to JS modules and bundled that way).
- Added
casper-js-sdk
and@make-software/ces-js-parser
as peer dependencies. This will prevent conflicts between multiple versions of dependencies.
- Added support for CEP47 Events
- Added support for CES events basing on ces-js-parser
- Some small code cleanups (added typings etc)
- Some changes in
examples/
- Added
OwnerReverseLookupMode.TransfersOnly
modality - Added
revoke
entrypoint support
- Added missing
collectionName
argument in mint when using a sessionCode: true contract_whitelist
is now build with Hashes rather then Keys- Fixed inconsistency in
getBurnModeConfig()
(now it returns Number as other similar methods)
- Added support for NamedKeyConventionMode
- Fixed how the
migrate
deploy is constructed.