Skip to content

Releases: Magentron/laravel-blade-lint

2.0.1

04 Oct 20:04
Compare
Choose a tag to compare

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

15 Sep 17:40
Compare
Choose a tag to compare

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

03 Feb 05:39
Compare
Choose a tag to compare

feature: adding paths as optional array argument

21 Aug 09:35
6c6ccfb
Compare
Choose a tag to compare
Merge pull request #5 from bdelespierre/master

feature: adding paths as optional array argument

feature: replacing temp file by proc_open mecanics (#2)

04 Aug 08:19
c4700eb
Compare
Choose a tag to compare
Merge pull request #3 from bdelespierre/master

feature: replacing temp file by proc_open mecanics (#2)