Skip to content

Releases: OpenZeppelin/hardhat-exposed

v0.3.19

Choose a tag to compare

@github-actions github-actions released this 01 Apr 22:14
  • Skip arrays too large for memory.

v0.3.18

Choose a tag to compare

@github-actions github-actions released this 14 Mar 23:45
  • Expose modifiers in addition to functions.
  • Export Hardhat config type extensions.
  • Update TypeScript target to ES2022.

v0.3.17

Choose a tag to compare

@github-actions github-actions released this 07 Mar 20:54
  • Add prefix type to ExposedConfig

v0.3.16

Choose a tag to compare

@github-actions github-actions released this 03 Feb 17:01
  • Make all exposed internal functions payable.

v0.3.15

Choose a tag to compare

@github-actions github-actions released this 28 Mar 19:42
  • Fix function clashes when ABI types are not able to disambiguate multiple functions.

v0.3.14

Choose a tag to compare

@frangio frangio released this 07 Feb 16:00
  • Fix import handling to fully consider indirect imports.

v0.3.13

Choose a tag to compare

@frangio frangio released this 07 Feb 15:59
  • 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

Choose a tag to compare

@github-actions github-actions released this 30 Aug 22:32
  • Clean exposed files on hardhat compile --force.

v0.3.11

Choose a tag to compare

@github-actions github-actions released this 29 Jun 03:25
  • Fix error with types defined inside libraries.

v0.3.10

Choose a tag to compare

@github-actions github-actions released this 29 Jun 03:09
  • Fix "identifier not found" errors seen when the original source code uses explicit imports.