Skip to content

Releases: nuxt-hub/core

v0.7.13

12 Sep 23:31
b5a7e1f
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Use #imports for nitropack imports (#276)
  • Move from ni to nypm (#277)

📖 Documentation

  • Update image for remote storage (517fc67)
  • Simplify use cases (01b9274)

🏡 Chore

❤️ Contributors

v0.7.12

10 Sep 17:59
2b467f1
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Add support for Async Local Storage (#272)

it is now possible to call useEvent() to get the current request in your server utils without having to pass it from the event handler, this will open many new possibilities in the future!

The browser rendering docs now included a PDF Generation section: https://hub.nuxt.com/docs/features/browser#pdf-generation

📖 Documentation

❤️ Contributors

v0.7.11

09 Sep 17:31
0f928aa
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Add support for browser rendering (#271)

Read the docs on https://hub.nuxt.com/docs/features/browser

❤️ Contributors

v0.7.10

06 Sep 20:49
ecb0c3f
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

Add support for expiration keys (using ttl) for hubKB() (pull request #265).

// will stay only one minute in the database
await hubKV().set('vue:nuxt', { year: 2016 }, { ttl: 60 })

Read the docs.

We also added support for defining compatibility date & flags for advanced use cases (pull request #264).

🩹 Fixes

  • blob: Handle FileList in useUpload() (#260)

❤️ Contributors

v0.7.9

01 Sep 21:41
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Support nuxt-csurf with zero-config (#256)

📖 Documentation

🏡 Chore

❤️ Contributors

v0.7.8

31 Aug 09:55
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Correct typo in error message (#251)

📖 Documentation

🏡 Chore

❤️ Contributors

v0.7.7

28 Aug 09:55
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • blob: Handle Uint8Array format (#247)

🏡 Chore

❤️ Contributors

v0.7.6

27 Aug 23:50
6e548e5
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Add support for extra bindings (Hyperdrive) (#245)

❤️ Contributors

v0.7.5

26 Aug 16:53
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Add support for cloudflare:* externals (#243)
  • Disable the usage of nuxt generate (#244)

📖 Documentation

🏡 Chore

❤️ Contributors

v0.7.4

24 Aug 10:23
78e6b89
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • cache: Don't force nitro prefix (#239)

📖 Documentation

❤️ Contributors