Releases: adriengibrat/ts-custom-error
Releases · adriengibrat/ts-custom-error
v3.3.1
3.3.1 (2022-11-01)
Bug Fixes
- avoid error Cannot find name 'ErrorOptions' (7535f79)
v3.3.0
3.3.0 (2022-10-22)
Bug Fixes
- add es2022 typescript lib (e04a6b1)
Features
- cause: add suport for error cause (683cf2b)
v3.2.2
3.2.2 (2022-08-27)
Bug Fixes
- build badge & publish semantic release branch (b44245c)
- publish new release (436918e)
- renamed branch to main & updated all dev deps / CI (7733299)
v3.2.0
3.2.0 (2020-08-24)
Features
- name: Allow to redefine error name property (94efde0)
v3.1.1
3.1.1 (2019-07-03)
Bug Fixes
- package: Remove codeclimate-reporter binary from npm package (52a6db9), closes #32
v3.1.0
3.1.0 (2019-05-17)
Features
- log: Behave like native Error when using console.log (f884c51), closes #30
v3.0.0
3.0.0 (2019-03-15)
chore
- licence: Change licence to MIT instead of WTFPL (7ff194c), closes #27
BREAKING CHANGES
- licence: Change licence to MIT!
v2.2.2
2.2.2 (2018-12-29)
Bug Fixes
- release: Fix umd minification issue, add typescript definitions for all bundles formats (a091837)
2.2.1 (2018-04-04)
Bug Fixes
- Fix latest travis deploy fail status (0b18352)
2.2.0 (2018-04-04)
Features
- Add custom error name support (7791153)