Skip to content

Releases: ehmicky/set-error-class

v3.0.0

28 Oct 22:04
Compare
Choose a tag to compare

Breaking changes

  • Minimal supported Node.js version is now 18.18.0

v2.0.0

13 May 23:22
Compare
Choose a tag to compare

Breaking changes

  • Minimal supported Node.js version is now 16.17.0

v1.6.0

12 Dec 20:47
Compare
Choose a tag to compare

Features

  • Improve TypeScript types

Release 1.5.0

21 Nov 22:54
Compare
Choose a tag to compare

Documentation

  • Undocument the third argument

Release 1.4.0

11 Nov 18:33
Compare
Choose a tag to compare

Features

  • Improve tree-shaking support

Release 1.3.0

07 Nov 22:27
Compare
Choose a tag to compare

Features

  • Add browser support

Release 1.2.1

13 Oct 20:05
Compare
Choose a tag to compare

Bug fixes

  • Fix package.json

Release 1.2.0

13 Oct 18:46
Compare
Choose a tag to compare
  • Switch to MIT license

Release 1.1.0

31 Aug 16:44
Compare
Choose a tag to compare

Bug fixes

  • Allow ErrorClass.prototype.constructor to mismatch ErrorClass, in order to support polyfills like error-cause-polyfill

Release 1.0.1

31 Aug 15:56
Compare
Choose a tag to compare

Bug fixes

  • Improve how error.name is set when the class has not changed