Skip to content

Releases: vuex-orm/vuex-orm-next

v1.0.0-draft.16

19 Nov 00:31
Compare
Choose a tag to compare

Bug Fixes

Features

v1.0.0-draft.15

18 Nov 13:32
Compare
Choose a tag to compare

Bug Fixes

Features

1.0.0-draft.14

31 May 07:19
Compare
Choose a tag to compare

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

10 May 13:29
Compare
Choose a tag to compare
  • add the new method to create and persist entry with default values (#57) (#68) (41d4c8c)

1.0.0-draft.12

07 May 00:20
Compare
Choose a tag to compare

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

07 May 00:20
Compare
Choose a tag to compare

Bug Fixes

  • normalization error on nested relationship (#61) (239db67)

Features

  • add support for multiple databases (#53) (c319b3a)

v1.0.0-draft.10

17 Apr 12:30
Compare
Choose a tag to compare

Bug Fixes

  • repository: implement missing add & replace methods (#58) (09496aa)

v1.0.0-draft.9

24 Feb 07:03
Compare
Choose a tag to compare

Bug Fixes

  • nested relations not getting normalized correctly (#50) (ea6203b)

v1.0.0-draft.8

28 Jan 10:47
Compare
Choose a tag to compare

Features

  • fill relation on "make" (9c47d46)

v1.0.0-draft.7

05 Jan 13:33
Compare
Choose a tag to compare

Features