File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 32
32
- fix api request callback handling
33
33
- fix api cross-domain recognition
34
34
35
+ # v0.0.38
36
+
37
+ - fix updating collections
38
+
35
39
# v0.0.37
36
40
37
41
_ 2021-10-09_
@@ -43,7 +47,7 @@ _2021-10-09_
43
47
44
48
_ 2021-10-09_
45
49
46
- - fix listRelationships for "to one"-relationships
50
+ - fix listRelationships for "to one"-relationships
47
51
- fix storing data on save in collections
48
52
49
53
# v0.0.35
@@ -59,7 +63,7 @@ _2021-07-02_
59
63
_ 2021-06-14_
60
64
61
65
- Collection resources are now set all at once after list calls which
62
- significantly boosts loading performance.
66
+ significantly boosts loading performance.
63
67
64
68
65
69
# v0.0.33
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @efrane/vuex-json-api" ,
3
- "version" : " 0.0.37 " ,
3
+ "version" : " 0.0.38 " ,
4
4
"description" : " A Vuex library for interfacing with Json:Api endpoints" ,
5
5
"license" : " MIT" ,
6
6
"authors" : [
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ export class ModuleBuilder {
127
127
setItem : setItemMutation ( resourceBuilder , this . isCollection ) ,
128
128
startLoading : startLoadingMutation ,
129
129
endLoading : endLoadingMutation ,
130
- update : updateMutation
130
+ update : updateMutation ( this . isCollection )
131
131
}
132
132
133
133
if ( this . apiMethods . allowsDeletion ( ) ) {
You can’t perform that action at this time.
0 commit comments