Skip to content

Commit 49fb145

Browse files
committed
release: v1.0.0-draft.2
1 parent b713c39 commit 49fb145

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.0.0-draft.2](https://github.com/vuex-orm/vuex-orm-next/compare/v1.0.0-draft.1...v1.0.0-draft.2) (2020-05-03)
2+
3+
4+
### Features
5+
6+
* add `make` method to create a new model instance ([538598a](https://github.com/vuex-orm/vuex-orm-next/commit/538598ad711fd16e71028bad43dd91137963c516))
7+
* add custom repository support ([#4](https://github.com/vuex-orm/vuex-orm-next/issues/4)) ([6b768d9](https://github.com/vuex-orm/vuex-orm-next/commit/6b768d939a19c811ebc40543dc60ce02412b70eb))
8+
* add plugin feature ([#3](https://github.com/vuex-orm/vuex-orm-next/issues/3)) ([4d4d5af](https://github.com/vuex-orm/vuex-orm-next/commit/4d4d5af0e400fa014bebb7f6e6e257d54fa917e1))
9+
* throw error when accessing `model.$store` without store being injected ([#2](https://github.com/vuex-orm/vuex-orm-next/issues/2)) ([2e0f341](https://github.com/vuex-orm/vuex-orm-next/commit/2e0f3417c6d99eac3e8476b5ff417525fb0e96f8))
10+
* **model:** add `static fields` method to define the model schema ([9030c37](https://github.com/vuex-orm/vuex-orm-next/commit/9030c37d0531f46a8fce2a02aecd45dacb20a84e))
11+
12+
13+
114
# [1.0.0-draft.1](https://github.com/vuex-orm/vuex-orm-next/compare/v1.0.0-draft.0...v1.0.0-draft.1) (2020-04-13)
215

316

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.1",
3+
"version": "1.0.0-draft.2",
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)