Releases: dethcrypto/TypeChain
Releases · dethcrypto/TypeChain
@typechain/ethers-v5@7.1.0
Minor Changes
- e4edd2c: Export typed events
@typechain/web3-v1@3.1.0
Minor Changes
- b3c94a1: Adds overrides introduced by EIP-1559.
@typechain/truffle-v5@5.1.0
Minor Changes
- b3c94a1: Adds overrides introduced by EIP-1559.
@typechain/truffle-v4@4.1.0
Minor Changes
- b3c94a1: Adds overrides introduced by EIP-1559.
@typechain/ethers-v4@5.1.0
Minor Changes
- b3c94a1: Adds overrides introduced by EIP-1559.
@typechain/hardhat@2.3.0
Minor Changes
- 99ce3e3: Move type generation to Hardhat subtask for easier third-party integration
typechain@5.1.2
Patch Changes
- a3feb27: Support extracting library references in hardhat style artifacts
@typechain/hardhat@2.2.0
Minor Changes
- 21a5062: Always use hardhat project root as cwd while generating types. All paths in the config are now always
relative to the project root as well.
@typechain/hardhat@2.1.2
Patch Changes
- 5ed62e4: Ensure that
type-extensions.ts
is always imported
@typechain/hardhat@2.1.1
Patch Changes
- 5980201: Expose
TASK_TYPECHAIN
constant