File tree Expand file tree Collapse file tree 3 files changed +5
-13
lines changed Expand file tree Collapse file tree 3 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 2323
2424- added 'onDelete' & 'createRelated'
2525
26+ - stashBefore multi
27+
28+ - softDelete: added 'transformParams' & added 'key' option
29+
2630- rm support for spread argument
2731
2832#### predicates
3741- added getDataIsArray, getResultIsArray, deprecated getItems
3842- added replaceData, replaceResult, deprecated replaceItems
3943- added util getPaginate
40- - added util setResultEmpty
41-
42- - add onDelete
43-
44- - stashBefore multi
45-
46- - new: createRelated
47- - new: onDelete
48-
49- - softDelete: added 'transformParams' & added 'key' option
44+ - added util skipResult
5045
5146### Hooks to discuss
5247
Original file line number Diff line number Diff line change 1- import { MethodNotAllowed } from '@feathersjs/errors' ;
21import type { HookContext } from '@feathersjs/feathers' ;
32import { isPromise } from '../../common' ;
43import type { PredicateFn } from '../../types' ;
Original file line number Diff line number Diff line change @@ -16,6 +16,4 @@ export * from './replace-items/replace-result';
1616export * from './run-hook/run-hook' ;
1717
1818export * from './get-paginate/get-paginate' ;
19- export * from '../predicates/is-multi/is-multi' ;
20- export * from '../predicates/is-paginated/is-paginated' ;
2119export * from './skip-result/skip-result' ;
You can’t perform that action at this time.
0 commit comments