CHANGELOG.md
1.65 KB
2017-01-25 v2.0.0
- Drop
html/xml-modesetting -
eslint --fixsupport #23 - Allow configuring HTML and XML extensions via ESLint config
- Allow configuring JS MIME types via ESLint config
- Report correct end locations of error messages
- Report correct fix ranges of error messages
2016-11-18 v1.7.0
- Ignore all warnings for non-script lines #37
2016-11-05 v1.6.0
- Patch all loaded eslint packages #28
2016-10-23 v1.5.5
- Fix typo in handlebars extension #36
2016-10-22 v1.5.4
- Support
.nunjucksfiles #35
2016-09-24 v1.5.3
- Fix tests for ESLint 3.6.0 #32
- Support
.wefiles #30
2016-08-06 v1.5.2
- Laxer way to retrieve the eslint package #27
- Support
.erbfiles #26 - Support
.tagfiles #25
2016-05-22 v1.5.1
- Republish v1.5.0 on NPM, files were missing because of npm/npm#5082
2016-05-22 v1.5.0
- Support
.handlebarsfiles - Introduce the
html/xml-modesetting and parse XML files as XML #20 - Support
.twigfiles #21 - Support the
text/ecmascript-6mime type #17
2016-02-16 v1.4.0
- Support
.phpfiles
2016-01-27 v1.3.0
- Fix crlf newlines support #16
- Introduce the
html/report-bad-indentsetting - Introduce the
html/indentsetting - Support more standard JS MIME types #15
2016-01-15 v1.2.0
- Support the
text/babelmime type - Support
.mustachefiles #11
2015-11-02 v1.1.0
- Stop non-JS lines breaking
no-multiple-empty-lines#8
2015-08-22 v1.0.4
- Check if there is some lines before striping the last line spaces #7
2015-08-17 v1.0.3
- Support
.hbsfiles
2015-06-30 v1.0.2
- Support
.vuefiles #4
2015-04-18 v1.0.1
- Fix space eating issue
- Introduce unit tests
2015-04-05 v1.0.0
- Add README
- Initial commit