-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
b3e1c67
commit f3ec7b0
Showing
11 changed files
with
44 additions
and
23 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "effect-http-error", | ||
"type": "module", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"license": "MIT", | ||
"author": "Milan Suk <[email protected]>", | ||
"description": "HTTP errors for effect-ts", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,16 @@ | ||
# effect-http-node | ||
|
||
## 0.15.4 | ||
|
||
### Patch Changes | ||
|
||
- [#607](https://github.com/sukovanej/effect-http/pull/607) [`4244025`](https://github.com/sukovanej/effect-http/commit/4244025ae8ceccf8916b265414a1f2bfb8babd9c) Thanks [@kosei28](https://github.com/kosei28)! - Fix to read swagger files in proper format | ||
|
||
- [#615](https://github.com/sukovanej/effect-http/pull/615) [`b3e1c67`](https://github.com/sukovanej/effect-http/commit/b3e1c671c5b9f50e347687df2002109eba21d3e4) Thanks [@sukovanej](https://github.com/sukovanej)! - Update effect. | ||
|
||
- Updated dependencies [[`4244025`](https://github.com/sukovanej/effect-http/commit/4244025ae8ceccf8916b265414a1f2bfb8babd9c), [`7fdf285`](https://github.com/sukovanej/effect-http/commit/7fdf285e6cc94e187c0f6cb6262866c4c0d5ade9), [`b3e1c67`](https://github.com/sukovanej/effect-http/commit/b3e1c671c5b9f50e347687df2002109eba21d3e4)]: | ||
- [email protected] | ||
|
||
## 0.15.3 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "effect-http-node", | ||
"type": "module", | ||
"version": "0.15.3", | ||
"version": "0.15.4", | ||
"license": "MIT", | ||
"author": "Milan Suk <[email protected]>", | ||
"description": "High-level declarative HTTP API for effect-ts", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
# effect-http-security | ||
|
||
## 0.3.1 | ||
|
||
### Patch Changes | ||
|
||
- [#615](https://github.com/sukovanej/effect-http/pull/615) [`b3e1c67`](https://github.com/sukovanej/effect-http/commit/b3e1c671c5b9f50e347687df2002109eba21d3e4) Thanks [@sukovanej](https://github.com/sukovanej)! - Update effect. | ||
|
||
- Updated dependencies [[`b3e1c67`](https://github.com/sukovanej/effect-http/commit/b3e1c671c5b9f50e347687df2002109eba21d3e4)]: | ||
- [email protected] | ||
|
||
## 0.3.0 | ||
|
||
### Minor Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "effect-http-security", | ||
"type": "module", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"license": "MIT", | ||
"author": "Milan Suk <[email protected]>", | ||
"description": "HTTP Security for effect-ts", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,19 @@ | ||
# effect-http | ||
|
||
## 0.71.3 | ||
|
||
### Patch Changes | ||
|
||
- [#607](https://github.com/sukovanej/effect-http/pull/607) [`4244025`](https://github.com/sukovanej/effect-http/commit/4244025ae8ceccf8916b265414a1f2bfb8babd9c) Thanks [@kosei28](https://github.com/kosei28)! - Fix to read swagger files in proper format | ||
|
||
- [#612](https://github.com/sukovanej/effect-http/pull/612) [`7fdf285`](https://github.com/sukovanej/effect-http/commit/7fdf285e6cc94e187c0f6cb6262866c4c0d5ade9) Thanks [@sukovanej](https://github.com/sukovanej)! - Fix handling of `Schema.optional` without `{ exact: true }` when constructing OpenApi parameters. | ||
|
||
- [#615](https://github.com/sukovanej/effect-http/pull/615) [`b3e1c67`](https://github.com/sukovanej/effect-http/commit/b3e1c671c5b9f50e347687df2002109eba21d3e4) Thanks [@sukovanej](https://github.com/sukovanej)! - Update effect. | ||
|
||
- Updated dependencies [[`b3e1c67`](https://github.com/sukovanej/effect-http/commit/b3e1c671c5b9f50e347687df2002109eba21d3e4)]: | ||
- [email protected] | ||
- [email protected] | ||
|
||
## 0.71.2 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "effect-http", | ||
"type": "module", | ||
"version": "0.71.2", | ||
"version": "0.71.3", | ||
"license": "MIT", | ||
"author": "Milan Suk <[email protected]>", | ||
"description": "High-level declarative HTTP API for effect-ts", | ||
|