Skip to content

Releases: Andlon/numeric_literals

v0.2.0

06 Jul 17:14
Compare
Choose a tag to compare

[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