Skip to content

Releases: justeat/gulp-build-fozzie

v10.6.0

26 Jul 13:03
c70a976
Compare
Choose a tag to compare

v10.6.0

July 26, 2022

Changed

  • Upgraded the version of gulp-sass from 4.0.2 to 5.1.0

v10.2.1

11 May 08:56
bff571f
Compare
Choose a tag to compare

v10.2.1

May 6, 2020

Fixed

  • watch tasks so they work with Gulp v4.

v10.2.0

05 May 10:56
1a5d100
Compare
Choose a tag to compare

v10.2.0

May 5, 2020

Changed

  • Adapted the default task so that it works with Gulp v4.

v10.1.0

11 Mar 11:57
75289e7
Compare
Choose a tag to compare

Changed

  • Turns out there were more changes needed for Gulp v4 😆
    Specifically, regarding runSequence (which no longer works in Gulp v4). Have converted these tasks to use gulp.series and gulp.parallel instead. This ahs been tested with how HomeWeb uses its default task – this is likely to need more specific testing/updates if/when we migrate this into other applications that use this package).

v10.0.0

06 Mar 11:11
f683af9
Compare
Choose a tag to compare

Changed

  • Upgrade gulp to v4 (so that it's now compatible with Node v12)

v8.4.0

12 Feb 12:02
Compare
Choose a tag to compare

Fixed

  • Adjusted copy:assets task so that it copies the assets over to the relevant docs folder when running in docs mode.

v8.3.0

27 Nov 11:58
37a1af0
Compare
Choose a tag to compare

Fixed

  • Downgrading event-stream due to security vulnerability

Changed

  • Updating package dependencies

v8.2.1

15 Oct 15:28
Compare
Choose a tag to compare

Changed

  • Updating README with Babel 7 FAQ info

v8.2.0

12 Oct 11:25
54b24c7
Compare
Choose a tag to compare

Changed

  • Babel 7 config is now added into the gulp-build-fozzie module directly, rther than managing in each separate project package.json. Resolutions for babel 7 bridge and Espree (Eslint fix) also added.

v8.1.1

10 Oct 15:48
Compare
Choose a tag to compare

Fixed

  • README updated with Babel 7 config changes. Also includes note about adding Espree v3.5.4 as a resolution when adding linting with ESLint v6.