nest_crud_request 2.0.1
nest_crud_request: ^2.0.1 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.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.