Skip to content

Releases: gulpjs/plugin-error

plugin-error v2.0.1

06 Dec 19:28
9392632
Compare
Choose a tag to compare

Bug Fixes

  • Exclude domainEmitter from output (#26) (2a89513)

plugin-error v2.0.0

01 Jul 21:29
65e5b6d
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Don't include domain information in output (#19)
  • Avoid modifying arguments (#21)
  • Allow to be constructed without new
  • Normalize repository, dropping node <10.13 support (#22)

Bug Fixes

  • Allow to be constructed without new (8fe9c64)
  • Avoid modifying arguments (#21) (6c05aba)
  • Don't include domain information in output (#19) (932946a)
  • Remove defaulting name since it is always set (8fe9c64)

Miscellaneous Chores

  • Normalize repository, dropping node <10.13 support (#22) (8fe9c64)

v1.0.1

23 Jan 23:23
Compare
Choose a tag to compare

Fix

v1.0.0

14 Jan 08:10
Compare
Choose a tag to compare

Update

  • Add TypeScript definitions (bc54ec6) - Closes #5 #6
  • Reduce size by removing chalk (8d3594e)
  • Switch to ansi-colors for better deduping (ceeab57)

Docs

  • Update original license location (2fabb9e)

Upgrade

  • Update arr-diff, arr-union & extend-shallow (9d27c6d)

Scaffold

v0.1.1

14 Jan 08:10
Compare
Choose a tag to compare

Fix

  • Correct jsdoc comment for showProperties default (5e20e34)

Update

  • Replace object-assign with extend-shallow (f06666c)
  • Minor formatting changes (6e18b76)

v0.1.0

14 Jan 08:10
Compare
Choose a tag to compare

New