3.0.1
The new major version is mostly compatible with the version 2.
Incompatible changes
Changes in warnings produced by the lib:
warnings
field ofRunResult
:- renamed to
runnerWarnings
- its type changed from
WarningsArray
toRunnerWarning[]
- renamed to
WarningsArray
exported type removedWarning
exported type renamed toRunnerWarning
printWarnings
inRunOptions.setOutputOptions()
renamed toprintRunnerWarnings
JS file target path bugfix:
RunTarget.jsFile()
accepts the same file path relative to your repo regardless of specified working dir (options.setWorkingDir(...)
)
New features:
DeprecatedNodeVersionWarning
about deprecatednode12
actions added- small bugfix