Skip to content

Releases: dethcrypto/TypeChain

@typechain/[email protected]

07 Mar 10:50
d51ef63
Compare
Choose a tag to compare

Major Changes

  • fd3a524: Update internal task name to match hardhat convention

[email protected]

10 Jan 16:20
f91e870
Compare
Choose a tag to compare

Major Changes

  • 92939ea: Structs will be namespaced using contract name when available

Patch Changes

  • d244e41: Fix event name generation for events with arrays

@typechain/[email protected]

10 Jan 16:20
f91e870
Compare
Choose a tag to compare

Patch Changes

@typechain/[email protected]

10 Jan 16:20
f91e870
Compare
Choose a tag to compare

Patch Changes

@typechain/[email protected]

10 Jan 16:20
f91e870
Compare
Choose a tag to compare

Patch Changes

@typechain/[email protected]

10 Jan 16:20
f91e870
Compare
Choose a tag to compare

Major Changes

  • 92939ea: Structs will be namespaced using contract name when available

Minor Changes

  • c2b7c3c: Added support descrimnated unions to contracts generated by typechain

Patch Changes

  • f22f962: Events with multiple positional parameters no longer get "undefined" as argument in contract.filters.

    #575

  • d244e41: Fix event name generation for events with arrays

  • Updated dependencies [92939ea]

  • Updated dependencies [d244e41]

@typechain/[email protected]

10 Jan 16:20
f91e870
Compare
Choose a tag to compare

Patch Changes

[email protected]

22 Dec 14:30
581b369
Compare
Choose a tag to compare

Minor Changes

  • 5f81ca9: Using --ts-nocheck (config.tsNocheck) flag, you can now add // @ts-nocheck comment in case where code
    generated by TypeChain doesn't pass typechecking.

    Read more in TypeScript docs.

  • 156c744: Given --help flag, typechain CLI now shows the usage guide.

@typechain/[email protected]

22 Dec 14:30
581b369
Compare
Choose a tag to compare

Minor Changes

  • 5f81ca9: Using --ts-nocheck (config.tsNocheck) flag, you can now add // @ts-nocheck comment in case where code
    generated by TypeChain doesn't pass typechecking.

    Read more in TypeScript docs.

[email protected]

27 Nov 12:36
e0e78b0
Compare
Choose a tag to compare

Patch Changes

  • 135f6ce: Fix structName for nested array of struct