@nestjsx/crud
Advanced tools
Changelog
[4.4.0] - 2019-12-27
serialize
to the global optionsChangelog
[4.3.0] - 2019-12-21
dto
to the CrudOptions
(#132)serialize
to the CrudOptions
search
query param and a new search condition api$eqL
, $neL
, $startsL
, $endsL
, $contL
, $exclL
, $inL
, $notinL
for case insensitive queries (#77)@crudAuth()
class decorator for authorized requestsCrudRequestInterceptor
can be used for both crud and non-crud controllers or for custom routes within crud controller@nestjs/swagger
major versions: v3 and v4 (#340)returnShallow
option to the CrudOptions.routes
createOneBase
, updateOneBase
, replaceOneBase
methods (#158)alias
to the CrudOptions.join
(#350)alwaysPaginate
to the CrudOptions.query
, can be used globally as well (#213)CrudOptions.query.filter
can be a function that returns transformed search
objectdisabled
for an objects withing CrudOptions.params
filter
and or
methods can accept array of filter objectsILIKE
for PostgreSQL (#212)