Skip to content

Release v1.1.0

Choose a tag to compare

@EmilStenstrom EmilStenstrom released this 24 Jan 22:37
· 84 commits to main since this release

Added

  • Docs: Add search to the documentation site.

Fixed

  • SanitizationPolicy now validates and normalizes allowed_tags / allowed_attributes to prevent silent misconfiguration (for example accidentally passing a string).

Changed

  • Prefer sanitize= over safe= on JustHTML(...) (safe remains as a backwards-compatible alias).