Skip to content

Releases: wevm/abitype

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.

v0.2.5

28 Nov 22:48
d82004d
Compare
Choose a tag to compare

Patch Changes

  • #65 a542514 Thanks @Bind! - Fixed abitype/zod support for legacy contracts, like WETH, by making inputs optional for type: 'fallback' and AbiError type from "event" to "error".

v0.2.4

25 Nov 23:16
5705a07
Compare
Choose a tag to compare

Patch Changes

  • #63 db3d249 Thanks @tmm! - Added stateMutability calculation for older contracts that only use deprecated constant and payable fields.

v0.2.3

21 Nov 18:58
a6fe308
Compare
Choose a tag to compare

Patch Changes

v0.2.1

21 Nov 18:42
42219a7
Compare
Choose a tag to compare

Patch Changes

v0.2.0

20 Nov 20:21
e5c3a42
Compare
Choose a tag to compare

Minor Changes

v0.1.8

09 Nov 02:11
cf77e4d
Compare
Choose a tag to compare

Patch Changes

v0.1.7

17 Oct 19:01
9d6c2c7
Compare
Choose a tag to compare

Patch Changes

  • 402a410 Thanks @tmm! - Removed engines from package.json.

v0.1.6

12 Oct 16:05
de5b8de
Compare
Choose a tag to compare

Patch Changes

v0.1.5

07 Oct 19:26
c3550fb
Compare
Choose a tag to compare

Patch Changes

  • #41 7147b07 Thanks @tmm! - Set ArrayMaxDepth default to false so there is no maximum array depth. Added new configuration option StrictAbiType for validating AbiParameter's type. Defaults to false so AbiParameter['type'] is string instead of a large union.