Skip to content

Releases: directus/rstore

v0.5.6

19 Mar 13:57
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v0.5.1

12 Mar 03:12
Compare
Choose a tag to compare

🚀 Enhancements

🩹 Fixes

  • Form object types not including item props if no schema (21ced4a)
  • Don't write to cache if no items (124f014)

💅 Refactors

  • Use nullish coalescing assignment (2e6f0ff)

📖 Documentation

🏡 Chore

  • playground: Add wrangler config file (29c4712)
  • playground: Update cloudflare compat flags (e23fbc0)
  • playground: Fix nav size (83d2acf)
  • playground: Update wrangler.toml (4b1cef8)
  • playground: Add migrations (470a556)
  • playground: Remove wrangler config file (58492d9)
  • playground: Simpler ws for cf pages (00296a2)
  • playground: Ws server using cf do (6ac2ebe)
  • playground: Don't broadcast all messages (5ada70a)
  • playground: Add topic counter (7f57d4e)

✅ Tests

❤️ Contributors

v0.5.0

11 Mar 10:25
Compare
Choose a tag to compare

🚀 Enhancements

  • AddModel and removeModel (e5688ad)

🩹 Fixes

  • Use own $schema in form object (cbc40fe)
  • Better model name check (260bb0c)

💅 Refactors

  • Model.schema -> model.formSchema (d29b714)

❤️ Contributors

v0.4.0

11 Mar 10:00
Compare
Choose a tag to compare

💅 Refactors

  • defineModel -> defineDataModel (4f9a12e)

📖 Documentation

❤️ Contributors

v0.3.0

10 Mar 22:16
Compare
Choose a tag to compare

🚀 Enhancements

  • Throw error if model name starts with $ (06d944e)
  • vue: Store.$model('model_name') (c0dc3b5)

🩹 Fixes

💅 Refactors

  • Models is now an array of models (0d0977f)
  • Store native props now starts with $ (e586006)

📖 Documentation

❤️ Contributors

v0.2.1

10 Mar 01:04
Compare
Choose a tag to compare

🚀 Enhancements

📖 Documentation

❤️ Contributors