Skip to content

Commit 81e422b

Browse files
committed
v0.7.3
1 parent 40aaa50 commit 81e422b

File tree

8 files changed

+38
-7
lines changed

8 files changed

+38
-7
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,37 @@
11
# Changelog
22

33

4+
## v0.7.3
5+
6+
[compare changes](https://github.com/directus/rstore/compare/v0.7.2...v0.7.3)
7+
8+
### 🚀 Enhancements
9+
10+
- CreateMany, updateMany, deleteMany ([40aaa50](https://github.com/directus/rstore/commit/40aaa50))
11+
- **devtools:** Improved filters ([a3f59d3](https://github.com/directus/rstore/commit/a3f59d3))
12+
- **devtools:** Cache layers ([d7d1038](https://github.com/directus/rstore/commit/d7d1038))
13+
- **devtools:** Go to cache tab from collections ([dd18099](https://github.com/directus/rstore/commit/dd18099))
14+
- **cache:** Handle frozen items in writeItem ([6586aec](https://github.com/directus/rstore/commit/6586aec))
15+
- **nuxt-drizzle:** Extras in query transform ([803a569](https://github.com/directus/rstore/commit/803a569))
16+
17+
### 🔥 Performance
18+
19+
- **cache:** Iterate over state directly ([7016950](https://github.com/directus/rstore/commit/7016950))
20+
- **devtools:** Considerably reduce overhead of adding history records ([453f85a](https://github.com/directus/rstore/commit/453f85a))
21+
22+
### 🩹 Fixes
23+
24+
- Relations undefined if fetchPolicy is no-cache ([9845539](https://github.com/directus/rstore/commit/9845539))
25+
- Use item as proxy target to improve dx in browser devtools ([a11b218](https://github.com/directus/rstore/commit/a11b218))
26+
- **devtools:** Local icon ([35bcdc5](https://github.com/directus/rstore/commit/35bcdc5))
27+
- **nuxt-drizzle:** Allow any field in where clauses ([84301f1](https://github.com/directus/rstore/commit/84301f1))
28+
- **nuxt-drizzle:** OrderBy allow any column name ([b7d07b5](https://github.com/directus/rstore/commit/b7d07b5))
29+
- **cache:** Handle existing frozen items in cache ([f4bb64f](https://github.com/directus/rstore/commit/f4bb64f))
30+
31+
### ❤️ Contributors
32+
33+
- Guillaume Chau ([@Akryum](http://github.com/Akryum))
34+
435
## v0.7.2
536

637
[compare changes](https://github.com/directus/rstore/compare/v0.7.1...v0.7.2)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datastore-monorepo",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"private": true,
55
"packageManager": "[email protected]+sha512.0e82714d1b5b43c74610193cb20734897c1d00de89d0e18420aebc5977fa13d780a9cb05734624e81ebd81cc876cd464794850641c48b9544326b5622ca29971",
66
"description": "",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rstore/core",
33
"type": "module",
4-
"version": "0.7.2",
4+
"version": "0.7.3",
55
"description": "Reactive Store",
66
"repository": {
77
"url": "https://github.com/Akryum/rstore.git",

packages/nuxt-directus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rstore/nuxt-directus",
33
"type": "module",
4-
"version": "0.7.2",
4+
"version": "0.7.3",
55
"description": "rstore + nuxt + directus",
66
"license": "MIT",
77
"repository": {

packages/nuxt-drizzle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rstore/nuxt-drizzle",
33
"type": "module",
4-
"version": "0.7.2",
4+
"version": "0.7.3",
55
"description": "Rstore + Nuxt + Drizzle",
66
"license": "MIT",
77
"repository": {

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rstore/nuxt",
33
"type": "module",
4-
"version": "0.7.2",
4+
"version": "0.7.3",
55
"description": "Reactive Store for Nuxt",
66
"license": "MIT",
77
"repository": {

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rstore/shared",
33
"type": "module",
4-
"version": "0.7.2",
4+
"version": "0.7.3",
55
"description": "Common utilities and types for rstore",
66
"repository": {
77
"url": "https://github.com/Akryum/rstore.git",

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rstore/vue",
33
"type": "module",
4-
"version": "0.7.2",
4+
"version": "0.7.3",
55
"description": "Reactive Store for Vue",
66
"repository": {
77
"url": "https://github.com/Akryum/rstore.git",

0 commit comments

Comments
 (0)