All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.12.1 - 2025-08-09
- cleanup docs and implementations
- make len estimate better
0.12.0 - 2025-08-09
- [breaking] unify all duplicated
Attributeversions of types/traits with theContexttrait - [breaking] make it harder to accidentally make your code vulnerable to XSS via
Buffer, hiding constructors, anddangerously_*functions
- [breaking] rename
html_elementstohypertext_elements - [breaking] rename
[void_]elements!todefine_[void_]elements! - [breaking] reorganize all validation-related modules into
validation
0.11.0 - 2025-08-06
- [breaking] add handler/
roleattributes and re-org attribute traits (fixes #136) - export
void_elements!(fixes #132) - [breaking] support
:in maud class syntax (fixes #129) - add custom vis support to
#[component] - add ntex support
- make struct unit if no args
- reduce syn feature tree
- only run tests in alloc
- suppress errors about unused delims on toggles (fixes #130)
- Bump warp from 0.3.7 to 0.4.0 (#137)
- get rid of extra
httpdep - simplify features and macros
- fix docs and ci
- correct
*_static!mention - clean up lint rules
- add mathml/web components info
- re-add syn features
0.10.0 - 2025-07-28
- [breaking] add check for quotes