Skip to content

Releases: bcaudan/jasmine-spec-reporter

v3.3.0

13 Apr 18:37
Compare
Choose a tag to compare

Add low-level print configuration option #129, #130

v3.2.0

15 Jan 14:49
Compare
Choose a tag to compare
  • Add an option to remove duration from execution summary.
  • Add jasmine & protractor integration tests #82

v3.1.0

08 Jan 18:06
Compare
Choose a tag to compare
  • Add displaySpecErrorMessages and displaySummaryErrorMessages to DisplayProcessor #85
  • Add an option to remove error messages #62
  • Add an option to customize stacktrace filtering #72

v3.0.0

02 Jan 21:14
Compare
Choose a tag to compare

Breaking changes

  • Remove support for node 0.10

  • jasmine-spec-reporter module exports SpecReporter and DisplayProcessor, see SpecReporter and DisplayProcessor usages.

  • Extract groups in configuration and rationalize property names, see new structure. #57

  • Colors deactivation is now achieved with this configuration:

    {
      colors: {
        enabled: false
      }
    }
    
  • Custom options for custom processors must now be stored in this configuration field:

    {
      customOptions: {
        foo: 'bar'
      }
    }
    

Other

v2.7.0

02 Jan 21:13
Compare
Choose a tag to compare
  • Add successes summary. #49

v2.6.0

02 Jan 21:12
Compare
Choose a tag to compare
  • Display seed used if specs are randomized. #55

v2.5.0

02 Jan 21:11
Compare
Choose a tag to compare
  • Added support for windows platform to show tick mark and cross symbols. #52

v2.4.0

03 Jul 11:58
Compare
Choose a tag to compare
  • Add singular form of spec metrics. #41

v2.3.0

28 Jun 16:06
Compare
Choose a tag to compare

Feature

  • Add pending summary to display pending reasons. #33
  • Have same sign/color convention than jasmine default reporter for pending specs.

Other

  • Add tests on colors. #34
  • Bump dependencies versions

v2.2.3

28 Jun 15:30
Compare
Choose a tag to compare

Ensure that colors are always enabled. #36