Skip to content

Releases: adriengibrat/ts-custom-error

v3.3.1

01 Nov 20:22
Compare
Choose a tag to compare

3.3.1 (2022-11-01)

Bug Fixes

  • avoid error Cannot find name 'ErrorOptions' (7535f79)

v3.3.0

22 Oct 17:48
Compare
Choose a tag to compare

3.3.0 (2022-10-22)

Bug Fixes

  • add es2022 typescript lib (e04a6b1)

Features

  • cause: add suport for error cause (683cf2b)

v3.2.2

27 Aug 14:51
Compare
Choose a tag to compare

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

24 Aug 22:38
Compare
Choose a tag to compare

3.2.0 (2020-08-24)

Features

  • name: Allow to redefine error name property (94efde0)

v3.1.1

03 Jul 19:53
Compare
Choose a tag to compare

3.1.1 (2019-07-03)

Bug Fixes

  • package: Remove codeclimate-reporter binary from npm package (52a6db9), closes #32

v3.1.0

17 May 13:58
Compare
Choose a tag to compare

3.1.0 (2019-05-17)

Features

  • log: Behave like native Error when using console.log (f884c51), closes #30

v3.0.0

15 Mar 11:10
Compare
Choose a tag to compare

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

29 Dec 12:57
Compare
Choose a tag to compare

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)

04 Apr 22:02
Compare
Choose a tag to compare

Bug Fixes

  • Fix latest travis deploy fail status (0b18352)

2.2.0 (2018-04-04)

04 Apr 22:09
Compare
Choose a tag to compare

Features

  • Add custom error name support (7791153)