Skip to content

Releases: nuxt-hub/core

v0.5.2

11 Apr 17:31
1cb4da1
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Improve deployment with new bindings on CF CI (#63)

📖 Documentation

  • Add another testimonial (bcf41ef)
  • Add section on installation using nuxi module add (#64)
  • Added clarifications in self-hosted deployments (#65)

❤️ Contributors

v0.5.1

10 Apr 08:36
e7862af
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Cancel build if NuxtHub can't finish build hooks (#60)
  • Define module types in package.json (#59)
  • DevTools Database CORS error (#57)

🏡 Chore

  • Update deps (#61)

❤️ Contributors

v0.5.0

09 Apr 08:13
Compare
Choose a tag to compare

compare changes

Breaking changes ⚠️

To make NuxtHub as progressive as possible, we disabled all the features by default.

This way you can only use the features needed:

// nuxt.config.ts
export default defineNuxtConfig({
  modules: ['@nuxthub/core'],
  hub: {
    database: true, // Enable hubDatabase()
    kv: true, // Enable hubKV()
    blob: true, // Enable hubBlob()
    cache: true // Enable the Cache KV
  }
})

This also allow the admin to know what resources to create for your project and ease the onboarding experience (no need to setup R2 or Analytics engine if you don't need them!)

PR #42

🏡 Chore

⚠️ Breaking Changes

  • ⚠️ Module option to enable features (#42)

❤️ Contributors

v0.4.2

08 Apr 21:56
Compare
Choose a tag to compare

compare changes

🏡 Chore

  • Create resources to prepare for new version (c2debfc)
  • Create hub.config.json (0342b00)

📖 Documentation

  • Fix links in readme (#45)
  • Add testimonial (84281a2)
  • Add Dario testimonial (f17f7e3)

❤️ Contributors

v0.4.1

05 Apr 11:05
215a79f
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • blob: Move HEAD /[path] to GET /head/[path] (#48)

📖 Documentation

  • Update screenshot (3030fc9)
  • Simplify deploy section (22e9fcc)
  • New landing (#44)
  • Add Evan You testimonial (d5c95dd)
  • Update description for testimonials (d4ac425)

🏡 Chore

❤️ Contributors

v0.4.0

03 Apr 15:35
Compare
Choose a tag to compare

compare changes

Breaking change ⚠️

The package is now a Nuxt module!

- extends: ['@nuxthub/core']
+ modules: ['@nuxthub/core']

This will give the possibility to enable/disable features on demand in the future (#39).

🚀 Enhancements

❤️ Contributors

v0.3.13

03 Apr 15:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.12...v0.3.13

v0.3.12

02 Apr 10:29
45db380
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Expose openapi spec under _hub secure routes (#35)

❤️ Contributors

v0.3.11

27 Mar 16:13
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Add support for Blob & KV in the Nuxt Devtools (#30)
nuxthub-devtools.mp4

📖 Documentation

🏡 Chore

❤️ Contributors

v0.3.10

24 Mar 10:59
5e3664a
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Add Hub database in the Nuxt Devtools (#29)

nuxthub-devtools-database

Full Changelog: v0.3.9...v0.3.10