File tree Expand file tree Collapse file tree 9 files changed +32
-8
lines changed Expand file tree Collapse file tree 9 files changed +32
-8
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33
4+ ## v0.8.1
5+
6+ [ compare changes] ( https://github.com/directus/rstore/compare/v0.8.0...v0.8.1 )
7+
8+ ### 🔥 Performance
9+
10+ - ** vue:** Cache collection state with layers ([ 38e0b55] ( https://github.com/directus/rstore/commit/38e0b55 ) )
11+
12+ ### 🩹 Fixes
13+
14+ - ** drizzle:** Query can be nullish ([ e9d93b7] ( https://github.com/directus/rstore/commit/e9d93b7 ) )
15+
16+ ### 📖 Documentation
17+
18+ - Link to rstore drizzle demo ([ 4b4f279] ( https://github.com/directus/rstore/commit/4b4f279 ) )
19+
20+ ### 🏡 Chore
21+
22+ - Update pnpm ([ cccf426] ( https://github.com/directus/rstore/commit/cccf426 ) )
23+
24+ ### ❤️ Contributors
25+
26+ - Guillaume Chau ([ @Akryum ] ( http://github.com/Akryum ) )
27+
428## v0.8.0
529
630[ compare changes] ( https://github.com/Akryum/rstore/compare/v0.7.8...v0.8.0 )
Original file line number Diff line number Diff line change 11{
22 "name" : " datastore-monorepo" ,
3- "version" : " 0.8.0 " ,
3+ "version" : " 0.8.1 " ,
44 "private" : true ,
55 "packageManager" :
" [email protected] +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.0 " ,
4+ "version" : " 0.8.1 " ,
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.0 " ,
4+ "version" : " 0.8.1 " ,
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.0 " ,
4+ "version" : " 0.8.1 " ,
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.0 " ,
4+ "version" : " 0.8.1 " ,
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.0 " ,
4+ "version" : " 0.8.1 " ,
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.0 " ,
4+ "version" : " 0.8.1 " ,
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.0 " ,
4+ "version" : " 0.8.1 " ,
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