1.2.0 (2022-12-13)
- add rethrow functionality (b3bb0fd)
1.1.0 (2022-05-18)
- export ProblemDetailsSetup class to handle custom/other frameworks (4cc8ff4)
- prepare problem details option internally to reduce custom setup (85941a4)
- 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)
- remove support for isPorblem option (a48701f)
1.0.0 (2022-05-15)
- decouble middleware from problem details handling
- 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)
- set detail to equal Error instance message if not present (3ef4419)
0.2.4 (2022-05-14)
- make configure parameter optional (1d56139)
0.2.3 (2022-05-13)
- pass problem details as is when passed to ProblemDetailsException (e83596d)
0.2.2 (2022-05-12)
- ignore prefixing type if it starts with http or https (1b4c63a)
0.2.1 (2022-05-11)
- set type to about:blank if not present (2496d8c)