v1.3.0
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 add
command 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 add
command in installation by @danielroe in #410 - Chore/1.3.0 by @Baroshem in #399