Skip to content

Releases: nuxt-hub/core

v0.7.19

17 Sep 16:24
3924719
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Add nuxthub preview command (#288)

📖 Documentation

❤️ Contributors

v0.7.18

16 Sep 16:35
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Remove nuxthub cli dependency (5d58b09)

📖 Documentation

❤️ Contributors

v0.7.17

16 Sep 10:23
d91c815
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • blob: Respect addRandomSuffix with remote access (#287)

📖 Documentation

❤️ Contributors

v0.7.16

15 Sep 11:39
ddb6cf7
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • blob: Add .get() (#283)

❤️ Contributors

v0.7.15

14 Sep 20:39
f1c15e4
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Add browser binding on CF CI (#281)

📖 Documentation

  • recipes: Fix typo (#280)

🏡 Chore

  • playground: Disable v2 flag (0950478)

❤️ Contributors

v0.7.14

12 Sep 23:55
8891a76
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Don't use global on client-side (#278)

❤️ Contributors

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