Skip to content

Releases: wevm/abitype

v0.1.4

26 Sep 20:48
ff5242a
Compare
Choose a tag to compare

Patch Changes

  • #37 2c67082 Thanks @tmm! - Added filter on typed data to disallow self-referencing objects.

v0.1.3

20 Sep 21:20
49f61f7
Compare
Choose a tag to compare

Patch Changes

v0.1.2

19 Sep 21:14
234bc8c
Compare
Choose a tag to compare

Patch Changes

v0.1.1

16 Sep 23:43
415cdc9
Compare
Choose a tag to compare

Patch Changes

  • #30 6e56cc2 Thanks @tmm! - Updated default config values and fixed check for unnamed tuples.

v0.1.0

14 Sep 17:28
721403f
Compare
Choose a tag to compare

Minor Changes

v0.0.17

13 Sep 00:48
c47ccaf
Compare
Choose a tag to compare

Patch Changes

  • 9e6557a Thanks @tmm! - Made Address resolve AddressType config option.

v0.0.16

12 Sep 23:33
0a5f7e3
Compare
Choose a tag to compare

Patch Changes

v0.0.15

12 Sep 19:58
1595809
Compare
Choose a tag to compare

Patch Changes

v0.0.14

12 Sep 15:33
4b1120d
Compare
Choose a tag to compare

Patch Changes

  • #22 5307b1e Thanks @tmm! - Added AddressType and BytesType to configuration. Renamed NumberType to IntType.

v0.0.13

12 Sep 14:02
e7aa0cc
Compare
Choose a tag to compare

Patch Changes

  • #20 a8cb964 Thanks @tmm! - Added NumberType configuration option. NumberType sets the TypeScript type to use for int and uint values.