Skip to content

v0.21.1

Compare
Choose a tag to compare
@kiaking kiaking released this 01 Mar 15:16
· 922 commits to master since this release

New Features

Exposing attribute classes

Now Vuex ORM exposes attribute classes such as Attr or HasOne.

import { Attr, HasOne } from '@vuex-orm/core'

Noe plugin author can extend these Attribute as well! See documentation on what kind of classes are available.

Fixes

  • Fix where update fails when having falsy primary id such as 0.