Releases: frangio/hardhat-exposed
Releases · frangio/hardhat-exposed
v0.3.5
- Emit a payable constructor if the contract requires it.
v0.3.4
- Extend Hardhat's
clean
task to delete the directory of exposed contracts.
v0.3.3
- Add optional support for OpenZeppelin Contracts-style initializers in upgradeable contracts.
v0.3.2-4
- Fixed support for constructor arguments in inheritance list (
contract A is B(...)
).
v0.3.2-3
- Fixed support for constructor arguments in inheritance list (
contract A is B(...)
).
v0.3.2-2
- Fixed support for constructor arguments in inheritance list (
contract A is B(...)
).
v0.3.2-1
- Fixed support for constructor arguments in inheritance list (
contract A is B(...)
).
v0.3.2-0
- Fixed support for constructor arguments in inheritance list (
contract A is B(...)
).
v0.3.2
- Fixed support for constructor arguments in inheritance list (
contract A is B(...)
).
v0.3.1
- Added support for user defined value types.