Skip to content

Latest commit

 

History

History
86 lines (39 loc) · 3.71 KB

CHANGELOG.md

File metadata and controls

86 lines (39 loc) · 3.71 KB

1.2.0 (2022-12-13)

Features

  • add rethrow functionality (b3bb0fd)

1.1.0 (2022-05-18)

Features

  • export ProblemDetailsSetup class to handle custom/other frameworks (4cc8ff4)
  • prepare problem details option internally to reduce custom setup (85941a4)

Bug Fixes

  • incoming errors were not correctly checked using instanceof (4f230ed)
  • use context.set as default header setter (15f24cf)

1.0.2 (2022-05-15)

1.0.1 (2022-05-15)

Bug Fixes

  • remove support for isPorblem option (a48701f)

1.0.0 (2022-05-15)

⚠ BREAKING CHANGES

  • decouble middleware from problem details handling

Bug Fixes

  • decouble middleware from problem details handling (4e2ab91)
  • use instance of to find the correct constructor of error object (6708ba8)

0.2.5 (2022-05-14)

Bug Fixes

  • set detail to equal Error instance message if not present (3ef4419)

0.2.4 (2022-05-14)

Bug Fixes

  • make configure parameter optional (1d56139)

0.2.3 (2022-05-13)

Bug Fixes

  • pass problem details as is when passed to ProblemDetailsException (e83596d)

0.2.2 (2022-05-12)

Bug Fixes

  • ignore prefixing type if it starts with http or https (1b4c63a)

0.2.1 (2022-05-11)

Bug Fixes

  • set type to about:blank if not present (2496d8c)

0.2.0 (2022-05-11)

Features

  • add exception details (90fb76b)
  • add ProblemDetailsException (7c0da23)