Skip to content

Releases: ERC725Alliance/erc725.js

v0.22.0

15 Dec 13:05
3994b72
Compare
Choose a tag to compare

0.22.0 (2023-12-15)

⚠ BREAKING CHANGES

  • update new LSP7/8 interface IDs (#367)
  • JSONURL and AssetURL are now deprecated and have been replaced by VerifiableURI. The decoding is backward compatible but if you try to encode JSONURL and AssetURL value, they will be encoded as VerifiableURI. (9aa87e5)

Bug Fixes

  • Rename JSONURLDataToEncode (808f1b3)

v0.21.3

29 Nov 11:55
90f735c
Compare
Choose a tag to compare

0.21.3 (2023-11-29)

Features

  • add encode/decodeValueType as public callable methods (#325) (a6fe7c8)
  • add more schemas available to parse via getSchema (#351) (b882379)
  • add support for multi types in mappings (#357) (ba92903)
  • add support to encode / decode any uint8 to uint256 types (#355) (417a4e8)
  • allow to encode LSP2 Array length only (#326) (3a6be55)

Bug Fixes

v0.21.2

07 Nov 11:47
b1bb164
Compare
Choose a tag to compare

0.21.2 (2023-11-07)

Bug Fixes

  • Add for unknown verification method to allow for null verification data in LSP2 (f205818)
  • Add more fixes per PR comments (e7302e4)
  • Change to verification object (ddd2ab2)
  • More renames _FUNCTIONS to _METHODS (1a96be1)
  • Move @types/jest and jest (852918c)

v0.21.1

06 Nov 10:10
489a9e7
Compare
Choose a tag to compare

0.21.1 (2023-11-06)

Bug Fixes

  • incorrect hex for LSP8MetadataTokenURI (0500a75)

v0.21.0

02 Nov 16:16
9b80d75
Compare
Choose a tag to compare

0.21.0 (2023-11-02)

⚠ BREAKING CHANGES

  • update lsp3/lsp4 verificationData

Features

Code Refactoring

  • update lsp3/lsp4 verificationData (9640d9f)

v0.20.1

30 Oct 17:29
51c29c5
Compare
Choose a tag to compare

0.20.1 (2023-10-30)

Bug Fixes

  • incorrect permission value for EXECUTE_RELAY_CALL (55b8f5e)

v0.20.0

18 Oct 14:40
42e105e
Compare
Choose a tag to compare

0.20.0 (2023-10-18)

Features

  • add permission EXECUTE_RELAY_CALL (6db8835)

v0.19.0

13 Oct 14:50
20198f4
Compare
Choose a tag to compare

0.19.0 (2023-10-05)

⚠ BREAKING CHANGES

  • change LSP3 to SupportedStandards:LSP3Profile (#307)
  • new encoding for static value types (not arrays []) (#288)
  • change ArrayLength value from uint256 to uint128 (#287)

Features

Bug Fixes

Code Refactoring

  • change ArrayLength value from uint256 to uint128 (#287) (c95ee8a)
  • change LSP3 to SupportedStandards:LSP3Profile (#307) (73f3481)
  • new encoding for static value types (not arrays []) (#288) (f0b04da)

v0.18.0

03 Aug 13:10
3ec90bf
Compare
Choose a tag to compare

0.18.0 (2023-08-03)

⚠️ BREAKING CHANGES

  • new encoding for static value types (not arrays []) (#288)
  • change ArrayLength value from uint256 to uint128 (#287)

Features

  • add checkPermissions function (17d2258)
  • Add new feature "Decode Mapping Key" (8c1f1fc)

Bug Fixes

Improvement

  • change ArrayLength value from uint256 to uint128 (#287) (c95ee8a)
  • new encoding for static value types (not arrays []) (#288) (f0b04da)

v0.17.2

14 Mar 08:12
88b0e03
Compare
Choose a tag to compare

0.17.2 (2023-03-14)

  • removed ERC725JSONSchemaKeyType duplicate value (060ee6c)
  • wrong web3 import (337269e)
  • removed ERC725JSONSchemaKeyType duplicate value (060ee6c)
  • wrong web3 import (337269e)