Skip to content

Commit e6bb8c0

Browse files
committed
WIP
1 parent 914b084 commit e6bb8c0

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
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
@@ -37,16 +41,7 @@
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

src/predicates/not/not.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { MethodNotAllowed } from '@feathersjs/errors';
21
import type { HookContext } from '@feathersjs/feathers';
32
import { isPromise } from '../../common';
43
import type { PredicateFn } from '../../types';

src/utils/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,4 @@ export * from './replace-items/replace-result';
1616
export * from './run-hook/run-hook';
1717

1818
export * from './get-paginate/get-paginate';
19-
export * from '../predicates/is-multi/is-multi';
20-
export * from '../predicates/is-paginated/is-paginated';
2119
export * from './skip-result/skip-result';

0 commit comments

Comments
 (0)