Releases: directus/rstore
Releases · directus/rstore
v0.6.1
🚀 Enhancements
- Record module mutations in the mutation history (db41348)
🩹 Fixes
- vue: Throw error in wrapped mutation (d78e144)
💅 Refactors
- Deprecate store.$createModule -> use createModule directly (757d48a)
📖 Documentation
🏡 Chore
- Add create module API jsdoc (dbe1db9)
❤️ Contributors
- Guillaume Chau (@Akryum)
v0.6.0
🚀 Enhancements
🩹 Fixes
📖 Documentation
- Added some schemas (1db4dc6)
🌊 Types
- nuxt: Add Store, StoreResolvedModelItem and StoreWrappedItem to auto imports (3ef23c3)
- Check for excess properties in
defineItemType.model(c52fb38) - vue: Check for excess properties in queryFirst, queryMany (b6e2453)
- nuxt: Don't use ModelDefaults as the store defaults type parameters to allow excess properties check (758a4ea)
❤️ Contributors
- Guillaume Chau (@Akryum)
v0.5.9
🚀 Enhancements
- vue: Disable query (1316655)
🩹 Fixes
- vue: Form validation issues handling (9f2b238)
- fields: Handle parsing fields of nested relations, fix #25 (#25)
📖 Documentation
🌊 Types
- Fix model.fields requiring all fields (a4a02bb)
🏡 Chore
✅ Tests
- vue: Some tests (b4b10a0)
❤️ Contributors
- Guillaume Chau (@Akryum)
v0.5.8
v0.5.7
- Republish packages
📖 Documentation
- Fix dead links (e87a44c)
- Add directus in getting started (ad426a7)
- Fix typo (9de9e53)
- Fix other typo (9968cf8)
🏡 Chore
- Build docs in commit hook (2887bc5)
- Run some scripts in commit in parallel (ab276b1)
- Improve lint-staged config (ee2787b)
- Only rerun everything on pnpm-lock (bfc08e5)
🤖 CI
- Fix pnpm install (862055f)
❤️ Contributors
- Guillaume Chau (@Akryum)
v0.5.6
🚀 Enhancements
- Allow customizing FindOptions interface (42a818d)
- nuxt-drizzle: Customize apiPath (f78bc4c)
- New @rstore/nuxt-directus package (6c9dd60)
🩹 Fixes
💅 Refactors
- nuxt-drizzle: Moved
whereto find options and removedmoduleOptions.drizzleImport.default(39ebb86)
📖 Documentation
- Link to nuxt drizzle codesandbox (3ca066b)
- Remove sponsors section (65841ca)
- Remove sponsors from homepage (fba1f0f)
🏡 Chore
- Fix typo (#19)
- Fix tailwind config (4256e06)
- Skip playground prepare (d65ad58)
- Cleanup playgrounds (43692b8)
- Typo (dd5be8f)
- Nuxt module cleanup (e9a878e)
- Fix nuxt module build (3e3572e)
❤️ Contributors
- Guillaume Chau (@Akryum)
- Konv Suu 2583695112@qq.com
v0.5.5
v0.5.4
v0.5.3
v0.5.2
🚀 Enhancements
- Allow number key (0283aad)
- nuxt: AddModelImport and addPluginImport (807d859)
- vue: Only send changed props in update form (3163845)
🩹 Fixes
- devtools: Tab label (be636f1)
- Transform store so it's the same in hooks (d948346)
- Remove check for special keys in update form object (19b60e8)
- vue: Number item key checks (e55f5a9)
📖 Documentation
- Link to demo playground (937a556)
- Missing destructure (7f45dc1)
- Fix cache page empty codeblock (8a17b8f)
- Links to directus (1923d6e)
- Federation (1e9e391)
🌊 Types
- Add generics to CustomParams and CustomSortOption (d9e2712)
🏡 Chore
❤️ Contributors
- Guillaume Chau (@Akryum)