Skip to content

v1.3.0

Compare
Choose a tag to compare
@Baroshem Baroshem released this 03 Apr 16:12
· 52 commits to main since this release
d0a3c3f

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

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