Releases: OpenZeppelin/hardhat-exposed
Releases · OpenZeppelin/hardhat-exposed
v0.3.19
Compare
Sorry, something went wrong.
No results found
Skip arrays too large for memory.
v0.3.18
Compare
Sorry, something went wrong.
No results found
Expose modifiers in addition to functions.
Export Hardhat config type extensions.
Update TypeScript target to ES2022.
v0.3.17
Compare
Sorry, something went wrong.
No results found
Add prefix type to ExposedConfig
v0.3.16
Compare
Sorry, something went wrong.
No results found
Make all exposed internal functions payable.
v0.3.15
Compare
Sorry, something went wrong.
No results found
Fix function clashes when ABI types are not able to disambiguate multiple functions.
v0.3.14
Compare
Sorry, something went wrong.
No results found
Fix import handling to fully consider indirect imports.
v0.3.13
Compare
Sorry, something went wrong.
No results found
Interfaces are not longer exposed.
A new imports: boolean config option allows generating exposed versions of imported contracts. Off by default.
Fix missing types when project uses aliased imports.
v0.3.12
Compare
Sorry, something went wrong.
No results found
Clean exposed files on hardhat compile --force.
v0.3.11
Compare
Sorry, something went wrong.
No results found
Fix error with types defined inside libraries.
v0.3.10
Compare
Sorry, something went wrong.
No results found
Fix "identifier not found" errors seen when the original source code uses explicit imports.