All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- An optional macro parameter
visit_macros
was added to control whether literals inside of macro invocations should be replaced. See the readme or docs for an example.
- By default, literals are now also replaced inside of macro invocations
- Integer literals with float suffixes (e.g.
1_f64
) are now correctly identified as floats and replaced accordingly
- Updated
syn
andquote
to version 1.0
Initial release.