Current section

Files

Jump to
dot_prompt CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## 1.2.0 (2026-08-12)
- README: warn that any line starting with `#` (including markdown `##` headers) is stripped from the compiled prompt
- README: document the Phoenix/LiveView `file_system` version conflict and the `mix deps.unlock file_system` fix
- README: add a complete end-to-end worked example (prompt file, config, `render/3` call site, `DotPrompt.Result` fields, error case)
- README: state the Elixir `~> 1.17` requirement
- AGENTS.md: fix Quick Start to run `mix test` at the repo root
- agents/SKILL.md: fix the same stale `cd lib/dot_prompt && mix test` testing command
- Add `guides/dot-prompt.md` — best-practices guide for agents using DotPrompt, with AGENTS.md pointer lines
- Add lexer test documenting that `##` markdown headers are stripped like comments
- Add docs/development.md — internal development guide for contributors
## 1.1.0 (2026-06-23)
- Initial release as standalone Hex package
- Forked from anantha-os monorepo with patches
- DotPrompt language compiler for Elixir