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.
1.0.0 - 2023-06-14
- Add support for custom attributes for macros that declare other macros.
- The minimum supported Rust version has been increased to 1.60.0.
0.1.0 - 2021-06-12
- Macros
define_macro,define_macros,define_{print, println, dbg}, etc. - Macros
define_panic_hook,define_init_panic_hook,init_panic_hook. - Traits
WriteStr,WriteBytes,Flush. - Writers
ConcatWriter,ConcatTryWriter,FmtWriter,FmtTryWriter,IoWriter,IoTryWriter. - Multiple closure wrappers for different function signatures.
- API documentation with examples.
- Tests and doc-tests.
- GitHub CI.