Releases: vuex-orm/vuex-orm-next
Releases · vuex-orm/vuex-orm-next
v1.0.0-draft.16
Compare
Sorry, something went wrong.
No results found
v1.0.0-draft.15
Compare
Sorry, something went wrong.
No results found
1.0.0-draft.14
Compare
Sorry, something went wrong.
No results found
Bug Fixes
decorator: export HasManyBy decorator (#71 ) (08c1b4f )
Features
Breaking Changes
All persistent methods are now synchronous. Not async anymore.
All persistent methods returns either Model or Model[].
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. Use insert, update, fresh instead.
the update method now only works with query constraints. userRepo.where('name', 'John').update({ name: 'Jane' }).
v1.0.0-draft.13
Compare
Sorry, something went wrong.
No results found
add the new method to create and persist entry with default values (#57 ) (#68 ) (41d4c8c )
1.0.0-draft.12
Compare
Sorry, something went wrong.
No results found
Bug Fixes
database type in repository is not correct due to wrong import path (7403ae7 )
store is passed to the repository instead of database (4c8a573 )
1.0.0-draft.11
Compare
Sorry, something went wrong.
No results found
Bug Fixes
normalization error on nested relationship (#61 ) (239db67 )
Features
add support for multiple databases (#53 ) (c319b3a )
v1.0.0-draft.10
Compare
Sorry, something went wrong.
No results found
Bug Fixes
repository: implement missing add & replace methods (#58 ) (09496aa )
v1.0.0-draft.9
Compare
Sorry, something went wrong.
No results found
Bug Fixes
nested relations not getting normalized correctly (#50 ) (ea6203b )
v1.0.0-draft.8
Compare
Sorry, something went wrong.
No results found
v1.0.0-draft.7
Compare
Sorry, something went wrong.
No results found