Releases: overtrue/phplint
Releases · overtrue/phplint
1.1.6
Fixed error filename. #52
1.1.5
Merge pull request #52 from funivan/patch-1
Use relative file path as the cache key
1.1.4
Merge branch 'master' of github.com:overtrue/phplint
1.1.3
Add --no-progress option. #46
1.1.2
Make symfony/console 3.2.0 minimal requirement. #44 by @tuupola
1.1.0
- Added json output support.
- Added code highlight error output.
1.0.4
Merge pull request #32 from sarcastron/bugfix/undefined-index-cache
Check for non-empty value instead of intrinsic truthy value.
1.0.3
Added --cache=CACHE_FILE_PATH
option.