Releases: bcaudan/jasmine-spec-reporter
Releases · bcaudan/jasmine-spec-reporter
v3.3.0
v3.2.0
v3.1.0
v3.0.0
Breaking changes
-
Remove support for node 0.10
-
jasmine-spec-reporter
module exportsSpecReporter
andDisplayProcessor
, 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
- Migrate code base to TypeScript
- Add example for TypeScript integration
- Extract each example in a dedicated node module, see examples