Skip to content

Releases: bcaudan/jasmine-spec-reporter

v2.2.2

28 Jun 15:31
Compare
Choose a tag to compare

Bugfix

  • Fixes All specs displayed when using fdescribe and fit. #37

v2.2.1

28 Jun 15:32
Compare
Choose a tag to compare

Bugfix

  • Disabled specs was incorrectly reported as failed. #28

Other

  • Tests: Use jasmine env instead of fake env #25

v2.2.0

28 Jun 15:33
Compare
Choose a tag to compare

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

v1.2.0

28 Jun 15:33
Compare
Choose a tag to compare

Feature

  • stacktrace: displayStacktrace option has now 4 modes available:
    • 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

Breaking change

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

Other

  • Bump colors versions
  • Rework documentation

v2.1.0

28 Jun 15:34
Compare
Choose a tag to compare

When a suite or spec is focused, it displays the total of specs defined and the number of skipped specs #11

v2.0.0

28 Jun 15:35
Compare
Choose a tag to compare

Feature

Add support for jasmine 2.x #10

Breaking change

  • Jasmine 1.x is not supported by this version
  • Skipped specs are not displayable in favour of pending specs.

v1.1.2

28 Jun 15:36
Compare
Choose a tag to compare

Add message when reporter 1.x is used with jasmine > 1.x

v1.1.1

28 Jun 15:36
Compare
Choose a tag to compare

Fixes error when the stacktrace is undefined #22