Skip to content

Releases: editorconfig-checker/editorconfig-checker.php

v5.1.1

04 May 06:19
Compare
Choose a tag to compare
  • Docs Update Code Examples
  • Fix the determination of the editorconfig rules for a specific filetype
  • code cleanup
  • less verbose logging output

v5.0.1

27 Apr 09:35
Compare
Choose a tag to compare

BUGFIX: Editorconfig rules for files in subdirectories are now identified correct again

v5.0.0

25 Apr 15:28
Compare
Choose a tag to compare
  • BREAKING CHANGE: The .editorconfig rules are now readed correctly, therefore it might use other rules for the same files as before and is releases as a major release. see #31
  • some docs update

v4.1.0

17 Mar 19:47
Compare
Choose a tag to compare
  • make the shell script safer
  • define plattform as php7
  • add a final status message
  • add the f option to see which files get checked

v4.0.2

16 Mar 12:32
Compare
Choose a tag to compare
  • fix: Issues with mixed indentation and block comments
  • fix: Issue while getFiles without dot option

v4.0.1

15 Mar 08:58
Compare
Choose a tag to compare
  • Respect block comments in case of tabs

v4.0.0

14 Mar 20:31
Compare
Choose a tag to compare
  • Switch to new namespace

v3.0.2

14 Mar 19:50
Compare
Choose a tag to compare
  • tests added
  • splited into single validators
  • modularize some more
  • rewrite logger as singleton
  • add autoloading
  • fixed bugs with endofline validator

v3.0.1

14 Feb 12:18
Compare
Choose a tag to compare

BUGFIX:
BSD doesn't recognize the -f option of readlink like mentioned here:
http://stackoverflow.com/questions/1055671/how-can-i-get-the-behavior-of-gnus-readlink-f-on-a-mac
I've implemented this like in the comments as a bugfix.

v3.0.0

09 Feb 06:15
Compare
Choose a tag to compare

Default indent style is removed - If no indent_style is supported in the global or specific file rules of your .editorconfig it will not check for indentation - else wise it will use the ones in your .editorconfig.

A bug was fixed or a feature added. If the -d|--dots option isn't provided the tool just excluded dotfiles but not dotdirs(like .git). Not dotdirs are also filtered.
Since this is a breaking change this is version 3.0.0