Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.08 KB

File metadata and controls

28 lines (17 loc) · 1.08 KB

html-template CHANGELOG

This is the changelog for html-template. It follows semantic versioning.

v0.3.1

Patch Changes

  • Add an explicit public API type for the html template helper so generated declarations no longer depend on inference through assigned helper objects (see #11433).

v0.3.0 (2025-11-05)

  • Build using tsc instead of esbuild. This means modules in the dist directory now mirror the layout of modules in the src directory.

v0.2.0 (2025-10-31)

  • No real changes, just testing a new release process.

0.1.0 (2025-10-25)

This is the initial release of the @remix-run/html-template package.

  • html tagged template function for HTML string construction with automatic escaping
  • html.raw for explicitly marking HTML as safe (no escaping)
  • isSafeHtml type guard function
  • SafeHtml branded type for type-safe HTML strings
  • Support for composable HTML fragments without double-escaping
  • Support for arrays, primitives, and falsy values in interpolations