Skip to content

Releases: wevm/abitype

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.

v0.0.12

12 Sep 03:07
8f00ea8
Compare
Choose a tag to compare

Patch Changes

  • #18 995674d Thanks @tmm! - Added support for tuples with unnamed parameters.

v0.0.11

09 Sep 20:17
ee763e5
Compare
Choose a tag to compare

Patch Changes

  • #17 7d5976b Thanks @tmm! - Added configuration option for disabling max array depth.

  • #15 e00b2cd Thanks @tmm! - Added support for nested structs.