Skip to content

0.12.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jun 10:42
· 3 commits to main since this release

0.12.0 - 2025-06-13

⛰️ Features

  • (lib) Rollback changes to parse and add a new parse_with_debug - (cdf6bdf)
  • (lib) [breaking] Add debug parameter to parse function - (bf551fb)
  • (template) Remove logic for Template, now it's an alias to MultiTemplate - (37f34c9)

🐛 Bug Fixes

  • (template) Rustier way - (2bb3553)

🚜 Refactor

  • (bench) [breaking] Change bench name to string-pipeline-bench - (199b5c1)
  • (cli) Remove template since multitemplate is a superset - (974d985)
  • (cli) [breaking] Remove json output, the tool only outputs a string - (f06610a)
  • (debug) [breaking] Refactor debug system - (b3bf885)

📚 Documentation

  • (debug) Update to match the new system - (f6309a0)

⚙️ Miscellaneous Tasks