UNPKG

2.64 kBMarkdownView Raw
12017-09-16 v3.2.2
2* Fix ESLint 4.7 support
3
42017-09-03 v3.2.1
5* Fix ESLint 4.6 support #77
6
72017-08-12 v3.2.0
8* improve compatibility with the `prettier` plugin by ignoring the first empty script line #76
9* fix compatibility with the `eslint-comments` plugin #70
10* add some *Troubleshooting* documentation about linting template markup and Vue files
11
122017-07-18 v3.1.1
13* Fix node 4 support #71 #72
14
152017-07-11 v3.1.0
16* Remap messages "source" property to fix custom formatters support #69
17
182017-06-12 v3.0.0 [migration guide](MIGRATION_TO_V3.md)
19* **Breaking: lint script tags separately** #49 #55 #56
20* ESLint 4 support #57
21* Support nested settings in a "html" object #58
22
232017-05-06 v2.0.3
24* No change, new version to work around a publish issue
25
262017-05-06 v2.0.2
27* Support self-closing script tags in XHTML #52
28* Fix tests for ESLint 4.0.0-alpha.{0-2}
29
302017-02-16 v2.0.1
31* Support for empty filenames #48
32* Support for empty files #46
33
342017-01-25 v2.0.0
35* **Breaking: drop `html/xml-mode` setting**
36* `eslint --fix` support #23
37* Allow configuring HTML and XML extensions via ESLint config
38* Allow configuring JS MIME types via ESLint config
39* Report correct end locations of error messages
40* Report correct fix ranges of error messages
41
422016-11-18 v1.7.0
43* Ignore all warnings for non-script lines #37
44
452016-11-05 v1.6.0
46* Patch all loaded eslint packages #28
47
482016-10-23 v1.5.5
49* Fix typo in handlebars extension #36
50
512016-10-22 v1.5.4
52* Support `.nunjucks` files #35
53
542016-09-24 v1.5.3
55* Fix tests for ESLint 3.6.0 #32
56* Support `.we` files #30
57
582016-08-06 v1.5.2
59* Laxer way to retrieve the eslint package #27
60* Support `.erb` files #26
61* Support `.tag` files #25
62
632016-05-22 v1.5.1
64* Republish v1.5.0 on NPM, files were missing because of npm/npm#5082
65
662016-05-22 v1.5.0
67* Support `.handlebars` files
68* Introduce the `html/xml-mode` setting and parse XML files as XML #20
69* Support `.twig` files #21
70* Support the `text/ecmascript-6` mime type #17
71
722016-02-16 v1.4.0
73* Support `.php` files
74
752016-01-27 v1.3.0
76* Fix crlf newlines support #16
77* Introduce the `html/report-bad-indent` setting
78* Introduce the `html/indent` setting
79* Support more standard JS MIME types #15
80
812016-01-15 v1.2.0
82* Support the `text/babel` mime type
83* Support `.mustache` files #11
84
852015-11-02 v1.1.0
86* Stop non-JS lines breaking `no-multiple-empty-lines` #8
87
882015-08-22 v1.0.4
89* Check if there is some lines before striping the last line spaces #7
90
912015-08-17 v1.0.3
92* Support `.hbs` files
93
942015-06-30 v1.0.2
95* Support `.vue` files #4
96
972015-04-18 v1.0.1
98* Fix space eating issue
99* Introduce unit tests
100
1012015-04-05 v1.0.0
102* Add README
103* Initial commit