Releases: reststate/reststate-vuex
Releases · reststate/reststate-vuex
v0.2.3
- [BUG] 'state' should be a method that returns an object
v0.2.2
v0.2.1
v0.2.0: Merge pull request #134 from reststate/include-docs
Adds support for the include
feature to eagerly load related resources.
v0.1.0
Initial minor release, indicating the library has some readiness for production use. Supports:
- Loading all records, by ID, by filters, related data, and pagination
- Creating, updating, and deleting records
v0.0.13
loadRelated
action andrelated
getter now correctly handle relationships that return a single record rather than an array.- Breaking change:
related
getter previously returned[]
when the relationship had not been loaded; now it returnsnull
. This is because we can no longer assume that it will contain an array when loaded due to change 1 above.