Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions docs/migrations/version-5-to-6.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,22 @@ const models = await generator.generate(inputModel);
```

No code changes are required. This is an enhancement that fixes incomplete model generation. If you have custom post-processing logic that filters generated models, you may need to adjust it to handle the additional models.

# Miscellaneous

## Upgrading dependencies

The following dependencies have been upgraded in v6:

Production Dependencies:
- `@apidevtools/json-schema-ref-parser`: `^11.1.0` → `^14.2.0`
- `@apidevtools/swagger-parser`: `^10.1.0` → `^12.1.0`
- `alterschema`: `^1.1.2` → `^1.1.3`
- `fast-xml-parser`: `^5.3.0` → `^5.3.1`
- `typescript-json-schema`: `^0.58.1` → `^0.65.1`

Development Dependencies:

- `@swc/core`: `^1.10.9` → `^1.15.0`

These dependency upgrades may include breaking changes from the respective packages. Please refer to their individual changelogs if you're using any of these packages directly in your code.
Loading
Loading