Skip to content

Commit 45f2f44

Browse files
committed
chore(release):
- project: nx-plugin-openapi 0.1.0
1 parent 8741146 commit 45f2f44

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
## 0.1.0 (2025-07-04)
2+
3+
4+
### 🚀 Features
5+
6+
- **plugin:** create executor to generate angular client from local openapi.json ([75c7ad6](https://github.com/berger-engineering-io/nx-plugin-openapi/commit/75c7ad6))
7+
8+
- **plugin:** when remote url is given generate api from remote and calculate hash for caching ([f0b0cd6](https://github.com/berger-engineering-io/nx-plugin-openapi/commit/f0b0cd6))
9+
10+
- **plugin:** compare hash of cached file and remote when fetching OpenApi spec again ([92073fa](https://github.com/berger-engineering-io/nx-plugin-openapi/commit/92073fa))
11+
12+
- **plugin:** option to specify a custom directory to store metadata files ([a411661](https://github.com/berger-engineering-io/nx-plugin-openapi/commit/a411661))
13+
14+
- **plugin:** wip integrate caching when remote url is used ([c0b30e4](https://github.com/berger-engineering-io/nx-plugin-openapi/commit/c0b30e4))
15+
16+
- **plugin:** add init generator to support nx add command ([16d744a](https://github.com/berger-engineering-io/nx-plugin-openapi/commit/16d744a))
17+
18+
- **plugin:** add generator to add the generate-api target to a nx project ([a0a41d8](https://github.com/berger-engineering-io/nx-plugin-openapi/commit/a0a41d8))
19+
20+
- **plugin:** install openapitools/generator-cli if not present when run init ([9a578b8](https://github.com/berger-engineering-io/nx-plugin-openapi/commit/9a578b8))
21+
22+
- **plugin:** support most of the CLI arguments ([3e66fb0](https://github.com/berger-engineering-io/nx-plugin-openapi/commit/3e66fb0))
23+
24+
25+
### 🩹 Fixes
26+
27+
- use better matcher ([bc7aea0](https://github.com/berger-engineering-io/nx-plugin-openapi/commit/bc7aea0))
28+
29+
- **plugin:** remove non-standard key from schema.json ([f4b7fb4](https://github.com/berger-engineering-io/nx-plugin-openapi/commit/f4b7fb4))
30+
31+
- **plugin:** tests fixed ([8b0db9c](https://github.com/berger-engineering-io/nx-plugin-openapi/commit/8b0db9c))
32+
33+
- **plugin:** add outputs when adding project-target ([48a16bb](https://github.com/berger-engineering-io/nx-plugin-openapi/commit/48a16bb))
34+
35+
- **plugin:** remove peerdependency ([47aad2c](https://github.com/berger-engineering-io/nx-plugin-openapi/commit/47aad2c))
36+
37+
- **plugin:** pass package correctly to parseVersion ([dbe58c2](https://github.com/berger-engineering-io/nx-plugin-openapi/commit/dbe58c2))
38+
39+
- **plugin:** return empty promise when no package.json found ([ae27a58](https://github.com/berger-engineering-io/nx-plugin-openapi/commit/ae27a58))
40+
41+
42+
### ❤️ Thank You
43+
44+
- Michael Be
45+
- Michael Berger

0 commit comments

Comments
 (0)