Skip to content

Releases: ezzabuzaid/rfc-7807-problem-details

Release 1.2.0

13 Dec 20:05
Compare
Choose a tag to compare

1.2.0 (2022-12-13)

Features

  • add rethrow functionality (b3bb0fd)

Release 1.1.0

18 May 08:24
Compare
Choose a tag to compare

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)

Release 1.0.2

15 May 10:55
Compare
Choose a tag to compare

1.0.2 (2022-05-15)

Release 1.0.1

15 May 10:50
Compare
Choose a tag to compare

1.0.1 (2022-05-15)

Bug Fixes

  • remove support for isPorblem option (a48701f)

Release 1.0.0

15 May 09:57
Compare
Choose a tag to compare

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)

Release 0.2.5

14 May 18:48
Compare
Choose a tag to compare

0.2.5 (2022-05-14)

Bug Fixes

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

Release 0.2.4

14 May 11:06
Compare
Choose a tag to compare

0.2.4 (2022-05-14)

Bug Fixes

  • make configure parameter optional (1d56139)

Release 0.2.3

13 May 17:07
Compare
Choose a tag to compare

0.2.3 (2022-05-13)

Bug Fixes

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

Release 0.2.2

12 May 10:39
Compare
Choose a tag to compare

0.2.2 (2022-05-12)

Bug Fixes

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

Release 0.2.1

11 May 09:07
Compare
Choose a tag to compare

0.2.1 (2022-05-11)

Bug Fixes

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