File tree Expand file tree Collapse file tree 9 files changed +40
-8
lines changed
Expand file tree Collapse file tree 9 files changed +40
-8
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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" : " " ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments