# 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.2.0](https://github.com/frankdugan3/ash_typst/compare/v0.2.0-rc.0...v0.2.0) (2026-06-07)
### Features:
* dsl: accept {otp_app, sub_path} for root and font_paths by jhlee111
* add set_virtual_file_binary for raw binary content injection by jhlee111
### Bug Fixes:
* address review feedback on PR #1 by jhlee111
* handle empty/missing context in DateTime encode + add @fallback_to_any by jhlee111
* prevent BEAM crash from deep nesting by spawning compile on 64MB stack thread by jhlee111
* bugs with resource args/run by Frank Polasek Dugan III
## [v0.2.0-rc.0](https://github.com/frankdugan3/ash_typst/compare/v0.1.1-rc.1...v0.2.0-rc.0) (2026-06-06)
### Features:
- dsl: accept {otp_app, sub_path} for root and font_paths by jhlee111
- add set_virtual_file_binary for raw binary content injection by jhlee111
### Bug Fixes:
- handle empty/missing context in DateTime encode + add @fallback_to_any by jhlee111
- prevent BEAM crash from deep nesting by spawning compile on 64MB stack thread by jhlee111
- bugs with resource args/run by Frank Polasek Dugan III
## [v0.1.1-rc.1](https://github.com/frankdugan3/ash_typst/compare/v0.1.1-rc.0...v0.1.1-rc.1) (2026-02-26)
## [v0.1.0](https://github.com/frankdugan3/ash_typst/compare/v0.1.0...v0.1.0) (2026-02-26)
### Features:
- add Ash resource extension by Frank Polasek Dugan III