Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 1.98 KB

File metadata and controls

63 lines (42 loc) · 1.98 KB

Changelog

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.

[Unreleased]

0.12.1 - 2025-08-09

Other

  • cleanup docs and implementations
  • make len estimate better

0.12.0 - 2025-08-09

Added

  • [breaking] unify all duplicated Attribute versions of types/traits with the Context trait
  • [breaking] make it harder to accidentally make your code vulnerable to XSS via Buffer, hiding constructors, and dangerously_* functions

Changed

  • [breaking] rename html_elements to hypertext_elements
  • [breaking] rename [void_]elements! to define_[void_]elements!
  • [breaking] reorganize all validation-related modules into validation

0.11.0 - 2025-08-06

Added

  • [breaking] add handler/role attributes 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

Fixed

  • only run tests in alloc
  • suppress errors about unused delims on toggles (fixes #130)

Other

  • Bump warp from 0.3.7 to 0.4.0 (#137)
  • get rid of extra http dep
  • 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

Fixed

  • [breaking] add check for quotes