Skip to content

Commit 74aa4d0

Browse files
Version Packages (#13)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 38b06df commit 74aa4d0

File tree

8 files changed

+39
-50
lines changed

8 files changed

+39
-50
lines changed

.changeset/cyan-sheep-carry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/great-swans-hug.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/old-impalas-tie.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

.changeset/red-cobras-sell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/silver-moose-roll.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/small-lizards-admire.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# @workleap/create-schemas
2+
3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#15](https://github.com/gsoft-inc/wl-openapi-typescript/pull/15) [`b522f5d`](https://github.com/gsoft-inc/wl-openapi-typescript/commit/b522f5d2b0796d06af7b4325cd5b96eb684d59e3) Thanks [@tjosepo](https://github.com/tjosepo)! - Add watch mode
8+
9+
- [#16](https://github.com/gsoft-inc/wl-openapi-typescript/pull/16) [`dde9873`](https://github.com/gsoft-inc/wl-openapi-typescript/commit/dde9873fd659d32fec01ab343bbb626d1274cc1b) Thanks [@tjosepo](https://github.com/tjosepo)! - [BREAKING] `outfile` option is now `outdir`
10+
11+
- [#10](https://github.com/gsoft-inc/wl-openapi-typescript/pull/10) [`868734a`](https://github.com/gsoft-inc/wl-openapi-typescript/commit/868734a5ae11c8faf9a90833f96e4f47a88cfeef) Thanks [@tjosepo](https://github.com/tjosepo)! - [BREAKING] Major overhaul to configurations.
12+
13+
The following command line arguments are no longer supported:
14+
15+
- `--additionalProperties`
16+
- `--alphabetize`
17+
- `--arrayLength`
18+
- `--defaultNonNullable`
19+
- `--propertiesRequiredByDefault`
20+
- `--emptyObjectsUnknown`
21+
- `--enum`
22+
- `--enumValues`
23+
- `--excludeDeprecated`
24+
- `--exportType`
25+
- `--help`
26+
- `--immutable`
27+
- `--pathParamsAsTypes`
28+
29+
These options now need to be declared in the `create-schemas.config.ts` file using the `openApiTsOptions` property.
30+
31+
- [#16](https://github.com/gsoft-inc/wl-openapi-typescript/pull/16) [`dde9873`](https://github.com/gsoft-inc/wl-openapi-typescript/commit/dde9873fd659d32fec01ab343bbb626d1274cc1b) Thanks [@tjosepo](https://github.com/tjosepo)! - Add `openapiFetchPlugin` plugin for client generation (requires `openapi-fetch`
32+
package)
33+
34+
- [#16](https://github.com/gsoft-inc/wl-openapi-typescript/pull/16) [`dde9873`](https://github.com/gsoft-inc/wl-openapi-typescript/commit/dde9873fd659d32fec01ab343bbb626d1274cc1b) Thanks [@tjosepo](https://github.com/tjosepo)! - Add a new plugin system
35+
36+
### Patch Changes
37+
38+
- [#8](https://github.com/gsoft-inc/wl-openapi-typescript/pull/8) [`9d92d06`](https://github.com/gsoft-inc/wl-openapi-typescript/commit/9d92d06be15c21a784125e8be0829f7f72206cc9) Thanks [@tjosepo](https://github.com/tjosepo)! - Add changeset to project

packages/create-schemas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@workleap/create-schemas",
33
"author": "Workleap",
4-
"version": "0.1.1",
4+
"version": "0.2.0",
55
"description": "CLI to generate Typescript schemas from an OpenAPI document",
66
"license": "Apache-2.0",
77
"repository": {

0 commit comments

Comments
 (0)