3.3.1 (2022-11-01)
- avoid error Cannot find name 'ErrorOptions' (7535f79)
3.3.0 (2022-10-22)
- add es2022 typescript lib (e04a6b1)
- cause: add suport for error cause (683cf2b)
3.2.2 (2022-08-27)
- 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)
- update types to support TS 4.8.2 (80f5eb0)
3.2.0 (2020-08-24)
- name: Allow to redefine error name property (94efde0)
3.1.1 (2019-07-03)
3.1.0 (2019-05-17)
3.0.0 (2019-03-15)
- licence: Change licence to MIT!
2.2.2 (2018-12-29)
- release: Fix umd minification issue, add typescript definitions for all bundles formats (a091837)
2.2.1 (2018-04-04)
- Fix latest travis deploy fail status (0b18352)
2.2.0 (2018-04-04)
- Add custom error name support (7791153)
2.1.0 (2018-03-24)
- Improve factory typings (dc1eed6)
2.0.0 (2018-03-16)
- Change factory export name to customErrorFactory (e8f51a0)
- Export factory Typescript Interfaces (d03b476)
- the factory export name changed from
factory
to more expliitcustomErrorFactory
1.0.1 (2018-03-12)
- Expose constructor in prototype when using factory (387cc8d)
1.0.0 (2018-03-12)
- Rewrite factory to be Higher order function (720940c)
- The factory now accept a function as first parameter where previously it used an error name and a list of property keys
First release