Skip to content

Releases: chaijs/check-error

v2.1.1

08 May 20:50
36f9271
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

08 May 13:56
d3622a0
Compare
Choose a tag to compare

What's Changed

  • feat: support virtual contexts by @43081j in #50

New Contributors

Full Changelog: v2.0.0...v2.1.0

v1.0.3

27 Sep 09:21
a0052c7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.0.3

v2.0.0

22 Jul 19:49
fd56c9e
Compare
Choose a tag to compare

BREAKING CHANGES

This module is now an ESM module. It only supports ESM environments. Minimum support levels are now:

  • NodeJS 16 and above
  • Firefox 102 ESR and above
  • Chromium Edge and above

This means that the following environments will no longer receive support:

  • Edge 18 and below
  • Internet Explorer (any version)
  • NodeJS below version 16
  • Firefox versions less than 102

While this package may continue to work in older versions, they are not supported.

What's Changed

New Contributors

Full Changelog: v1.0.2...v2.0.0

v1.0.2

18 Aug 13:30
Compare
Choose a tag to compare

1.0.2 (2016-06-27)

Bug Fixes

  • readme unformatted node link and require for check-error (#8)

v1.0.1

07 Jun 09:29
Compare
Choose a tag to compare

<a name"1.0.1">

1.0.1 (2016-06-07)

Bug Fixes

  • getConstructor name working with PoorlyConstructedErrors (daa8d9a)

v1.0.0

07 Jun 09:27
Compare
Choose a tag to compare

Initial Release.