Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

57 lines (34 loc) · 1.43 KB

Changelog

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

Fixed

  • clippy warnings. (#6)

0.2.2 - 2023-12-03

Fixed

  • Use std::result::Result in formatx! macro. (#4)

0.2.1 - 2023-02-03

Fixed

  • formatx! macro clippy warnings.

0.2.0 - 2022-12-06

Added

  • Better formatx! macro expansion.

Changed

  • formatx!(template: expr) macro returns Result<String, formatx::Error>.

0.1.4 - 2022-08-15

0.1.3 - 2022-08-05

0.1.2 - 2022-08-05

0.1.1 - 2022-08-05

0.1.0 - 2022-08-03