Skip to content

Releases: OpenZeppelin/hardhat-exposed

v0.1.10

01 Feb 23:53

Choose a tag to compare

  • Add all libary functions in exposed contract.

v0.1.9

19 Aug 15:44

Choose a tag to compare

  • Fix contracts that override a function through a public variable.

v0.1.8

19 Aug 15:43

Choose a tag to compare

  • Fix import paths on Windows.

v0.1.7

07 Jul 18:29

Choose a tag to compare

  • Fix import paths on Windows.

v0.1.6

09 Jun 18:36

Choose a tag to compare

  • Improve performance a little by not requesting bytecode or optimizations for first compilation.

v0.1.5

07 Jun 19:22

Choose a tag to compare

  • Remove duplicate functions in exposed contract when overriding.

v0.1.4

07 Jun 19:05

Choose a tag to compare

  • Fix storage location for constructor arguments.

v0.1.3

07 Jun 19:02

Choose a tag to compare

  • Fix functions with enum and contract arguments.

v0.1.2

07 Jun 19:01

Choose a tag to compare

  • Fix missing dependency.

v0.1.1

07 Jun 19:01

Choose a tag to compare

  • Add support for libraries.
  • Add support for abstract contracts and interfaces.
  • Generate a constructor that invokes all uninitialized parents.