Skip to content

v3.0.0

Compare
Choose a tag to compare
@bcaudan bcaudan released this 02 Jan 21:14
· 635 commits to master since this release

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