Releases: emretepedev/hardhat-finder
Releases · emretepedev/hardhat-finder
v3.1.2
Full Changelog: v3.1.1...v3.1.2
v3.1.1
Full Changelog: v3.1.0...v3.1.1
v3.1.0
Full Changelog: v3.0.0...v3.1.0
Version 3.0.0
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
Features:
- Add root folder support.
Version 2.0.1
Bugfixes:
- Fix the issue of using a proxy of the Finder Proxy instead of Finder Proxy.
Version 2.0.0
Features:
- Add a proxy for
Finder
and add a more detailed error message in the proxy. path
andname
options for thefinder
task are no longer required parameters.
Bugfixes:
- Fix getting caught throwing a
HardhatPluginError
error while usingFinder
.
Version 1.2.0
Features:
- Add
compilerTaskArgs
parameter toFinder.setFor()
for more flexible interactions with the developments of other plugins.
Version 1.1.3
Bugfixes:
- Fix type check error when
runOnCompile
is enabled.
Version 1.1.2
Bugfixes:
- Fix not passing arguments while running the
compile
task.