Releases: ERC725Alliance/erc725.js
Releases · ERC725Alliance/erc725.js
v0.13.0
This version updates all schemas as the LSP2 has deprecated Bytes20Mapping
and Bytes20MappingWithGrouping
in favour of: Mapping
and MappingWithGrouping
(commit).
⚠ BREAKING CHANGES
- remove old LSP2 Key Types:
Bytes20Mapping
andBytes20MappingWithGrouping
and add new encoding forMapping
andMappingWithGrouping
.
Features
improvement
New Contributors
Full Changelog: v0.12.0...v0.13.0
v0.12.0
⚠️ BREAKING CHANGES
The output of encodeData()
has been updated in #147.
⚠ BREAKING CHANGES
- change encodeData result structure
improvement
- change encodeData result structure (10da619)
v0.11.1
v0.11.0
⚠ BREAKING CHANGES
- if
fetchData
is called with a string, the output will be the value itself, not an object anymore. - if
getData
is called with a string, the output will be the value itself, not an object anymore.
Features
Expose schemas
⚠ BREAKING CHANGES
- the output of getData is not an object anymore, but the value directly if the input is a string.
- if fetchData is called with a string, the output will be the value itself, not an object anymore.
Features
v0.10.0
v0.9.2
v0.9.1
v0.9.0
v0.8.0
v0.7.0
What's Changed
- Add support for
bytes4
andbytes4[]
+ add tests by @Hugoo in #40 - Add support for
Bytes20Mapping
andBytes20MappingWithGrouping
by @Hugoo in #43 - feat!: remove deprecated
elementValueType
/elementValueContent
keys by @Hugoo in #45 - feat: add support for new
getData([])
by @Hugoo in #48
Full Changelog: https://github.com/ERC725Alliance/erc725.js/blob/main/CHANGELOG.md#070-2021-11-02