diff --git a/.changeset/cyan-sheep-carry.md b/.changeset/cyan-sheep-carry.md deleted file mode 100644 index 4555667..0000000 --- a/.changeset/cyan-sheep-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@workleap/create-schemas": minor ---- - -Add watch mode diff --git a/.changeset/great-swans-hug.md b/.changeset/great-swans-hug.md deleted file mode 100644 index 72eab6d..0000000 --- a/.changeset/great-swans-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@workleap/create-schemas": minor ---- - -[BREAKING] `outfile` option is now `outdir` diff --git a/.changeset/old-impalas-tie.md b/.changeset/old-impalas-tie.md deleted file mode 100644 index 941cb70..0000000 --- a/.changeset/old-impalas-tie.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -"@workleap/create-schemas": minor ---- - -[BREAKING] Major overhaul to configurations. - -The following command line arguments are no longer supported: - -- `--additionalProperties` -- `--alphabetize` -- `--arrayLength` -- `--defaultNonNullable` -- `--propertiesRequiredByDefault` -- `--emptyObjectsUnknown` -- `--enum` -- `--enumValues` -- `--excludeDeprecated` -- `--exportType` -- `--help` -- `--immutable` -- `--pathParamsAsTypes` - -These options now need to be declared in the `create-schemas.config.ts` file using the `openApiTsOptions` property. \ No newline at end of file diff --git a/.changeset/red-cobras-sell.md b/.changeset/red-cobras-sell.md deleted file mode 100644 index eedb390..0000000 --- a/.changeset/red-cobras-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@workleap/create-schemas": patch ---- - -Add changeset to project diff --git a/.changeset/silver-moose-roll.md b/.changeset/silver-moose-roll.md deleted file mode 100644 index b742f84..0000000 --- a/.changeset/silver-moose-roll.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@workleap/create-schemas": minor ---- - -Add `openapiFetchPlugin` plugin for client generation (requires `openapi-fetch` -package) diff --git a/.changeset/small-lizards-admire.md b/.changeset/small-lizards-admire.md deleted file mode 100644 index a0b0130..0000000 --- a/.changeset/small-lizards-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@workleap/create-schemas": minor ---- - -Add a new plugin system diff --git a/packages/create-schemas/CHANGELOG.md b/packages/create-schemas/CHANGELOG.md new file mode 100644 index 0000000..b3ab742 --- /dev/null +++ b/packages/create-schemas/CHANGELOG.md @@ -0,0 +1,38 @@ +# @workleap/create-schemas + +## 0.2.0 + +### Minor Changes + +- [#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 + +- [#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](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. + + The following command line arguments are no longer supported: + + - `--additionalProperties` + - `--alphabetize` + - `--arrayLength` + - `--defaultNonNullable` + - `--propertiesRequiredByDefault` + - `--emptyObjectsUnknown` + - `--enum` + - `--enumValues` + - `--excludeDeprecated` + - `--exportType` + - `--help` + - `--immutable` + - `--pathParamsAsTypes` + + These options now need to be declared in the `create-schemas.config.ts` file using the `openApiTsOptions` property. + +- [#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` + package) + +- [#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 + +### Patch Changes + +- [#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 diff --git a/packages/create-schemas/package.json b/packages/create-schemas/package.json index 645c7e0..3cddd2a 100644 --- a/packages/create-schemas/package.json +++ b/packages/create-schemas/package.json @@ -1,7 +1,7 @@ { "name": "@workleap/create-schemas", "author": "Workleap", - "version": "0.1.1", + "version": "0.2.0", "description": "CLI to generate Typescript schemas from an OpenAPI document", "license": "Apache-2.0", "repository": {