Skip to content

Releases: directus/rstore

v0.6.1

03 Apr 15:59

Choose a tag to compare

🚀 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

v0.6.0

03 Apr 05:04

Choose a tag to compare

🚀 Enhancements

🩹 Fixes

  • drizzle: Table with different name not recognized, fix #30 (#30)

📖 Documentation

🌊 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

v0.5.9

25 Mar 18:28

Choose a tag to compare

🚀 Enhancements

🩹 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

  • Update issue repro links (3a5651d)
  • Disable build in commit hook (65fc756)

✅ Tests

❤️ Contributors

v0.5.8

24 Mar 17:06

Choose a tag to compare

🚀 Enhancements

  • As const is no longer required (58639ff)
  • Refresh queries on cache reset, closes #4 (#4)
  • Dedupe findFirst and findMany, fix #16 (#16)

🩹 Fixes

  • drizzle: Named column breaking primary keys, fix #20 (#20)

🏡 Chore

  • Update pnpm and refresh lockfile (aeb00c8)
  • Cleanup variable names (33be02b)

❤️ Contributors

v0.5.7

20 Mar 12:49

Choose a tag to compare

  • Republish packages

📖 Documentation

🏡 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

❤️ Contributors

v0.5.6

19 Mar 13:57

Choose a tag to compare

🚀 Enhancements

  • Allow customizing FindOptions interface (42a818d)
  • nuxt-drizzle: Customize apiPath (f78bc4c)
  • New @rstore/nuxt-directus package (6c9dd60)

🩹 Fixes

  • devtools: Tailwind config (684adff)
  • nuxt-drizzle: Scope fetchRelations (bf629c3)

💅 Refactors

  • nuxt-drizzle: Moved where to find options and removed moduleOptions.drizzleImport.default (39ebb86)

📖 Documentation

  • Link to nuxt drizzle codesandbox (3ca066b)
  • Remove sponsors section (65841ca)
  • Remove sponsors from homepage (fba1f0f)

🏡 Chore

❤️ Contributors

v0.5.5

17 Mar 08:09

Choose a tag to compare

🩹 Fixes

  • Type imports (1915d5c)
  • drizzle: AddServerScanDir not working (744558a)

📖 Documentation

  • Nuxt drizzle filter and relation (d62a705)
  • Nuxt drizzle more docs (5d18348)
  • Utilize the defineRstorePlugin function in the nuxt example section (#18)

🏡 Chore

  • Simpler drizzle playground (cfe578a)

❤️ Contributors

v0.5.4

15 Mar 23:39

Choose a tag to compare

🩹 Fixes

  • nuxt-drizzle: Dynamic import of '@rstore/nuxt/api' in case it is not installed yet (6519ac5)

📖 Documentation

  • Remove demo link (temporary) (6bd9ac8)

❤️ Contributors

v0.5.3

15 Mar 23:11

Choose a tag to compare

🚀 Enhancements

  • New @rstore/nuxt-drizzle package (e8fa3cd)
  • devtools: Model meta (18624cd)
  • devtools: Computed fields (ea95c2d)

🩹 Fixes

  • devtools: Model search scrolling with list (bb08cef)

📖 Documentation

❤️ Contributors

v0.5.2

14 Mar 19:51

Choose a tag to compare

🚀 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

🌊 Types

  • Add generics to CustomParams and CustomSortOption (d9e2712)

🏡 Chore

  • Add name to playground ws server (79ff206)
  • Add playground-drizzle (43308b1)

❤️ Contributors