Releases: AndreiPashkin/compose-idents
Releases · AndreiPashkin/compose-idents
v0.0.3
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.