Skip to content

Releases: editorconfig-checker/editorconfig-checker.php

8.0.0

10 Aug 06:04
ca343fc
Compare
Choose a tag to compare

Updated symfony finder component and change php platform to 7.1

09b6eef

v7.1.0

08 May 04:09
4c9e673
Compare
Choose a tag to compare
  • FEATURE: Disable singe lines via editorconfig-disable-line
  • BUGFIX: Windows compatibility with temp files for autofixing (thx to @janedbal)
  • Increase test coverage \o/

v7.0.6...v7.1.0

v7.0.6

15 Dec 17:48
Compare
Choose a tag to compare
  • BUGFIX: Patterns never match any file under Windows (thx to @GhislainPhu)

  • Change plattform to platform in composer.json

v7.0.5

08 Dec 07:14
Compare
Choose a tag to compare

BUGFIX: Initialize variable with array instead of null

because it needs to implement countable in order to call
sizeof() since PHP 7.2

v7.0.4

21 Oct 09:05
Compare
Choose a tag to compare
  • BUGIFX: Use tempnam instead of guessable name

v7.03

04 Oct 13:30
Compare
Choose a tag to compare
  • BUGFIX: Prevent runtime error when no editorconfig is found

v7.0.2

02 Sep 10:42
Compare
Choose a tag to compare
  • add DS_Store, jpeg and pdf to default excludes

v7.0.1

17 Aug 03:41
Compare
Choose a tag to compare
  • BUGFIX: Integrate tabs to spaces fix

v7.0.0

13 Aug 11:31
Compare
Choose a tag to compare
  • BREAKING: dotfiles have to explicitly excluded instead of explicitly included
  • FEATURE: shell like globbing is now possible
  • FEATURE: tabs to spaces fix
  • FEATURE: default excluded files
  • MISC: cleaner error message output
  • MISC: some colored output \o/
  • MISC: removed complexity from indentationvalidator
  • MISC: some code cleanup

v6.0.0

02 Jul 11:13
Compare
Choose a tag to compare
  • a-flag / auto-fix parameter added to automatically fix fixable errors
  • f-flag / files parameter is now renamed to l / list-files
  • psr-4 autoloading
  • .editorconfig is searched recursively until root=true