Skip to content

Releases: dhedey/preinterpret

0.2.0

06 Dec 01:42
9a7a2d7
Compare
Choose a tag to compare
  • Rename the string case conversion commands to be less noisy by getting rid of the case suffix
  • Fix some bugs with the string conversion algorithms and add a full test-suite
  • Add new string conversion commands: [!kebab! ...], [!title! ...] and [!insert_spaces! ...]
  • Add new ident creation shorthands: [!ident_camel! ...], [!ident_snake! ...] and [!ident_upper_snake! ...]
  • Overhauled the README

0.1.3

01 Dec 20:06
9333822
Compare
Choose a tag to compare

Introduces the preinterpret crate, bringing support for variable substitution, token type conversion and string conversion, capturing quote and paste capabilities for declarative macro authors.

Full Changelog: https://github.com/dhedey/preinterpret/commits/0.1.3