Skip to content

Commit 1456401

Browse files
committed
v0.8.2
1 parent 3806b0c commit 1456401

File tree

9 files changed

+40
-8
lines changed

9 files changed

+40
-8
lines changed

CHANGELOG.md

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

33

4+
## v0.8.2
5+
6+
[compare changes](https://github.com/directus/rstore/compare/v0.8.1...v0.8.2)
7+
8+
### 🚀 Enhancements
9+
10+
- Dynamic collection name ([a08d447](https://github.com/directus/rstore/commit/a08d447))
11+
- **vue:** Compare query options before reloading ([b10a34d](https://github.com/directus/rstore/commit/b10a34d))
12+
- Pagination ([3806b0c](https://github.com/directus/rstore/commit/3806b0c))
13+
14+
### 🩹 Fixes
15+
16+
- **gc:** Take into account include from the query ([f44d309](https://github.com/directus/rstore/commit/f44d309))
17+
- Check if key is nullish instead of falsy ([1d92c72](https://github.com/directus/rstore/commit/1d92c72))
18+
- Duplicate call to wrapItem in findFirst ([71b4d48](https://github.com/directus/rstore/commit/71b4d48))
19+
- Only generate one collections file and write it to disk ([06071d1](https://github.com/directus/rstore/commit/06071d1))
20+
- Exclude `.ts` from the generated collections file ([a904ded](https://github.com/directus/rstore/commit/a904ded))
21+
- FindFirst/findMany update options fetchPolicy ([e91e0d9](https://github.com/directus/rstore/commit/e91e0d9))
22+
- **vue**: `query(q => q.many()`: Typing of TOptions with no parameter passed to many ([a99a512](https://github.com/directus/rstore/commit/a99a512))
23+
24+
### 🏡 Chore
25+
26+
- Nuxt vite:extendConfig hook is deprecated ([8593237](https://github.com/directus/rstore/commit/8593237))
27+
28+
### ✅ Tests
29+
30+
- **lint:** Update antfu eslint to split type imports ([4773d8d](https://github.com/directus/rstore/commit/4773d8d))
31+
32+
### ❤️ Contributors
33+
34+
- Guillaume Chau ([@Akryum](http://github.com/Akryum))
35+
436
## v0.8.1
537

638
[compare changes](https://github.com/directus/rstore/compare/v0.8.0...v0.8.1)

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.8.1",
3+
"version": "0.8.2",
44
"private": true,
55
"packageManager": "pnpm@10.20.0+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd",
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.8.1",
4+
"version": "0.8.2",
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.8.1",
4+
"version": "0.8.2",
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.8.1",
4+
"version": "0.8.2",
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.8.1",
4+
"version": "0.8.2",
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.8.1",
4+
"version": "0.8.2",
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.8.1",
4+
"version": "0.8.2",
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.8.1",
4+
"version": "0.8.2",
55
"description": "Reactive Store for Vue",
66
"repository": {
77
"url": "https://github.com/Akryum/rstore.git",

0 commit comments

Comments
 (0)