- Added: gulp v4 compatibility
- Changed: removed deprecated
gulp-util
- Bugfix: Suppress errors in case
error.cause
object is not available (set default value to{}
)- thanks to Sasmen on GitHub
- Enhancement: Detailed Error Messages are displayed in case
error.cause
orerror.codeFrame
object is provided - suggested by anweshknayak on GitHub
- Bugfix: Error handler doesn't emit the
end
event to terminate the current gulp task - thanks to haqqi on GitHub
- Changed: Added default value to error message and plugin to avoid errors
- Bugfix: In some cases (e.g. gulp-less) the
Error.codeFrame
object is not exposed and caused a fatal error - thanks to haqqi on GitHub
- Bugfix: removed dead code
- Bugfix: wrong dependency context
Initial public release