nest_crud_request 2.1.0
nest_crud_request: ^2.1.0 copied to clipboard
Framework-agnostic query builder for @ackplus/nest-crud REST APIs — build filters, relations, aggregates, ordering and pagination for Flutter and Dart.
2.1.0 #
- Version aligned with the
@ackplus/nest-crud2.1.0 release (server-side: the aggregate path now appliesbeforeFindMany, plus a newallowSoftDeleteFilterhook). No changes to the Dart query builder itself — all packages release together at one version.
2.0.3 #
- Version aligned with the
@ackplus/nest-crud2.0.3 release (server-side: bulk delete routes now accept a single id). No changes to the Dart query builder itself — all packages release together at one version.
2.0.2 #
- Version aligned with the
@ackplus/nest-crud2.0.2 release (server-side: thecountsendpoint now honours the wholefilter—whereand the soft-delete flags). No changes to the Dart query builder itself — all packages release together at one version.
2.0.1 #
- Version aligned with the
@ackplus/nest-crud2.0.1 release (server-side:CrudConfigServiceis now exported +NestCrudModule.forRoot). No changes to the Dart query builder itself — all packages release together at one version.
1.3.0 #
- Version aligned with the
@ackplus/nest-crud1.3.0 release (server-side: a@nestjs/swagger@11.4import-crash fix and tenant-scopable mutations). No changes to the Dart query builder itself — all packages release together at one version.
1.2.0 #
- Initial release. Dart / Flutter query builder for
@ackplus/nest-crud, the twin of the JS@ackplus/nest-crud-request. Buildwhere(all 29 operators +$and/$or),relations(select / where / joinType),aggregates+ per-aggregatewhere+having,order, pagination and soft-delete flags. Produces identical wire query strings; released together with the JS packages at the same version.