Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.1.0] - 2025-10-09
### Added
- Initial release of Ootempl
- Template variable replacement with `{{variable}}` syntax
- Conditional content blocks with `{{#if variable}}...{{/if}}`
- Table row iteration with `{{#each variable}}...{{/each}}`
- Image insertion and manipulation
- Template inspection API with `Ootempl.inspect/1`
- Support for Office Open XML documents (Word .docx format)
- Archive handling for OOXML file structure
- XML manipulation and normalization utilities
- Relationship management for document components
- Data validation and type checking
[0.1.0]: https://github.com/jcowgar/ootempl/releases/tag/v0.1.0