Maintenance update
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.