Skip to content

Commit b13357c

Browse files
committed
release: v1.0.0-draft.5
1 parent 4e956aa commit b13357c

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# [1.0.0-draft.5](https://github.com/vuex-orm/vuex-orm-next/compare/v1.0.0-draft.4...v1.0.0-draft.5) (2020-11-16)
2+
3+
4+
### Bug Fixes
5+
6+
* **model:** prevent `_store` from becoming a cyclic object value. ([#11](https://github.com/vuex-orm/vuex-orm-next/issues/11)) ([cc98785](https://github.com/vuex-orm/vuex-orm-next/commit/cc9878590903f359b14f7b73bbee753827608623))
7+
8+
9+
### Features
10+
11+
* `orderBy` supports passing a handler as a field param ([#9](https://github.com/vuex-orm/vuex-orm-next/issues/9)) ([0696d40](https://github.com/vuex-orm/vuex-orm-next/commit/0696d40eb6810f5c92cd2441c80907858bf001bf))
12+
* add "fresh" feature ([#13](https://github.com/vuex-orm/vuex-orm-next/issues/13)) ([fa9d30e](https://github.com/vuex-orm/vuex-orm-next/commit/fa9d30e5afc95d792ebb8fef86aebc599fcb3fa4))
13+
* add limit and offset method to the repository ([ac00263](https://github.com/vuex-orm/vuex-orm-next/commit/ac002638a7547ed218c6c7be1f57d4b19508735c))
14+
* add uid attribute ([#16](https://github.com/vuex-orm/vuex-orm-next/issues/16)) ([e676dd1](https://github.com/vuex-orm/vuex-orm-next/commit/e676dd1b18eb8fcd7f6367a862057307489abfe6))
15+
* Events API ([#8](https://github.com/vuex-orm/vuex-orm-next/issues/8)) ([465c5d5](https://github.com/vuex-orm/vuex-orm-next/commit/465c5d5ba306c6bbb526822adb169dfbe97a5829))
16+
* support composite key ([#23](https://github.com/vuex-orm/vuex-orm-next/issues/23)) ([e6208e9](https://github.com/vuex-orm/vuex-orm-next/commit/e6208e90cd968040c495bb186310fa8d7309cfae))
17+
18+
19+
### Reverts
20+
21+
* findin connection method ([c78a13c](https://github.com/vuex-orm/vuex-orm-next/commit/c78a13cb596d0abe4fd0d5459a4c7de74ae646c5))
22+
23+
24+
125
# [1.0.0-draft.4](https://github.com/vuex-orm/vuex-orm-next/compare/v1.0.0-draft.3...v1.0.0-draft.4) (2020-05-03)
226

327

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