CHANGELOG.md

template-sluz-0.0.1 documentation

Package

Name
template-sluz
Version
0.0.1
Uploaded
2026-07-09 22:36:42
Dependencies
Metadata
zuzu-distribution.json
Archive
Download .tar.gz

Changelog

0.0.1 - 2026-07-09

  • Initial release with template/sluz.
  • Ported the public Template::Sluz API and most of its behavioural test suite to ZuzuScript.
  • Added unset_modifiers for removing modifiers, with identity fallbacks for escape, noescape, and raw.
  • Added the JavaScript Sluz built-in modifier set and HTML/XML/URL/JS escaping modes for explicit and automatic escaping.
  • Extended join and count to support Bag and Set collections.
  • Added the normalize modifier for whitespace-normalized strings.
  • Added compile, compile_string, and CompiledTemplate.render for parse-once, render-many template use, with lazy per-path include caching.
  • Documented parse as the canonical file-rendering method, kept fetch as its alias, and added display_string.
  • Added a documented structured exception hierarchy rooted at SluzException.