@querry-kit/nest
1.0.5
Patch Changes
- 96ac5df: Add NestJS 12 and CASL Prisma 2 compatibility.
1.0.4
Patch Changes
- 79303a0: Install Prettier directly so Changesets can format release changelogs in CI.
- 4baa41f: Fix the Changesets v2 workflow input so release pull requests can be created and updated again.
- 57078e8: Resolve vulnerable transitive YAML and multipart parser versions.
- b7448fc: Update Jest to 30.5.1 and keep clean CI installs compatible with its watcher dependency.
1.0.3
Patch Changes
- b4f448c: Keep the central documentation changelog in sync after releases.
1.0.2
Patch Changes
- 8066ee0: Update transitive dependencies to resolve security alerts.
1.0.1
Patch Changes
- 60151de: Add security reporting and repository maintenance configuration.
1.0.0
Major Changes
- 3c3c611: Remove redundant and deprecated exports:
AggregateDTOType,createFromPath,diff,hasDifferences,parse,parseFromObject,createRelationSchemaNode, and the./swaggersubpath.
Migrate imports toAggregateDTO,createObjectFromPath,diffObjects,hasObjectDifferences,parseObject,parseObjectProperties,relation, and@querry-kit/nest/decorators.
Patch Changes
- 802a93f: Move documentation to the central Querry Kit site and improve test coverage reporting.
- ed31fd2: Fix release validation after moving documentation to the central Querry Kit site.
0.3.1
Patch Changes
- 81a8410: Standardize the English README and contributor guidance.
0.3.0
Minor Changes
- 059fe27: Allow empty and outer-braced Fields projections.
Patch Changes
- 6e26ed5: Improve Fields coverage and assign release pull requests automatically.
- 575a52d: Improve runtime coverage reporting and regression coverage.
0.2.0
Minor Changes
- 3cdc028: Add CASL-aware DTO field filtering, coverage reporting, and refreshed documentation styling.
Patch Changes
- 96b9c10: Add package discovery keywords.
- 12481ed: Document CASL query and conditional write service wiring.
- 5d32bf2: Show named resource query and application error examples in OpenAPI.
- acee7ce: Fix CASL Prisma v1 accessibility resolver support.
- 3d9ec19: Document the runtime coverage quality target.
0.1.0
Minor Changes
- 5a1d093: Create the consolidated NestJS package with fields projection, Prisma query helpers, CASL utilities, decorators, pipes, and resource-query facades.
- cde7bce: Add ResourceQuery include merging, paginated fields envelope projection, Swagger resource query documentation, and complete fields-aware CRUD examples.
Patch Changes
- 9e8a740: Clean up package structure by grouping the Books API example by feature, moving query parsing into generic utilities, moving OpenAPI decorators under decorators, splitting public helper types, and reducing large decorator and resource-query files.
0.0.0
Minor Changes
- Initial consolidated package with fields projection, Prisma-style query services, CASL utilities, decorators, pipes, pagination DTOs, and resource-query facades.