File tree Expand file tree Collapse file tree 8 files changed +40
-7
lines changed Expand file tree Collapse file tree 8 files changed +40
-7
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33
4+ ## v0.7.5
5+
6+ [ compare changes] ( https://github.com/directus/rstore/compare/v0.7.4...v0.7.5 )
7+
8+ ### 🚀 Enhancements
9+
10+ - New garbage collector ([ 2378647] ( https://github.com/directus/rstore/commit/2378647 ) )
11+ - Expose useQueryTracking ([ 42865ff] ( https://github.com/directus/rstore/commit/42865ff ) )
12+ - Allow passing meta to find options ([ ed8e3d0] ( https://github.com/directus/rstore/commit/ed8e3d0 ) )
13+ - AddToQueryTracking ([ cdfc3f8] ( https://github.com/directus/rstore/commit/cdfc3f8 ) )
14+
15+ ### 🩹 Fixes
16+
17+ - ** devtools:** Cache count per collection not working if no layer is selected ([ 2a157a3] ( https://github.com/directus/rstore/commit/2a157a3 ) )
18+ - More stable tracking query id ([ b1d8ae1] ( https://github.com/directus/rstore/commit/b1d8ae1 ) )
19+ - Enumerate relations and computed so watch deep works ([ b737d9a] ( https://github.com/directus/rstore/commit/b737d9a ) )
20+ - Export setActiveStore ([ 3484a28] ( https://github.com/directus/rstore/commit/3484a28 ) )
21+
22+ ### 📖 Documentation
23+
24+ - Tweak branding ([ 5d9d988] ( https://github.com/directus/rstore/commit/5d9d988 ) )
25+ - Update other readme as well ([ b02bfdc] ( https://github.com/directus/rstore/commit/b02bfdc ) )
26+ - Fix typo in schema ([ a9939e2] ( https://github.com/directus/rstore/commit/a9939e2 ) )
27+
28+ ### 🌊 Types
29+
30+ - New RstoreGlobal augmentable interface to apply custom store types to plugin hooks etc. ([ 0bc5706] ( https://github.com/directus/rstore/commit/0bc5706 ) )
31+
32+ ### ❤️ Contributors
33+
34+ - Guillaume Chau ([ @Akryum ] ( http://github.com/Akryum ) )
35+ - Rijk Van Zanten ([ @rijkvanzanten ] ( http://github.com/rijkvanzanten ) )
36+
437## v0.7.4
538
639[ compare changes] ( https://github.com/directus/rstore/compare/v0.7.3...v0.7.4 )
Original file line number Diff line number Diff line change 11{
22 "name" : " datastore-monorepo" ,
3- "version" : " 0.7.4 " ,
3+ "version" : " 0.7.5 " ,
44 "private" : true ,
55 "packageManager" :
" [email protected] +sha512.0e82714d1b5b43c74610193cb20734897c1d00de89d0e18420aebc5977fa13d780a9cb05734624e81ebd81cc876cd464794850641c48b9544326b5622ca29971" ,
66 "description" : " " ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @rstore/core" ,
33 "type" : " module" ,
4- "version" : " 0.7.4 " ,
4+ "version" : " 0.7.5 " ,
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.7.4 " ,
4+ "version" : " 0.7.5 " ,
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.7.4 " ,
4+ "version" : " 0.7.5 " ,
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.7.4 " ,
4+ "version" : " 0.7.5 " ,
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/shared" ,
33 "type" : " module" ,
4- "version" : " 0.7.4 " ,
4+ "version" : " 0.7.5 " ,
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.7.4 " ,
4+ "version" : " 0.7.5 " ,
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