Releases: benyap/exceptional-errors
Releases · benyap/exceptional-errors
v0.2.0
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
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
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
v0.1.0-alpha.2
Internal
- rename to exceptional-errors (a8ee8eb)
v0.1.0-alpha.0
0.1.0-alpha.0 (2022-06-25)
Features
- implement initial version of EError (ddd42ae)
Internal