This repository has been archived by the owner on Feb 28, 2020. It is now read-only.
Releases: Sage/carbon-factory
Releases · Sage/carbon-factory
v2.0.0-rc4
Changes since RC3:
- Passing options to the
SpecTask
is now optional.
v2.0.0-rc3
Changes from RC3:
- Excludes files called
__definition__.js
from coverage.
v2.0.0-rc2
Changes from RC2:
- Improved coverage.
v1.1.8
- Add specReporter options to configure karma-spec-reporter from gulpfile.
(https://github.com/mlex/karma-spec-reporter#configuration)
e.g.
const specOpts = {
reporters: ['spec'],
specReporter: {
suppressPassed: true
}
};
v2.0.0-rc1
v1.1.7
- Configures 'no-use-before-define' to skip functions and classes.
v1.1.6
Fix overly strict eslint rule to allow object property reassignment
v1.1.5
- Fixes an issue where the overriding the coverage ignore option was not being used during gulp.
v1.1.4
v1.1.3
Bump .eslintrc
max function params to 5