Skip to content

Releases: justeat/gulp-build-fozzie

v4.2.0

08 Aug 11:51
Compare
Choose a tag to compare

Added

  • Added config.fonts object.
  • Added fonts paths to pathBuilder.
  • Added copy.fonts object.
  • Added copy:fonts task.
  • Unit tests added for new config and pathBuilder properties.
  • Unit tests added to test all config.copy properties are updated correctly.
  • The Readme Fonts config section was added.
  • The Readme Fonts pathBuilder section was added.

Changed

  • Updated copy task comments.
  • If no dest property is defined in the copy config then it will default to an empty string.
  • Improved logging for copy tasks.
  • The Readme config.copy and copy tasks sections were updated to include the new font additions.
  • Updated copy task comments.

v4.1.1

08 Aug 11:51
Compare
Choose a tag to compare

Fixed

  • Fixed lint errors in danger.js.

v4.1.0

08 Aug 07:43
Compare
Choose a tag to compare

Added

  • Danger.js has been added to do basic PR checks. This will leave comments on the PR when the changelog hasn’t been updated, the version needs incrementing or if it thinks the README might need an update.

v4.0.0

07 Aug 10:26
Compare
Choose a tag to compare

Changed

  • The return value is now an object containing the build, config, and pathBuilder objects instead of the build function.
  • Service worker path no longer contains the service worker filename.

Added

  • The Readme Setup section was updated to reflect the changes to the default return value.
  • The Readme Path Builder section was added.

v3.8.0

07 Aug 08:22
Compare
Choose a tag to compare

Added

  • Added copy:js, copy:css and copy:img tasks to copy over separate files without bundling. See README for more information.

v3.7.0

07 Aug 08:21
Compare
Choose a tag to compare

Added

Changed

  • The for...in loop in assemble.js was throwing eslint errors, in order to fix this we converted the loop to use Object.keys and forEach instead.

v3.6.0

07 Aug 08:21
Compare
Choose a tag to compare

Added

  • config.docs.helpers object added for passing through helper function for handlebars to use

v3.5.0

07 Aug 08:21
Compare
Choose a tag to compare

Changed

  • Updating numerous package dependencies in package.json and yarn.lock

v3.4.1

02 Aug 11:09
Compare
Choose a tag to compare

Fixed

  • Fixed isProduction check for docs base URL.

v3.4.0

02 Aug 09:53
Compare
Choose a tag to compare

Changed

  • Consistent formatting of gulp-if statements.

Fixed

  • CSS sourcemap hack removed as the original issue appears to have been fixed.
  • CSS sourcemaps are written to separate files.
  • JavaScript sourcemaps are now written correctly.
  • watch:docs task now outputs assets correctly.