Skip to content

Releases: voxpelli/pony-cause

v2.1.2

12 Aug 10:55
Compare
Choose a tag to compare

v2.1.1...v2.1.2

v2.1.1

05 Aug 20:29
Compare
Choose a tag to compare
  • Improve compatibility types for TS 4.6 & 4.7. Should accept unknown causes fe5eb93

v2.1.0...v2.1.1

v2.1.0

01 Aug 21:17
Compare
Choose a tag to compare
  • Create compat file for esnext / es2022.error libs in TS 4.6 / 4.7 (#46) 1c7ba55

v2.0.0...v2.1.0

v2.0.0

09 May 07:16
Compare
Choose a tag to compare
  • BREAKING: Drop support for Node 12 since it reached end of life 855acfa
  • Feature: Add ESM variant of module (using my linemod module) 6174b7b
  • Dev: Dependency updates, workflow updates and now eg. validates package metadata using @skypack/package-check

v1.1.1...v2.0.0

v1.1.1

14 Nov 17:19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

09 Nov 18:31
Compare
Choose a tag to compare

New

Improvements

  • Fix VError support 5fefc68
  • Improve types and type coverage 8eb3d69
  • Remove comments from compiled types 481d3a0
  • Set .name of ErrorWithCause a2cb0e0

Changes

  • Remove constructorOpt, redundant and out of scope of this module 316a930

Internal

v1.0.0...v1.1.0

v1.0.0

15 Sep 21:28
Compare
Choose a tag to compare

Initial release!