Releases: editorconfig-checker/editorconfig-checker.javascript
Releases · editorconfig-checker/editorconfig-checker.javascript
1.4.0
[1.4.0] - 2019-02-16
Added
- alias from
editorconfig-checker
toec
Removed
- unused dependency with security issue (glob-fs) thanks to Ruxandra Fediuc
Updated
- xo to 0.24.0 and adjusted code style
See:
1.3.3...1.4.0
1.3.3
fix critical bug in space validator
1.3.1
- disable file feature:
editorconfig-disable-file
- switch to makefile
v1.2.1
- {space,tab}-validator will returns success at empty indented line - thx @ndxbn
- dependency updates and linter adjustments
v1.2.0
- disabling single lines with
editorconfig-disable-line
v1.1.5
- update xo
- fix multiple return
v1.1.4
- fix(filter): specify end of the string explicitly
v1.1.3
- fix(filter): filter files correctly when no exclude is given
- chore(package): update jest to v22.0.0