Skip to content

Releases: wevm/abitype

[email protected]

05 Mar 21:04
e542f40
Compare
Choose a tag to compare

Patch Changes

[email protected]

05 Mar 19:57
345152a
Compare
Choose a tag to compare

Patch Changes

  • 387ad15 Thanks @tmm! - Fixed parse types for inline annotations.

[email protected]

05 Mar 19:44
5e64aa9
Compare
Choose a tag to compare

Patch Changes

  • #96 c35cae8 Thanks @tmm! - Updated internal parse types.

  • #93 32daf7c Thanks @Raiden1411! - Fixed a bug, where Solidity types were not validated when parsing ABI parameters, and added a base cache with well-known Solidity parameters.

[email protected]

01 Mar 23:51
e0add83
Compare
Choose a tag to compare

Patch Changes

[email protected]

01 Mar 19:57
f40c838
Compare
Choose a tag to compare

Patch Changes

  • 1597a8f Thanks @tmm! - Added peerDependenciesMeta to package.json

[email protected]

01 Mar 19:27
c17f874
Compare
Choose a tag to compare

Minor Changes

  • #84 e1fa871 Thanks @tmm! - Added human-readable ABI type-level and runtime parse utilities.

v0.5.0

22 Feb 00:33
a98eac6
Compare
Choose a tag to compare

Minor Changes

  • #85 7042ee8 Thanks @jxom! - Breaking: uint and int types now cast to ResolvedConfig['BigIntType'] instead of ResolvedConfig['IntType'] | ResolvedConfig['BigIntType'].

Patch Changes

  • #87 00e5bd0 Thanks @jxom! - Fixed derived type of AbiParameterToPrimitiveType for tuples that have all unnamed components.

v0.4.1

11 Feb 00:12
41e319b
Compare
Choose a tag to compare

Patch Changes

  • #81 9c437a4 Thanks @tmm! - Removed uint and int from TypedDataType (not allowed in spec).

v0.4.0

08 Feb 15:47
d41d10b
Compare
Choose a tag to compare

Minor Changes

  • #78 0df9b94 Thanks @Raiden1411! - Breaking: Changed BytesType configuration property to support ABI item inputs and outputs types. To keep the previous behavior set BytesType to the following:

    declare module 'abitype' {
      BytesType: {
        inputs: `0x${string}`
        outputs: `0x${string}`
      }
    }

    BytesType['inputs'] default is now `0x${string}` | Uint8Array instead of just `0x${string}`.

v0.3.0

20 Jan 18:33
d737180
Compare
Choose a tag to compare

Minor Changes

  • #71 a3880d9 Thanks @tmm! - Bumped minimum TypeScript version to 4.9.4.