All notable changes to this project will be documented in this file.
The format is based on Common Changelog, and this project adheres to Semantic Versioning.
1.4.2 - 2022-07-26
- Adhere to Common Changelog in
CHANGELOG.md
(@paulrberg) - Change license from "Unlicense" to "MIT" (@paulrberg)
1.4.1 - 2022-03-29
- Handle empty directories two or more levels deep (@paulrberg)
1.4.0 - 2022-03-29
- Bump version of
@typechain/hardhat
,hardhat
andtypechain
peer dependencies (@paulrberg) - Change directory tree in generated types now reflects the directory tree in the contracts inputs (@paulrberg)
- Upgrade to
@typechain/hardhat
v6.0.0 (@paulrberg) - Upgrade to
hardhat
v2.9.2 (@paulrberg) - Upgrade to
typechain
v8.0.0 (@paulrberg)
1.3.0 - 2022-02-17
- Bump version of
@typechain/hardhat
,hardhat
andtypechain
peer dependencies (#12) (@paulrberg) - Upgrade to
@typechain/hardhat
v4.0.0 (@paulrberg) - Upgrade to
hardhat
v2.8.4 (@paulrberg)
1.2.1 - 2021-09-23
- Exclude the "common" file in TypeChain subtask (#11) (@paulrberg)
1.2.0 - 2021-09-18
- Affix version of
tempy
to v1.0.1 (@paulrberg) - Change license from "WTFPL" to "Unlicense" (@paulrberg)
- Change the
TASK_
prefix toSUBTASK_
for subtask constant names (@paulrberg) - Polish README (@paulrberg)
- Set the
includeFactories
setting tofalse
by default (@paulrberg) - Upgrade to
@typechain/hardhat
v2.3.0 (@paulrberg) - Upgrade to
hardhat
v2.6.4 (@paulrberg)
1.1.0 - 2021-08-09
- Allow users to include the TypeChain factories in the output (@paulrberg)
- Rename
SUBTASK_PREPARE_PACKAGE_TYPECHAIN
task (@paulrberg) - Separate the TypeChain subtask in core bindings and factories subtasks (@paulrberg)
1.0.5 - 2021-08-04
- Include the
CHANGELOG.md
file in package (@paulrberg)
- Bump version of
hardhat
andtypechain
peer dependencies (@paulrberg)
1.0.4 - 2021-08-03
- Fix typos in README (@paulrberg)
- Prevent the TypeChain
common.ts
file from being deleted (@paulrberg)
1.0.3 - 2021-08-02
- Change the order of messages logged in the console (@paulrberg)
1.0.2 - 2021-08-02
- Add new fields in
package.json
: bugs, keywords, homepage and repository (@paulrberg) - Add peer dependencies sa required by
@typechain/ethers-v5
(@paulrberg)
- Fix name of task in
README.md
(@paulrberg) - Fix path to types in
package.json
(@paulrberg)
1.0.1 - 2021-08-02
This release was unpublished from npm
1.0.0 - 2021-08-02
- First release of the plugin (@paulrberg)