Releases: vuex-orm/vuex-orm-next
Releases · vuex-orm/vuex-orm-next
v1.0.0-draft.16
v1.0.0-draft.15
1.0.0-draft.14
Bug Fixes
Features
Breaking Changes
- All persistent methods are now synchronous. Not
async
anymore. - All persistent methods returns either
Model
orModel[]
. - The
save
method is the only method that normalizes the given data.insert
,fresh
,update
will not normalize data anymore. - Removing
add
,revise
,replace
method. Useinsert
,update
,fresh
instead. - the
update
method now only works with query constraints.userRepo.where('name', 'John').update({ name: 'Jane' })
.
v1.0.0-draft.13
1.0.0-draft.12
1.0.0-draft.11
v1.0.0-draft.10
v1.0.0-draft.9
v1.0.0-draft.8
Features
- fill relation on "make" (9c47d46)