Skip to content

0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jun 22:16
· 61 commits to main since this release

0.7.0 - 2025-06-03

⛰️ Features

  • (parser) [breaking] Rework handling of espaced characters in arguments, now it behaves as expected - (6291c4f)
  • (parser) Add filter and filter_not operations - (f0c9f1a)
  • (parser) Add strip_ansi operation - (505f582)
  • (parser) Add support for imsx sed flags - (bb16ba5)

📚 Documentation

  • (parser) Add strip ansi escape sequences documentation - (d5343dd)
  • (readme) Updated readme - (7f83031)

⚡ Performance

  • Add a simple benchmark for string_pipeline::process - (93a19eb)

🧪 Testing

  • (parser) New set of test, hopefully better organized to allow growth - (6532b2c)

⚙️ Miscellaneous Tasks

New Contributors ❤️