electrodb 2.3.2 → 2.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/notes +8 -23
- package/package.json +1 -1
- package/src/clauses.js +1 -1
package/notes
CHANGED
|
@@ -1,23 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
- `validate()` - user validation
|
|
10
|
-
|
|
11
|
-
2. items added to clause state via `applyPut`
|
|
12
|
-
3. pk && sk are expected
|
|
13
|
-
put(batch)
|
|
14
|
-
create
|
|
15
|
-
1. checkCreate
|
|
16
|
-
2. items added to clause state via `applyPut`
|
|
17
|
-
upsert
|
|
18
|
-
1. checkCreate
|
|
19
|
-
update
|
|
20
|
-
patch
|
|
21
|
-
remove
|
|
22
|
-
delete
|
|
23
|
-
delete(batch)
|
|
1
|
+
- add hydrate option to query
|
|
2
|
+
- add hydrate option to collection
|
|
3
|
+
- implement hydrate on entity query
|
|
4
|
+
- implement hydrate on collection query
|
|
5
|
+
- add index property to signify only keys are present
|
|
6
|
+
- skip for match/find
|
|
7
|
+
- do not apply automatic filters on queries
|
|
8
|
+
- validate
|
package/package.json
CHANGED
package/src/clauses.js
CHANGED