What's Changed
- add multi-target support (comma-separated) by @quasilyte in #67
- readme: update examples by @quasilyte in #68
- internal/phpgrep: make the output colored by default by @quasilyte in #71
- add the MatchLine support by @quasilyte in #72
- internal/phpgrep: add more colors and support env vars by @quasilyte in #73
- internal/phpgrep: add "update" and "none" progress printing modes by @quasilyte in #74
- implement fuzzy matching (can be disabled with
--strict-syntax
) by @quasilyte in #75 - fix errors printing in "update" progress mode by @quasilyte in #76
- use vkcom php parser version by @quasilyte in #78
- add
--exclude-results
option by @quasilyte in #79 - add --php-ext argument by @quasilyte in #83
Full Changelog: v1.0.0...v1.0.1