Skip to content

Commit 588e12b

Browse files
committed
release: v1.0.0-draft.7
1 parent 28cc38a commit 588e12b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [1.0.0-draft.7](https://github.com/vuex-orm/vuex-orm-next/compare/v1.0.0-draft.6...v1.0.0-draft.7) (2021-01-05)
2+
3+
### Features
4+
5+
* add has many by relation ([#35](https://github.com/vuex-orm/vuex-orm-next/issues/35)) ([#37](https://github.com/vuex-orm/vuex-orm-next/issues/37)) ([6c8cce5](https://github.com/vuex-orm/vuex-orm-next/commit/6c8cce5047d626f84bbcb1c4222d00740fd7b214))
6+
* add lazy relationship loading feature ([#44](https://github.com/vuex-orm/vuex-orm-next/issues/44)) ([6bfe237](https://github.com/vuex-orm/vuex-orm-next/commit/6bfe237a56581279c5119dcbfa2a2e576d104240))
7+
* add model `$delete` method ([2fce6ad](https://github.com/vuex-orm/vuex-orm-next/commit/2fce6adee74d1ff4f8fe5ea471c4124c05a9b0e7))
8+
19
# [1.0.0-draft.6](https://github.com/vuex-orm/vuex-orm-next/compare/v1.0.0-draft.5...v1.0.0-draft.6) (2020-11-16)
210

311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuex-orm/core",
3-
"version": "1.0.0-draft.6",
3+
"version": "1.0.0-draft.7",
44
"description": "The Vuex plugin to enable Object-Relational Mapping access to the Vuex Store.",
55
"main": "dist/vuex-orm.cjs.js",
66
"browser": "dist/vuex-orm.esm-browser.js",

0 commit comments

Comments
 (0)