Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

Releases: Sage/carbon-factory

v2.0.0-rc4

09 Aug 13:07
Compare
Choose a tag to compare
v2.0.0-rc4 Pre-release
Pre-release

Changes since RC3:

  • Passing options to the SpecTask is now optional.

v2.0.0-rc3

09 Aug 12:32
Compare
Choose a tag to compare
v2.0.0-rc3 Pre-release
Pre-release

Changes from RC3:

  • Excludes files called __definition__.js from coverage.

v2.0.0-rc2

08 Aug 16:03
Compare
Choose a tag to compare
v2.0.0-rc2 Pre-release
Pre-release

Changes from RC2:

  • Improved coverage.

v1.1.8

07 Aug 09:13
Compare
Choose a tag to compare
  • 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

08 Aug 16:03
Compare
Choose a tag to compare

v1.1.7

14 Jun 14:32
Compare
Choose a tag to compare
  • Configures 'no-use-before-define' to skip functions and classes.

v1.1.6

07 Jun 07:52
Compare
Choose a tag to compare

Fix overly strict eslint rule to allow object property reassignment

v1.1.5

02 Jun 15:00
Compare
Choose a tag to compare
  • Fixes an issue where the overriding the coverage ignore option was not being used during gulp.

v1.1.4

30 May 09:13
Compare
Choose a tag to compare
  • Update branch of karma-eslint package to fix build passing when errors present.

v1.1.3

25 May 09:15
Compare
Choose a tag to compare

Bump .eslintrc max function params to 5