Skip to content

Commit 5f4773d

Browse files
committed
v0.8.0
1 parent 9beb2c5 commit 5f4773d

File tree

9 files changed

+43
-8
lines changed

9 files changed

+43
-8
lines changed

CHANGELOG.md

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

33

4+
## v0.8.0
5+
6+
[compare changes](https://github.com/Akryum/rstore/compare/v0.7.8...v0.8.0)
7+
8+
### 🚀 Enhancements
9+
10+
- Revamped cache and layers for faster performance ([2b59e9b](https://github.com/Akryum/rstore/commit/2b59e9b))
11+
- **nuxt:** Newer nuxt dependency and related improvements ([baa8497](https://github.com/Akryum/rstore/commit/baa8497))
12+
- **query:** Use onServerPrefetch to allow SSR without awaiting the query in script setup ([1f3394f](https://github.com/Akryum/rstore/commit/1f3394f))
13+
- **drizzle:** Realtime updates with websockets ([1070ed5](https://github.com/Akryum/rstore/commit/1070ed5))
14+
- Offline ([9556f2b](https://github.com/Akryum/rstore/commit/9556f2b))
15+
16+
### 🔥 Performance
17+
18+
- Simpler relation lookup ([1e0319f](https://github.com/Akryum/rstore/commit/1e0319f))
19+
20+
### 🩹 Fixes
21+
22+
- Call plugin setup simultaneously so they have the Nuxt context, preventing errors ([d0ec259](https://github.com/Akryum/rstore/commit/d0ec259))
23+
- **directus:** Import form `#imports` instead of `nuxt/app` ([6c854e4](https://github.com/Akryum/rstore/commit/6c854e4))
24+
- **drizzle:** Use `/api/rstore-realtime/ws` as default websocket path ([420ee34](https://github.com/Akryum/rstore/commit/420ee34))
25+
26+
### 📖 Documentation
27+
28+
- New home page design ([373b13d](https://github.com/Akryum/rstore/commit/373b13d))
29+
- More homepage content ([9beb2c5](https://github.com/Akryum/rstore/commit/9beb2c5))
30+
31+
### 🏡 Chore
32+
33+
- Update pnpm ([5c05331](https://github.com/Akryum/rstore/commit/5c05331))
34+
35+
### ❤️ Contributors
36+
37+
- Guillaume Chau ([@Akryum](http://github.com/Akryum))
38+
439
## v0.7.8
540

641
[compare changes](https://github.com/directus/rstore/compare/v0.7.7...v0.7.8)

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.8",
3+
"version": "0.8.0",
44
"private": true,
55
"packageManager": "[email protected]+sha512.c9fc7236e92adf5c8af42fd5bf1612df99c2ceb62f27047032f4720b33f8eacdde311865e91c411f2774f618d82f320808ecb51718bfa82c060c4ba7c76a32b8",
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.8",
4+
"version": "0.8.0",
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.8",
4+
"version": "0.8.0",
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.8",
4+
"version": "0.8.0",
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.8",
4+
"version": "0.8.0",
55
"description": "Reactive Store for Nuxt",
66
"license": "MIT",
77
"repository": {

packages/offline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rstore/offline",
33
"type": "module",
4-
"version": "0.7.7",
4+
"version": "0.8.0",
55
"description": "Rstore plugin to create an IndexedDB local data source.",
66
"repository": {
77
"url": "https://github.com/Akryum/rstore.git",

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

0 commit comments

Comments
 (0)