Skip to content

Releases: carnesen/coded-error

v0.4.0 (2021-10-30)

30 Oct 22:10
Compare
Choose a tag to compare
  • Added: Official support for Node.js v16

  • Breaking: Drop official support for Node.js v10

  • Internal: Update dev dependencies

v0.3.0 (2021-05-30)

30 May 15:49
Compare
Choose a tag to compare
  • Breaking: Remove call Object.setPrototypeOf(this, new.target.prototype). This was a workaround for issues subclassing Error when transpiling to ES5, which we don't really need to support anymore.

  • Internal: Update dev dependencies, fix resulting lint errors, update license.

  • Internal: Added "instanceof" behavior unit tests.