Releases: editorconfig-checker/editorconfig-checker.php
Releases · editorconfig-checker/editorconfig-checker.php
8.0.0
v7.1.0
- 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
-
BUGFIX: Patterns never match any file under Windows (thx to @GhislainPhu)
-
Change plattform to platform in composer.json
v7.0.5
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
- BUGIFX: Use tempnam instead of guessable name
v7.03
- BUGFIX: Prevent runtime error when no editorconfig is found
v7.0.2
- add DS_Store, jpeg and pdf to default excludes
v7.0.1
- BUGFIX: Integrate tabs to spaces fix
v7.0.0
- 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
- 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