Current section
Files
Jump to
Current section
Files
letterpress
CHANGELOG.md
CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
<!-- changelog -->
## [v0.1.0](https://github.com/futhr/letterpress/compare/v0.1.0...v0.1.0) (2026-09-01)
### Features:
* editor: support preprocessed authoring sources by futhr
* translation: localize email channels atomically by futhr
* profile: add bounded HTML fragments by futhr
* context: support compatible email sinks by futhr
* schema: support predicate variable names by futhr
* runtime: add caller-owned compiler pools by futhr
* compile complete email artifacts by futhr
* svelte: add paired editor themes by futhr
* provide complete Svelte editor affordances by futhr
* expose nested collection dependencies by futhr
* describe structured template dependencies by futhr
* add schema-neutral variable discovery by futhr
* enforce cross-runtime template conformance by futhr
* add shared browser editor packages by futhr
* add deterministic compiler and safe runtime by futhr
### Bug Fixes:
* release: configure shared version management by futhr
* ci: install pnpm before enabling cache by futhr
* compiler: verify sentinel output contexts by futhr
* release: preserve local artifacts in smoke installs by futhr
* compiler: translate text profile documents by futhr
* make editor theming safe across package boundaries by futhr
* diagnose legacy template syntax precisely by futhr
* normalize compiler runtime settings by futhr
* discover liquid control-flow dependencies by futhr
* support linked Svelte consumers by futhr
* validate mixed template markup accurately by futhr
### Performance Improvements:
* bench: add compiler and renderer benchmarks by futhr