8000 Releases · nuxt-hub/core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: nuxt-hub/core

v0.6.4

03 Jun 16:05
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • blob: Add missing import for getQuery (56e69e0)

❤️ Contributors

v0.6.3

03 Jun 12:58
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Ensure env is set before calling projectUrl() (40dfa3d)

❤️ Contributors

v0.6.2

03 Jun 12:32
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • manifest: Handle new format with list() (0496a29)

❤️ Contributors

v0.6.1

03 Jun 11:55
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • blob: Add missing readFormData import (fbfb8af)

🏡 Chore

  • types: Add missing imports (9b81e7e)

❤️ Contributors

v0.6.0

03 Jun 09:27
Compare
Choose a tag to compare

compare changes

⚠️ Breaking changes

The hubBlob().list() method now returns an object to handle pagination instead of an array (#121):

const res = await hubBlob().list()
/*
{
  blobs: BlobObject[]
  hasMore: boolean
  cursor?: string
  folders?: string[]
}
*/

It also has a new option to returns the folders:

const { blobs, folders } = await hubBlob().list({ folded: true })

Learn more on https://hub.nuxt.com/docs/storage/blob#bloblistresult

🚀 Enhancements

It is now easier to handle upload in your application with new Blob server utils & Vue composables (#71 & #99).

You can see an example in our playground on how to handle both small & large files.

Shoutout to @Teages for working on multipart upload 💚

📖 Documentation

🏡 Chore

  • Add lint fix script (#118)
  • Update dependencies (6f6a338)

❤️ Contributors

v0.5.18

22 May 23:49
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Option to specify storage directory in development (#112)
  • Support dynamic project url (#117)

📖 Documentation

  • Update drizzle instructions (#106)
  • Add seed configuration for database population with Nitro Tasks (#107)

🏡 Chore

  • Clean zod validation in database api endpoints (#109)
  • Update deps (d3cdb5c)
  • Lint fix (641a461)

❤️ Contributors

v0.5.17

15 May 16:05
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Force nitro preset only in production when remote is disabled (caed55b)
  • auth: Use Map instead of plain object for security (1ae0f90)

📖 Documentation

  • Remove \n for sql queries (4266acb)
  • Force tailwind and ui version (2429335)
  • Set pnpm version in engine (e3dc5a2)

🏡 Chore

❤️ Contributors

v0.5.16

03 May 12:07
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Support also cloudflare-module preset (89cf607)

❤️ Contributors

v0.5.15

02 May 20:49
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Force cloudflare-pages preset (ccdfb21)
  • Send build errors back to NuxtHub admin (#92)

🩹 Fixes

  • blob: Give options for blob dashboard as query (a245a38)
  • Ensure types for server utils are written in prepare step (#91)

📖 Documentation

  • Invert cloudflare pages ci and cli (456a8fb)

🏡 Chore

❤️ Contributors

v0.5.14

26 Apr 15:56
47101d9
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Blob: Don't add random suffix by default (#89)

📖 Documentation

  • Add server features (#79)

❤️ Contributors

0