Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 23, 2024
1 parent 38b06df commit b75b4a5
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 50 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-sheep-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-swans-hug.md

This file was deleted.

23 changes: 0 additions & 23 deletions .changeset/old-impalas-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-cobras-sell.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/silver-moose-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-lizards-admire.md

This file was deleted.

38 changes: 38 additions & 0 deletions packages/create-schemas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/create-schemas/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit b75b4a5

Please sign in to comment.