Skip to content

Commit 8e2dafa

Browse files
committed
v0.7.7
1 parent f180d31 commit 8e2dafa

File tree

8 files changed

+31
-7
lines changed

8 files changed

+31
-7
lines changed

CHANGELOG.md

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

33

4+
## v0.7.7
5+
6+
[compare changes](https://github.com/directus/rstore/compare/v0.7.6...v0.7.7)
7+
8+
### 🚀 Enhancements
9+
10+
- Many mutations added to collection hooks ([9c229a1](https://github.com/directus/rstore/commit/9c229a1))
11+
- **drizzle:** Return deleted item ([95c0391](https://github.com/directus/rstore/commit/95c0391))
12+
13+
### 🔥 Performance
14+
15+
- Shallow items in the cache ([3c0b535](https://github.com/directus/rstore/commit/3c0b535))
16+
17+
### 🩹 Fixes
18+
19+
- Improve item wrapping for fetchPolicy 'no-cache' ([d0fbe6e](https://github.com/directus/rstore/commit/d0fbe6e))
20+
- Deduplicate wrapped items ownKeys ([4673a1f](https://github.com/directus/rstore/commit/4673a1f))
21+
- Handle JSON stringifying wrapped items ([d0158f3](https://github.com/directus/rstore/commit/d0158f3))
22+
- **gc:** Don't run a garbage collection on query unmount ([f180d31](https://github.com/directus/rstore/commit/f180d31))
23+
24+
### ❤️ Contributors
25+
26+
- Guillaume Chau ([@Akryum](http://github.com/Akryum))
27+
428
## v0.7.6
529

630
[compare changes](https://github.com/directus/rstore/compare/v0.7.5...v0.7.6)

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.6",
3+
"version": "0.7.7",
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.6",
4+
"version": "0.7.7",
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.6",
4+
"version": "0.7.7",
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.6",
4+
"version": "0.7.7",
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.6",
4+
"version": "0.7.7",
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.6",
4+
"version": "0.7.7",
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.6",
4+
"version": "0.7.7",
55
"description": "Reactive Store for Vue",
66
"repository": {
77
"url": "https://github.com/Akryum/rstore.git",

0 commit comments

Comments
 (0)