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 23
23
24
24
- added 'onDelete' & 'createRelated'
25
25
26
+ - stashBefore multi
27
+
28
+ - softDelete: added 'transformParams' & added 'key' option
29
+
26
30
- rm support for spread argument
27
31
28
32
#### predicates
37
41
- added getDataIsArray, getResultIsArray, deprecated getItems
38
42
- added replaceData, replaceResult, deprecated replaceItems
39
43
- 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
50
45
51
46
### Hooks to discuss
52
47
Original file line number Diff line number Diff line change 1
- import { MethodNotAllowed } from '@feathersjs/errors' ;
2
1
import type { HookContext } from '@feathersjs/feathers' ;
3
2
import { isPromise } from '../../common' ;
4
3
import type { PredicateFn } from '../../types' ;
Original file line number Diff line number Diff line change @@ -16,6 +16,4 @@ export * from './replace-items/replace-result';
16
16
export * from './run-hook/run-hook' ;
17
17
18
18
export * from './get-paginate/get-paginate' ;
19
- export * from '../predicates/is-multi/is-multi' ;
20
- export * from '../predicates/is-paginated/is-paginated' ;
21
19
export * from './skip-result/skip-result' ;
You can’t perform that action at this time.
0 commit comments