Skip to content

v2.2.0

Compare
Choose a tag to compare
@bcaudan bcaudan released this 28 Jun 15:33
· 737 commits to master since this release

Feature

  • stacktrace: displayStacktrace option has now 4 modes available #26:
    • all: display stacktraces for failed specs and in failures summary.
    • specs: display stacktraces for failed specs only.
    • summary: display stacktraces in failures summary only.
    • none: do not display stacktraces.
  • processor:
    • add displayJasmineStarted hook
    • add displaySpecStarted hook #23

Breaking change

displayStacktrace: true is not working anymore. You will have to choose the displayStacktrace mode that suits you best.

Other

  • Bump dependencies versions
  • Rework documentation