Skip to content

Releases: ERC725Alliance/erc725.js

v0.12.0

20 May 09:21
269a540
Compare
Choose a tag to compare

⚠️ 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

06 Apr 14:32
b050aeb
Compare
Choose a tag to compare

This release fixes an issue when packing for npm.
The previous release (v0.11.0) was missing the build/**/src/ folders.
This version fix the npm pack error.

Bug Fixes

  • do not load wrong schemas (66dc3e6)

v0.11.0

06 Apr 08:35
0b7a93b
Compare
Choose a tag to compare

⚠ 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

  • add schemas at the root and improve docs (#121) (e37fb39)
  • change the output of getData for string input (3592c1b)

v0.10.0

16 Mar 09:09
dfdd027
Compare
Choose a tag to compare

The minor update adds the .isValidSignature() helper function.

Features

v0.9.2

03 Mar 14:11
8ecbc25
Compare
Choose a tag to compare

This Patch release adds LSP1 Schema and minor fix when waiting for Ethereum provider response

Bug Fixes

  • update ERC725Y JSON Schemas to latest LSPs specs (#92) (3485baa)
  • wait until a promise is resolved when using ethereum provider (5efe641)

v0.9.1

02 Feb 13:40
a63b82d
Compare
Choose a tag to compare

This patch update adds a couple of minor fixes.

Bug Fixes

v0.9.0

06 Jan 20:02
ff19b0e
Compare
Choose a tag to compare

In this version we introduce new features and a couple of bug fixes.

⚠ BREAKING CHANGES

  • GraphQL / Apollo has been removed

Features

Bug Fixes

  • empty JSON url return null instead of crash (#61) (2d1e417)

  • remove GraphQL support (#83) (a0a5e93)

v0.8.0

22 Nov 09:30
fff68dc
Compare
Choose a tag to compare

What's Changed

  • fix: wrong return type for fetchData by @Hugoo in #54
  • fix: handling of missing keys by @Hugoo in #58

Full Changelog: v0.7.0...v0.8.0

v0.7.0

02 Nov 12:09
Compare
Choose a tag to compare

What's Changed

  • Add support for bytes4 and bytes4[] + add tests by @Hugoo in #40
  • Add support for Bytes20Mapping and Bytes20MappingWithGrouping 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

v0.2.0

02 Dec 14:03
Compare
Choose a tag to compare

Added better handling of multiple types of providers for different javascript or node environments, as well as more simple utility functions.