Skip to content

3.0.1

Choose a tag to compare

@cardinalby cardinalby released this 06 Mar 21:42

The new major version is mostly compatible with the version 2.

Incompatible changes

Changes in warnings produced by the lib:

  • warnings field of RunResult:
    • renamed to runnerWarnings
    • its type changed from WarningsArray to RunnerWarning[]
  • WarningsArray exported type removed
  • Warning exported type renamed to RunnerWarning
  • printWarnings in RunOptions.setOutputOptions() renamed to printRunnerWarnings

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 deprecated node12 actions added
  • small bugfix