Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzabuzaid committed May 18, 2022
1 parent 4f230ed commit 6fee30f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@


## [1.1.0](https://github.com/ezzabuzaid/rfc-7807-problem-details/compare/1.0.2...1.1.0) (2022-05-18)


### Features

* export ProblemDetailsSetup class to handle custom/other frameworks ([4cc8ff4](https://github.com/ezzabuzaid/rfc-7807-problem-details/commit/4cc8ff4f19f1aa9a97c7c4cba50e4166686ac133))
* prepare problem details option internally to reduce custom setup ([85941a4](https://github.com/ezzabuzaid/rfc-7807-problem-details/commit/85941a436f220ab61087a098c4ff5a093e357c5d))


### Bug Fixes

* incoming errors were not correctly checked using instanceof ([4f230ed](https://github.com/ezzabuzaid/rfc-7807-problem-details/commit/4f230ed420519c05939bada8b110650170022de1))
* use context.set as default header setter ([15f24cf](https://github.com/ezzabuzaid/rfc-7807-problem-details/commit/15f24cf489abc36890f7e6606bda1227f2e366ce))

### [1.0.2](https://github.com/ezzabuzaid/rfc-7807-problem-details/compare/1.0.1...1.0.2) (2022-05-15)

### [1.0.1](https://github.com/ezzabuzaid/rfc-7807-problem-details/compare/1.0.0...1.0.1) (2022-05-15)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rfc-7807-problem-details",
"version": "1.0.2",
"version": "1.1.0",
"description": "Typescript implementation of rfc 7807",
"main": "index",
"scripts": {
Expand Down

0 comments on commit 6fee30f

Please sign in to comment.