@constantant/openapi-resource-gen 1.1.1 → 1.1.3

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 +46 -0
  2. package/package.json +1 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,46 @@
1
+ ## 1.1.3 (2026-06-06)
2
+
3
+ This was a version bump only for openapi-resource-gen to align it with other projects, there were no code changes.
4
+
5
+ ## 1.1.2 (2026-06-06)
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - include CHANGELOG.md in dist package assets ([38f6045](https://github.com/constantant/angular-openapi-gen/commit/38f6045))
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - Claude Sonnet 4.6
14
+ - kk
15
+
16
+ ## 1.1.1 (2026-06-06)
17
+
18
+ ### 🩹 Fixes
19
+
20
+ - deduplicate path params when defined at both path-item and operation level ([0bbd737](https://github.com/constantant/angular-openapi-gen/commit/0bbd737))
21
+
22
+ ### ❤️ Thank You
23
+
24
+ - Claude Sonnet 4.6
25
+ - kk
26
+
27
+ ## 1.1.0 (2026-06-06)
28
+
29
+ ### 🚀 Features
30
+
31
+ - **libs:** generate travel-data-access and stripe-data-access libs ([78249de](https://github.com/constantant/angular-openapi-gen/commit/78249de))
32
+ - **openapi-resource-gen:** make generator publishable as npm package ([641452d](https://github.com/constantant/angular-openapi-gen/commit/641452d))
33
+ - **generator:** add providedIn option, default 'none' ([3076aa1](https://github.com/constantant/angular-openapi-gen/commit/3076aa1))
34
+ - **generator:** export param/body/response types; fix hyphenated path params ([ceee049](https://github.com/constantant/angular-openapi-gen/commit/ceee049))
35
+ - **api-resource:** support function-based params in findPetsByStatus and query handling ([4fd00d4](https://github.com/constantant/angular-openapi-gen/commit/4fd00d4))
36
+ - implement openapi-resource-gen and wire up api-explorer demo app ([6e048ad](https://github.com/constantant/angular-openapi-gen/commit/6e048ad))
37
+
38
+ ### 🩹 Fixes
39
+
40
+ - **generator:** add types node to tsconfig for CI build ([e76aad7](https://github.com/constantant/angular-openapi-gen/commit/e76aad7))
41
+ - **generator-test:** mock openapi-typescript/dist/index.cjs instead of esm entry ([7f8ff8c](https://github.com/constantant/angular-openapi-gen/commit/7f8ff8c))
42
+
43
+ ### ❤️ Thank You
44
+
45
+ - Claude Sonnet 4.6
46
+ - 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.3",
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",