Skip to content

Releases: justeat/gulp-build-fozzie

v7.9.0 (CPD-11491) - Optional removal of console.log statements (#112)

06 Feb 13:01
Compare
Choose a tag to compare

Added

  • stripDebug option to config.js to allow the inclusion of console statements in production builds.
  • --noStripDebug command line flag.

Changed

  • Jest rollback from v22.1.4 to v21.2.1.

v7.8.0

01 Feb 13:55
6972443
Compare
Choose a tag to compare

Added

  • Added the ability to pass environment variables into the SCSS compilation
  • Added $isDev, $isProd, $env and $server variables that are now available in Sass
  • 🐻 added to fozzie log notification

Changed

  • Minor package updates

v7.7.0

31 Jan 08:04
Compare
Choose a tag to compare

Added

  • Run npm scripts concurrently.

Changed

  • Updated eslint module versions.
  • Updated jest version.
  • Using Object.assign in jest task as object spread is only supported in node v8.6.0 and up.

Remove

  • Removed eslint jest module as Jest is already specified within eslint-config-fozzie.

v7.6.0

30 Jan 13:42
Compare
Choose a tag to compare

Changed

  • Updated f-copy-assets module.

v7.5.0 — Fix the way that arguments are combined when calling `jestT…

30 Jan 12:13
Compare
Choose a tag to compare

Fixed

  • Fix the way that arguments are combined when calling jestTestRun.

v7.4.0 — Set `passWithNoTests` argument to `true` for all Jest test r…

30 Jan 10:57
Compare
Choose a tag to compare

Changed

  • Set passWithNoTests argument to true for all Jest test runs to prevent error when there are no tests in the project

v7.3.0 — Set `bail` argument to `true` only when run in production. (…

30 Jan 10:37
2ad7b83
Compare
Choose a tag to compare

Changed

  • Set bail argument to true only when run in production.

v7.2.0

29 Jan 12:48
bc123d5
Compare
Choose a tag to compare

Changed

  • Added usePackageVersion to config file to handle the css versioning, default value is set to false.
  • Added packageVersion to config file which returns the current scoped package version.
  • Updated config.test tests to cover the above changes.

v7.1.0 — Set `bail` argument to `true` for all Jest test runs so that…

18 Jan 14:13
624c285
Compare
Choose a tag to compare

Changed

  • Set bail argument to true for all Jest test runs so that it returns the correct exit code when a test run fails.

v7.0.0

17 Jan 14:24
Compare
Choose a tag to compare

Changed

  • Whole host of packages updated. Main ones to know about are:
  • Updated the Danger config in Travis, as the call is now yarn danger ci to run the checks