Releases: Magentron/laravel-blade-lint
Releases · Magentron/laravel-blade-lint
2.0.1
Fix issue #8
- Update README to include standard help output and bug reporting section
- Properly handle exception from reading file or blade compiler (fixes #8)
- Fix reported process count if number of files to process is less than the number of detected CPU cores
Full changelog: 2.0.0...2.0.1
2.0.0
Add multi-processing
- Add StyleCI badge
- Fix coding style
- Add StyleCI configuration file
- Initial implementation of multi-processing
- Add Makefile
- Add processes parameter, split files into chunks to prepare for per process processing
- Add development tools php-cs-fixer, phpcpd
Full changelog: 1.0.7...2.0.0
Fixed bug in displaying error in compilation, updated README to show badges
feature: adding paths as optional array argument
Merge pull request #5 from bdelespierre/master feature: adding paths as optional array argument
feature: replacing temp file by proc_open mecanics (#2)
Merge pull request #3 from bdelespierre/master feature: replacing temp file by proc_open mecanics (#2)