Skip to content

Releases: AndreiPashkin/compose-idents

v0.0.3

11 Feb 05:48
Compare
Choose a tag to compare

v0.0.3 - 2025-02-11

Added

  • Docs/tests fixes.
  • Added "functions" functionality that allows to apply functions over arguments.
  • Made it possible to pass integers as arguments.
  • Added "upper()", "lower()", "snake_case()" and "camel_case()" functions for case-manipulation.
  • Added "hash()" function that hashes an input value deterministically within the scope
    of a single macro invocation.

Changed

Removed

v0.0.2

04 Feb 23:47
Compare
Choose a tag to compare

v0.0.2 - 2025-02-05

Added

  • New tests.
  • Support for specifying types as parts for the composed identifiers.
  • Crates.io/Docs.rs badges to the README.md.

Changed

Removed

v0.0.1

27 Jan 14:29
Compare
Choose a tag to compare

v0.0.1 - 2025-01-22

Added

  • README.md with the roadmap.
  • .gitignore file.
  • pre-commit config.
  • Task config.
  • Basic implementation of the compose-idents macro.
  • GitHub CI setup.

Changed

Removed