3.3.1 (2022-11-01)
Bug Fixes
- avoid error Cannot find name 'ErrorOptions' (7535f79)
3.3.0 (2022-10-22)
Bug Fixes
- add es2022 typescript lib (e04a6b1)
Features
- cause: add suport for error cause (683cf2b)
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)
3.2.1 (2022-08-27)
Bug Fixes
- update types to support TS 4.8.2 (80f5eb0)
3.2.0 (2020-08-24)
Features
- name: Allow to redefine error name property (94efde0)
3.1.1 (2019-07-03)
Bug Fixes
- package: Remove codeclimate-reporter binary from npm package (52a6db9), closes #32
3.1.0 (2019-05-17)
Features
- log: Behave like native Error when using console.log (f884c51), closes #30
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!
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)
2.1.0 (2018-03-24)
Features
2.0.0 (2018-03-16)
Code Refactoring
- Change factory export name to customErrorFactory (e8f51a0)
Features
- Export factory Typescript Interfaces (d03b476)
BREAKING CHANGES
- the factory export name changed from
factory
to more expliit customErrorFactory
1.0.1 (2018-03-12)
Bug Fixes
- Expose constructor in prototype when using factory (387cc8d)
1.0.0 (2018-03-12)
Code Refactoring
- Rewrite factory to be Higher order function (720940c)
BREAKING CHANGES
- The factory now accept a function as first parameter where previously it used an error name and a list of property keys
0.0.2 (2018-03-12)
First release