1.2.0
1.2.0 π
This version brings several bugfixes and small new features mostly related to XSS Validator.
Kudos to all contributors! π
ποΈ Next steps
We are already planning a release 1.3.0 that will include support for DevTools π
π Changelog
compare changes
π Enhancements
- add escapeHtml option to XssValidator
- allow users to configure methods for XSSValidator
- disable meta tag for SSG mode
π©Ή Fixes
- add explicit imports for setHeader and removeResponseHeader in 00-context.ts
- move middleware logic to
beforeResponse
π Documentation
- fix the example for runtime hooks
- handling state with care
- add favicon fix
π‘ Chore
π€ CI
β€οΈ Contributors
- @vejja
- @huang-julien
- @scottix made their first contribution in #368
- @stefffens made their first contribution in #374
- @Morgbn made their first contribution in #377
- @GalacticHypernova made their first contribution in #376
- @mtdvlpr made their first contribution in #340
What's Changed
- docs: fix the example for runtime hooks by @huang-julien in #366
- docs: handling state with care by @scottix in #368
- fix(runtime-hooks): move middleware logic to
beforeResponse
by @huang-julien in #370 - fix: add explicit imports for setHeader and removeResponseHeader in 00-context.ts by @stefffens in #374
- feat: add escapeHtml option to XssValidator by @Morgbn in #377
- feat: allow users to configure methods for XSSValidator by @GalacticHypernova in #376
- feat(ssg): disable meta tag for SSG mode by @mtdvlpr in #340