Releases: ezzabuzaid/rfc-7807-problem-details
Releases · ezzabuzaid/rfc-7807-problem-details
Release 1.2.0
1.2.0 (2022-12-13)
Features
- add rethrow functionality (b3bb0fd)
Release 1.1.0
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.1
1.0.1 (2022-05-15)
Bug Fixes
- remove support for isPorblem option (a48701f)
Release 1.0.0
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
0.2.5 (2022-05-14)
Bug Fixes
- set detail to equal Error instance message if not present (3ef4419)
Release 0.2.4
0.2.4 (2022-05-14)
Bug Fixes
- make configure parameter optional (1d56139)
Release 0.2.3
0.2.3 (2022-05-13)
Bug Fixes
- pass problem details as is when passed to ProblemDetailsException (e83596d)
Release 0.2.2
0.2.2 (2022-05-12)
Bug Fixes
- ignore prefixing type if it starts with http or https (1b4c63a)
Release 0.2.1
0.2.1 (2022-05-11)
Bug Fixes
- set type to about:blank if not present (2496d8c)