Skip to content

v0.10.7

Latest

Choose a tag to compare

@atinux atinux released this 03 Mar 14:44
· 4 commits to main since this release
d4e24b3

compare changes

🚀 Enhancements

  • db: Add support for database replica (#808)
  • cli: Add "name" and "custom" arguments for db generate cli command (#816)
  • cli: Add --force flag to skip confirmation when dropping all tables (#834)
  • db: Add hub.db.applyMigrationsDuringDev: boolean option (#837)
  • db: Use drizzle studio d1 driver (#846)

🩹 Fixes

  • db: Generate schema types during prepare (#795)
  • Change Cloudflare D1 API URI (#794)
  • devtools: Point Drizzle Studio to correct D1 database file (#806)
  • db: Create package.json during prepare (#797)
  • db: Resolve Nuxt aliases in schema bundling (#802)
  • db: Correct D1 migrations_dir path in wrangler.json (#814)
  • playground: Fix get todos database query (#819)
  • Fix incorrect license in README (#829)
  • db: Resolve @nuxthub/db from rootDir for pnpm workspaces (#828)
  • db: Bundle cache schema entries (#833)
  • db: Respect explicit libsql driver on Cloudflare (#842)
  • db: Pass driver options to postgres-js (#844)

📖 Documentation

  • Fix typo in schema documentation (#807)
  • Add environments, CI/CD guide, and env vars reference (#804)
  • Add nuxt-studio (64f9105)
  • Make formatting in db migrate command usage consistant (#822)
  • Update migration handling for Cloudflare D1 (#848)
  • blob: Clarify nuxt image dev config (#851)
  • Fix typo in url (d4e24b3)

🏡 Chore

❤️ Contributors