Skip to content

0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jun 13:08
· 51 commits to main since this release

0.8.0 - 2025-06-04

⛰️ Features

  • (bench) Update to use map - (d9ec045)
  • (parser) Make map work for multiple operations - (4d1b9e7)
  • (parser) Add support for map, sort, reverse, unique, pad, regex_extract - (b198d20)

🚜 Refactor

  • (lib) [breaking] Create and expose a single Template object for users to interact with - (378fdc4)
  • (mod) [breaking] Remove string|list handling on operations, we now have map - (61d5a9d)
  • (mod) Clean up logic - (a8b79bf)

📚 Documentation

  • (readme) Updated readme with the new features - (2278fa8)
  • (readme) Update slice and substring and other minor changes - (9df6365)

⚙️ Miscellaneous Tasks