Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 806 Bytes

File metadata and controls

33 lines (21 loc) · 806 Bytes

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]

[v1.0.4] - 2026-01-05

Fixed

  • Fix handling escaping arrays in trusted html

[v1.0.3] - 2026-01-05

Fixed

  • Fix bad logic in the trustedTypes / tagged template / trusted-html.js implementation

[v1.0.2] - 2026-01-05

Added

  • Add createPolicy() to create a TrustedTypePolicy with a createHTML() that escapes untrusted input

[v1.0.1] - 2026-01-05

Added

  • Add tests for escapeCSS()
  • This release will add Package Provenance

[v1.0.0] - 2026-01-05

Initial Release