Skip to content

Releases: vuex-orm/vuex-orm-next

v1.0.0-draft.6

16 Nov 14:30
Compare
Choose a tag to compare

Features

  • add merge method to the repository (3fcbf6a)
  • add eager load constraints feature (ec7f274)

v1.0.0-draft.5

16 Nov 13:07
Compare
Choose a tag to compare

Bug Fixes

  • model: prevent _store from becoming a cyclic object value. (#11) (cc98785)

Features

Reverts

  • findin connection method (c78a13c)

v1.0.0-draft.4

03 May 10:50
Compare
Choose a tag to compare

Features

  • add mapRepos helper (#5) (4587db7)
  • add automatic database registration support (07c9915)

v1.0.0-draft.3

03 May 05:41
Compare
Choose a tag to compare

Bug Fixes

  • export missing use function (656618a)

v1.0.0-draft.2

03 May 05:01
Compare
Choose a tag to compare

Features

  • add make method to create a new model instance (538598a)
  • add custom repository support (#4) (6b768d9)
  • add plugin feature (#3) (4d4d5af)
  • throw error when accessing model.$store without store being injected (#2) (2e0f341)
  • model: add static fields method to define the model schema (9030c37)

v1.0.0-draft.1

13 Apr 02:30
Compare
Choose a tag to compare

Features

  • query: add primary closure support for the where clause (d41435a)
  • query: add secondary closure support for the where clause (a2e4c6c)
  • add order by feature (6fba9bc)

1.0.0-draft.0

10 Apr 04:35
Compare
Choose a tag to compare

The fresh start.