Changelog
This page renders the repository CHANGELOG.md so release notes stay generated by Changesets and visible in the docs.
1.0.0
Major Changes
- 4469fbf: Restrict package root exports to the documented public fields API.
0.2.0
Minor Changes
- 57f0fe4: Add
ApiFieldsQueryto document thefieldsquery parameter and invalid-fields Swagger response. - 57f0fe4: Add
FieldsQueryto resolve validatedfieldsprojections in NestJS controller parameters.
Patch Changes
- 2d11539: Simplify VitePress to English-only, unversioned documentation paths.
- e662780: Render and link the package changelog in the documentation.
- 038159f: Use the documentation logo as the VitePress favicon.
0.1.1
Patch Changes
- 6da9a09: Add VitePress landing pages and package logo.
- d782ced: Clarify fields syntax, DTO metadata requirements, and example documentation links.
- 3050314: Link the books API example project from the published docs navigation.
- 0921393: Document and wire up a runnable books API example project.
0.1.0
Minor Changes
- a694103: Add a books and authors NestJS API example and relation schema helper alias.
- 2f2810d: Add fields query parsing, validation, include generation, projection, and DTO schema utilities.
Patch Changes
- d5b925d: Organize fields internals into focused folders and align fields errors with NestJS BadRequestException.