@kurotako/gen-openapi 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/package.json +1 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# @kurotako/gen-openapi
|
|
2
|
+
|
|
3
|
+
## 0.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- cdf127e: New package: the OpenAPI generator. Emits one OpenAPI 3.0/3.1 document
|
|
8
|
+
(`components/schemas` only, no `paths`/operations) per namespace from the IR —
|
|
9
|
+
entities, type aliases and enums, including relations (rendered nested via
|
|
10
|
+
`$ref`, cross-source relations omitted) and a discriminated-union mapping
|
|
11
|
+
symmetric to `@kurotako/parser-openapi`. Output is JSON or YAML, selectable via
|
|
12
|
+
`options.format`.
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [9fe08b3]
|
|
17
|
+
- Updated dependencies [ecdb02c]
|
|
18
|
+
- Updated dependencies [22e6559]
|
|
19
|
+
- @kurotako/ir@0.3.0
|
|
20
|
+
- @kurotako/core@0.1.2
|
|
21
|
+
- @kurotako/config@0.1.2
|
package/package.json
CHANGED