Skip to content

Releases: benyap/exceptional-errors

v0.2.0

28 Jun 07:08
Compare
Choose a tag to compare

0.2.0 (2022-06-28)

Features

  • refine API to be closer to ES2022 spec, update documentation (c878c50)

Internal

Documentation

  • add benedictong42 as a contributor for ideas (#5) (cef0402)

v0.1.0

25 Jun 16:25
Compare
Choose a tag to compare

0.1.0 (2022-06-25)

Bug Fixes

  • findCauseIf and findCausesIf fail can now find nested causes (be50073)

Internal

  • add API reference and examples (9f545c7)
  • add tests (bb175a1)
  • deps: update commitlint monorepo to v17.0.3 (#3) (7c9e798)

v0.1.0-alpha.3

25 Jun 10:16
Compare
Choose a tag to compare
v0.1.0-alpha.3 Pre-release
Pre-release

0.1.0-alpha.3 (2022-06-25)

Features

  • remove util functions (must be accessed through EError), add documentation (5a51a40)

Bug Fixes

  • include current error when finding causes (8d4b9c4)

Internal

  • add build step hack to ship with only comments in .d.ts files (3864924)
  • remove unused dev dependency (12d4102)

Documentation

  • add quickstart to README (f0e3016)

v0.1.0-alpha.2

25 Jun 04:28
Compare
Choose a tag to compare
v0.1.0-alpha.2 Pre-release
Pre-release

0.1.0-alpha.2 (2022-06-25)

Internal

  • rename to exceptional-errors (a8ee8eb)

v0.1.0-alpha.1

25 Jun 04:20
Compare
Choose a tag to compare
v0.1.0-alpha.1 Pre-release
Pre-release

0.1.0-alpha.1 (2022-06-25)

Internal

  • ci: fix publish command (079dc01)

v0.1.0-alpha.0

25 Jun 04:17
Compare
Choose a tag to compare
v0.1.0-alpha.0 Pre-release
Pre-release

0.1.0-alpha.0 (2022-06-25)

Features

  • implement initial version of EError (ddd42ae)

Internal