Skip to content

v1.0.0

Compare
Choose a tag to compare
@quasilyte quasilyte released this 06 Dec 22:38
· 26 commits to master since this release
0a980c4

Features:

  • Added -format CLI option (5fc6e36)
  • Case insensitive search and -case-sensitive CLI option #57 (eb9e739)
  • Fix filter bug #5 (25f4f8b)
  • Printing the number of total matches (3b666ab)
  • Patterns can now backtrack properly #63 #42 (0a980c4)

Other:

  • Switched to the NoVerify implementation (a75b5e5)

Why releasing v1.0.0? I'm pretty confident that the current CLI interface is good enough.
I tested phpgrep on many projects. It works quite well, as long as its underlying PHP parser can
understand the code.

There is also a VS Code extension if you're using that. :)