merge
withcollectInitial
option was missing events.
- errors thrown in plugins issue an error and exit the sigh process.
pipeline({ activate: true }, ...)
works inside ofmerge
.
- glob/write plugins supports encoding.
- merge with
collectInitial
didn't forward subsequent events in watch mode.
- fix
merge
breakage from previous version.
merge
hascollectInitial
option.
- improvements to code.
filter
plugin is now present asselect
andreject
.
select
andreject
instead offilter
.
- write plugin sets
basePath
to equal write directory. - setters for Event.basePath and Event.projectPath.
- fix crash when using gulp-adapter for file type that doesn't support identity source map generation.
- fix writing files that do not support source maps.
- fix crash when filter plugin filters all events.
- add filter plugin.
- glob: forwards input events down stream with glob/watch events.
- debounce: avoid loss of events when a file is changed during debouncing of events in the init phase.
- debounce: only debounce events during the init phase (when the initial state of the filesystem is being read).
- concat/write: fix crash when writing/concatenating untransformed files.
- fix deletion of last non-comment character when stripping source map comment from js/css file.