Current section

Files

Jump to
readmix CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
## [0.8.0] - 2026-06-30
### πŸš€ Features
- Allow readmix to be ran in elixir scripts outside of a mix project
### πŸ“š Documentation
- Add documentation to public API
## [0.7.2] - 2026-04-15
### βš™οΈ Miscellaneous Tasks
- Relax cli_mate dependency requirement
## [0.7.1] - 2026-04-12
### πŸš€ Features
- Added silent option for eval block
## [0.7.0] - 2025-11-29
### πŸš€ Features
- Added support for direct code evaluation in :eval blocks
## [0.6.3] - 2025-11-17
### πŸš€ Features
- Do not create backup dir if nothing to write
## [0.6.2] - 2025-07-10
### πŸ› Bug Fixes
- Correctly provide file and line metadata on eval block
## [0.6.1] - 2025-07-03
### πŸš€ Features
- Section formatter will disable force_do_end_blocks
## [0.6.0] - 2025-07-02
### πŸš€ Features
- Added the format option to sections to format fenced elixir code
### βš™οΈ Miscellaneous Tasks
- Refactor for dialyzer OTP 28
## [0.4.1] - 2025-04-22
### βš™οΈ Miscellaneous Tasks
- Export formatter options
- Export formatter options
## [0.4.0] - 2025-04-19
### πŸš€ Features
- Added the eval action in built in generator
### βš™οΈ Miscellaneous Tasks
- Update Elixir Github workflow (#4)
## [0.3.0] - 2025-03-28
### πŸš€ Features
- Added the section action and extractor
## [0.2.2] - 2025-03-27
### πŸš€ Features
- Backups are always enabled by default
### πŸ› Bug Fixes
- Validate actions params schema
## [0.2.1] - 2025-03-25
### πŸ› Bug Fixes
- Use otp_app name in backups directory
## [0.2.0] - 2025-03-25
### πŸš€ Features
- Contexts and generators are loaded from config
## [0.1.1] - 2025-03-25
### πŸš€ Features
- Initial version
### πŸ› Bug Fixes
- Ensure CLI defined variables have atom keys
### βš™οΈ Miscellaneous Tasks
- Relax Elixir version
- Update dependabot config
- Suggest to use in :test too for ElixirLS