Skip to content

Maintenance update

Compare
Choose a tag to compare
@thesephist thesephist released this 04 Feb 23:36
· 192 commits to master since this release

This is a regular maintenance update with small improvements and optimizations

  • Bundle size / performance improvements with terser notations around loops and redundant type casts
  • torus-dom is now linted with ESLint! yarn lint to lint the codebase

Security

  • No dynamic values passed into jdom templates are evaluated as templates, to avoid script injection vulnerabilities. This was existing behavior, but is now made clearer in the documentation and covered by regression tests.