Skip to content

Releases: XaveScor/gulp

v5.1.2

10 Oct 19:04
Compare
Choose a tag to compare
  • reverting fixed bug(gulp now runs the task once even if it is called multiple times(#30)) fixed in v5.1.0. I will create the migration mechanism later.

v5.1.1

04 Oct 09:40
Compare
Choose a tag to compare

All files published to npm

v5.1.0

04 Oct 09:39
Compare
Choose a tag to compare

Please, upgrade to v5.1.1. I forgot to publish all filed into npm.


  • removed unnecessary dependencies (#5)

Fixes

  • gulp now runs the task once even if it is called multiple times (#30)
  • gulp.parallel was not parallel. Now it is (#27)

Internal changes

  • undertaker is inlined (#1)
  • all sources rewrote to Promise Api(#27)
  • all sources rewrote to ES6 (#25, #23, #16)
  • all tests rewrote to ESM (#3)
  • eslint removed (#6)

v5.0.0

24 Sep 10:43
Compare
Choose a tag to compare

Breaking changes

  • The minimum node version is 18