Releases: nuxt-hub/core
Releases · nuxt-hub/core
v0.6.14
v0.6.13
🚀 Enhancements
- Optimize bundle (#138)
🩹 Fixes
- blob: Remove slugify (#154)
- module: Invalid resolved path in npm package (#161)
- analytics: Setup analytics worker (#162)
📖 Documentation
- Remove extra + (bf850fe)
🏡 Chore
- release: V0.6.11 (a7bdb0c)
- action: Add pr version release (415e9a3)
- Disable pkg-pr-new (fcb2994)
- release: V0.6.12 (389a633)
❤️ Contributors
- Farnabaz farnabaz@gmail.com
- Sébastien Chopin (@Atinux)
- Quandabase (@quandabase)
v0.6.12
🚀 Enhancements
- We shipped a big improvement to only add the API routes & server utils if a feature is enabled. Optimising the final bundle size 🚀 (#138)
- We don't slugify the path of the blob anymore to respect the pathname you set to
hubBlob().put(pathname, blob)
(#154)
❤️ Contributors
- Farnabaz @farnabaz
- Quandabase @quandabase
v0.6.11
v0.6.10
v0.6.9
🚀 Enhancements
- Use etag in blob.serve (#147)
🩹 Fixes
- blob: Set correct customMetadata (#146)
❤️ Contributors
- Murzin Artem @FutureExcited
- Estéban @Barbapapazes