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.5.0 - 2023-04-17
- Breaking Changed:
format
andwrite
takeContext
trait, this breaks type inference i
allows access to outer variables
set_{trait}
functions onFormattable
- Macros for format, write and print
0.4.0 - 2023-03-01
- Breaking Change: Made error enums
non_exhaustive
- Added
Copy
implementation toTrait
andFormattable
0.3.0 - 2023-03-01
i
gained implicit format({})
when none is specified{:i}
i
gained support for indexing single values without range{:i1}
- Breaking Change:
i
uses{}
instead of{it}
0.2.0 - 2023-02-28
i
iter format
- Breaking Change: Improved naming of error enums and variants
0.1.2 - 2023-02-27
Fixed include
in Cargo.toml
0.1.1 - 2023-02-27
Fixed URLs in Cargo.toml
0.1.0 - 2023-02-27
Initial release