All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
2.2.1 - 2018-01-03
- Replaced deprecated
gulp-util
with individual packages, thanks to @demurgos
2.2.0 - 2017-09-19
- Fixed handling of
orchestration aborted
errors, thanks to @memoryhole
2.1.0 - 2017-07-24
- Added options object
- Added option for reduced stack trace reporting
- Added option to ignore falsey task names
2.0.0 - 2017-06-30
-
Specified version numbers for all dependencies, due to Chalk dropping support for older Node versions
This may be a breaking change if you depend on a newer release of any dependency, so you can continue using 1.2.2 in that case.
1.2.2 - 2016-06-29
- Now passes the error back to GulpUtil.PluginError
1, 2, skip a few…
1.0.0 - 2014-09-29
In version 1.0 I've added a check that prevents the same task from showing up within any sequence. This is to help reduce typo errors, as well as prevent the silent exit bug when the same task occurred twice in a parallel sequence. The sequence will now fail immediately during the validation stage.
If this breaking change affects you, you'll need to take one of several actions:
- Remove duplicate tasks if they are a mistake.
- Filter unneeded duplicate tasks before passing them to
run-sequence
. - Rewrite your tasks or wrap your tasks within functions that can be called multiple times if for some reason you rely on this functionality.
- Continue using
run-sequence
version 0.3.7 if it was working for you.
I'm not going to go through the old history at this point.