@constantant/openapi-resource-gen 1.1.1 → 1.1.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/package.json +1 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,42 @@
1
+ ## 1.1.2 (2026-06-06)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - include CHANGELOG.md in dist package assets ([38f6045](https://github.com/constantant/angular-openapi-gen/commit/38f6045))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Claude Sonnet 4.6
10
+ - kk
11
+
12
+ ## 1.1.1 (2026-06-06)
13
+
14
+ ### 🩹 Fixes
15
+
16
+ - deduplicate path params when defined at both path-item and operation level ([0bbd737](https://github.com/constantant/angular-openapi-gen/commit/0bbd737))
17
+
18
+ ### ❤️ Thank You
19
+
20
+ - Claude Sonnet 4.6
21
+ - kk
22
+
23
+ ## 1.1.0 (2026-06-06)
24
+
25
+ ### 🚀 Features
26
+
27
+ - **libs:** generate travel-data-access and stripe-data-access libs ([78249de](https://github.com/constantant/angular-openapi-gen/commit/78249de))
28
+ - **openapi-resource-gen:** make generator publishable as npm package ([641452d](https://github.com/constantant/angular-openapi-gen/commit/641452d))
29
+ - **generator:** add providedIn option, default 'none' ([3076aa1](https://github.com/constantant/angular-openapi-gen/commit/3076aa1))
30
+ - **generator:** export param/body/response types; fix hyphenated path params ([ceee049](https://github.com/constantant/angular-openapi-gen/commit/ceee049))
31
+ - **api-resource:** support function-based params in findPetsByStatus and query handling ([4fd00d4](https://github.com/constantant/angular-openapi-gen/commit/4fd00d4))
32
+ - implement openapi-resource-gen and wire up api-explorer demo app ([6e048ad](https://github.com/constantant/angular-openapi-gen/commit/6e048ad))
33
+
34
+ ### 🩹 Fixes
35
+
36
+ - **generator:** add types node to tsconfig for CI build ([e76aad7](https://github.com/constantant/angular-openapi-gen/commit/e76aad7))
37
+ - **generator-test:** mock openapi-typescript/dist/index.cjs instead of esm entry ([7f8ff8c](https://github.com/constantant/angular-openapi-gen/commit/7f8ff8c))
38
+
39
+ ### ❤️ Thank You
40
+
41
+ - Claude Sonnet 4.6
42
+ - kk
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constantant/openapi-resource-gen",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Nx generator: one InjectionToken per OpenAPI endpoint — tree-shakeable Angular data-access libs via httpResource",
5
5
  "license": "MIT",
6
6
  "main": "src/index.js",