All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.2.3 - 2024-12-15
- clippy warnings. (#6)
0.2.2 - 2023-12-03
- Use
std::result::Result
informatx!
macro. (#4)
0.2.1 - 2023-02-03
formatx!
macro clippy warnings.
0.2.0 - 2022-12-06
- Better
formatx!
macro expansion.
formatx!(template: expr)
macro returnsResult<String, formatx::Error>
.