Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@w1th0utnam3 w1th0utnam3 released this 06 Jul 17:14
· 1 commit to master since this release

[0.2.0] - 2021-07-06

Added

  • 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.

Changed

  • By default, literals are now also replaced inside of macro invocations

Fixed

  • Integer literals with float suffixes (e.g. 1_f64) are now correctly identified as floats and replaced accordingly