File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.4.0 (2023-02-08)
4
+
5
+ ### Features
6
+
7
+ - DataStore and API Lazy Loading with Custom Selection Set (#2583)
8
+
9
+ ### Bug Fixes
10
+
11
+ - **test**: DS transformer V2 tests should be update mutation on existing model (#2753)
12
+ - **test**: compare model identifier for deletion events (#2752)
13
+ - **datastore**: load hasOne and belongsTo lazy reference with composite key (#2737)
14
+ - DefaultModelProvider return nil from not loaded state (#2746)
15
+ - CPK uni-directional has-many lazy list load (#2730)
16
+ - do not set nil values for create mutation graphQL input translation (#2701)
17
+ - Add missing PropertyPath types double and int (#2689)
18
+ - **datastore**: observe API mutation event decode to model successfully (#2684)
19
+
3
20
## 2.3.2 (2023-02-03)
4
21
5
22
### Bug Fixes
You can’t perform that action at this time.
0 commit comments