Skip to content

Releases: quasilyte/phpgrep

v1.0.1

29 Apr 17:39
11a7680
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

06 Dec 22:38
0a980c4
Compare
Choose a tag to compare

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. :)

v0.7.0

29 May 19:28
53a3127
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

Prototype release for public testing

14 Aug 12:57
Compare
Choose a tag to compare
Pre-release

Most basic functionality work.

Library API is not stable yet.
CLI API is probably going to stay the same.

If you have any issues with this release, please submit an issue
and/or try building phpgrep from master.