Skip to content

Releases: OpenZeppelin/hardhat-exposed

v0.3.2-1

28 Apr 00:52

Choose a tag to compare

  • Fixed support for constructor arguments in inheritance list (contract A is B(...)).

v0.3.2-0

27 Apr 20:54

Choose a tag to compare

  • Fixed support for constructor arguments in inheritance list (contract A is B(...)).

v0.3.2

22 Feb 17:29

Choose a tag to compare

  • Fixed support for constructor arguments in inheritance list (contract A is B(...)).

v0.3.1

01 Feb 23:02

Choose a tag to compare

  • Added support for user defined value types.

v0.3.0

30 Dec 21:22

Choose a tag to compare

  • Changed events for return values:
    • Renamed from $<function>_Returned to return$<function>.
    • Renamed parameters from arg0 and so on to ret0 or the function's declared return value name if available.

v0.2.17

30 Dec 14:56

Choose a tag to compare

  • Remove unnecessary dependency.

v0.2.16

29 Dec 22:33

Choose a tag to compare

0.2.16

v0.2.8

15 Sep 22:39

Choose a tag to compare

  • Add bytecode marker to fix Etherscan verification interference.

v0.2.0

02 Feb 19:37

Choose a tag to compare

  • Breaking change: Exposed contracts and functions now use a $ prefix by default.

The previous prefix x can be restored by configuring the plugin as explained in the README.

v0.1.11

01 Feb 23:53

Choose a tag to compare

  • Expose internal variables.