Skip to content

Releases: emretepedev/hardhat-finder

v3.1.2

29 Dec 05:53
Compare
Choose a tag to compare

v3.1.1

29 Dec 05:12
Compare
Choose a tag to compare

Full Changelog: v3.1.0...v3.1.1

v3.1.0

29 Dec 05:12
Compare
Choose a tag to compare

Full Changelog: v3.0.0...v3.1.0

Version 3.0.0

24 Jan 04:22
Compare
Choose a tag to compare

Features:

  • Add options to finder.setFor() function.

Breaking Changes:

  • You have to update your finder.setFor() function parameters to access new options.

Version 2.1.0

17 Jan 11:33
Compare
Choose a tag to compare

Features:

  • Add root folder support.

Version 2.0.1

27 Dec 06:14
Compare
Choose a tag to compare

Bugfixes:

  • Fix the issue of using a proxy of the Finder Proxy instead of Finder Proxy.

Version 2.0.0

24 Dec 01:28
Compare
Choose a tag to compare

Features:

  • Add a proxy for Finder and add a more detailed error message in the proxy.
  • path and name options for the finder task are no longer required parameters.

Bugfixes:

  • Fix getting caught throwing a HardhatPluginError error while using Finder.

Version 1.2.0

23 Dec 23:41
Compare
Choose a tag to compare

Features:

  • Add compilerTaskArgs parameter to Finder.setFor() for more flexible interactions with the developments of other plugins.

Version 1.1.3

23 Dec 23:02
Compare
Choose a tag to compare

Bugfixes:

  • Fix type check error when runOnCompile is enabled.

Version 1.1.2

23 Dec 21:31
Compare
Choose a tag to compare

Bugfixes:

  • Fix not passing arguments while running the compile task.