We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91b005f commit fa574bcCopy full SHA for fa574bc
.changeset/vast-places-live.md
packages/typed-openapi/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# typed-openapi
2
3
+## 1.3.0
4
+
5
+### Minor Changes
6
7
+- 91b005f: add parenthesis to handle priority between union/intersection
8
9
+ this fixes an issue where `(A | B | C) & D` would be ambiguous and could be interpreted as `A | B | (C & D`
10
11
## 1.2.0
12
13
### Minor Changes
packages/typed-openapi/package.json
@@ -1,7 +1,7 @@
{
"name": "typed-openapi",
"type": "module",
- "version": "1.2.0",
+ "version": "1.3.0",
"main": "dist/index.js",
"module": "dist/index.js",
"exports": {
0 commit comments