Releases: wevm/abitype
Releases · wevm/abitype
abitype@1.2.4
Patch Changes
- Fixed Zod identifier regex to anchor start and end, rejecting invalid identifiers like
café,2g, andhello👋. (#296)
abitype@1.2.3
Patch Changes
- Added max depth guard for named tuple tail recursion (#290)
abitype@1.2.2
Patch Changes
- Trimmed generated tuple names. (
cd23231)
abitype@1.2.1
abitype@1.2.0
Minor Changes
- Added experimental named tuple support to
AbiParametersToPrimitiveTypes(#281)
abitype@1.1.2
Patch Changes
- Fixed struct name collision in
parseAbiParametercache (#282)
abitype@1.1.1
abitype@1.1.0
Minor Changes
- #278
c15ef92Thanks @wobsoriano! - Added support for Zod v4.
abitype@1.0.9
Patch Changes
3446180Thanks @khaidarkairbek! - FixedparseAbiruntime logic to support"payable"function argument modifier.
abitype@1.0.8
Patch Changes
- #261
889e85dThanks @KedziaPawel! - FixedparseAbiItemfallback signature parsing