Releases: dethcrypto/TypeChain
Releases · dethcrypto/TypeChain
@typechain/hardhat@2.0.0
@typechain/ethers-v5@7.0.0
Minor Changes
- 021e959: Expose ABI, bytecode, and contract interface in factories
Patch Changes
- d590f88: Make filter parameters optional
- bc4539a: Generated types now extend new
BaseContract
notContract
from ethers. This removes all index signatures
and makes calling a non-existing function a compile-time error. - Updated dependencies [d60a343]
- Updated dependencies [5a60d00]
- Updated dependencies [d60a343]
- typechain@5.0.0
@typechain/ethers-v4@5.0.0
@typechain/ethers-v5@6.0.5
Patch Changes
- 833b7ea: Avoid generating reexports for duplicated contracts
@typechain/ethers-v5@6.0.4
Patch Changes
- 743a600: Fix code generation for events with tuples
@typechain/ethers-v5@6.0.3
@typechain/hardhat@1.0.1
Patch Changes
- 23faae4: Accept underscores in contract names
@typechain/ethers-v5@6.0.2
Patch Changes
- ffc67f2: Fix "unused type parameter" ts error
typechain@4.0.3
Patch Changes
- dbfe92a: Improve error message in case of a missing target
@typechain/hardhat@1.0.0
Major Changes
- cd8b04b: Initial release