1.3.0 🎉
This version brings several bugfixes and small new features.
Kudos to all contributors! 💚
🗞️ Next steps
We are already planning a release 1.3.0 that will include support for rate limiter global and per route as well as protecting api 🚀
👉 Changelog
compare changes
🚀 Enhancements
- fetch buffers from storage and convert to object
- enhance FormData with XSS validation feature
🩹 Fixes
- remove frame-ancestors from meta
- generate meta tag without html,head,body tags
- do not decode entities in HTML
- opt in to
import.meta.*properties - set nonce in response headers instead of using configuration
📖 Documentation
- use new
nuxi module addcommand in installation
🏡 Chore
🤖 CI
❤️ Contributors
- @vejja
- @huang-julien
- @Ray0907 made their first contribution
- @danielroe
- @mtdvlpr
What's Changed
- fix(ssg): remove frame-ancestors from meta by @vejja in #388
- fix(ssg): generate meta tag without html,head,body tags by @mtdvlpr in #387
- fix(core): do not decode entities in HTML by @vejja in #394
- sri: fetch buffers from storage and convert to object by @vejja in #396
- Enhance FormData with XSS validation feature. by @Ray0907 in #401
- fix: opt in to
import.meta.*properties by @danielroe in #406 - fix: set nonce in response headers instead of using configuration by @huang-julien in #408
- docs: use new
nuxi module addcommand in installation by @danielroe in #410 - Chore/1.3.0 by @Baroshem in #399