Skip to content

0.8.1

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jun 08:38
· 44 commits to main since this release

0.8.1 - 2025-06-05

🐛 Bug Fixes

  • (pest) Remove invalid operations from map - (f6deb58)
  • (pest) Issue with closing braces in nested map extract_regex - (59ba12d)

🚜 Refactor

  • (parser) Shuffle some things around to make the code more expressive and hopefully maintainable - (1e52190)

⚡ Performance

  • (pest) Simplify grammar, remove unnecessary lookaheads - (521a006)

🧪 Testing

  • (pipeline) Add new tests for map functionality - (d685f63)

⚙️ Miscellaneous Tasks