UNPKG

3.56 kBMarkdownView Raw
12019-02-02 v5.0.2
2* Fix support for the --report-unused-disabled-directives option #111
3
42019-02-02 v5.0.1
5* Fix compatibility with ESLint 5.13.0
6* Update dependencies
7
82018-11-11 v5.0.0
9* **Breaking: drop support of Node.js 4**
10* **Breaking: don't lint .vue files by default**
11* Update dependencies
12
132018-09-22 v4.0.6
14* Ignore script tags with a `src` attribute #102
15* More detailed error reporting
16
172018-06-20 v4.0.5
18* Fix typo regression from v4.0.4
19
202018-06-20 v4.0.4
21* Request detailed informations when ESLint is not found
22
232018-04-11 v4.0.3
24* Prevent patching ESLint multiple times #89
25
262018-01-24 v4.0.2
27* Fix compatibility with tslint #85
28
292017-11-22 v4.0.1
30* Fix processing files after processing a HTML file without script tag #82
31
322017-11-12 v4.0.0
33* **Breaking: drop ESLint < 4.7 support**
34* **Breaking: Non-module script tags are sharing the global scope** #66
35* Lint script tags with `type="module"` by default
36
372017-09-16 v3.2.2
38* Fix ESLint 4.7 support
39
402017-09-03 v3.2.1
41* Fix ESLint 4.6 support #77
42
432017-08-12 v3.2.0
44* improve compatibility with the `prettier` plugin by ignoring the first empty script line #76
45* fix compatibility with the `eslint-comments` plugin #70
46* add some *Troubleshooting* documentation about linting template markup and Vue files
47
482017-07-18 v3.1.1
49* Fix node 4 support #71 #72
50
512017-07-11 v3.1.0
52* Remap messages "source" property to fix custom formatters support #69
53
542017-06-12 v3.0.0 [migration guide](MIGRATION_TO_V3.md)
55* **Breaking: lint script tags separately** #49 #55 #56
56* ESLint 4 support #57
57* Support nested settings in a "html" object #58
58
592017-05-06 v2.0.3
60* No change, new version to work around a publish issue
61
622017-05-06 v2.0.2
63* Support self-closing script tags in XHTML #52
64* Fix tests for ESLint 4.0.0-alpha.{0-2}
65
662017-02-16 v2.0.1
67* Support for empty filenames #48
68* Support for empty files #46
69
702017-01-25 v2.0.0
71* **Breaking: drop `html/xml-mode` setting**
72* `eslint --fix` support #23
73* Allow configuring HTML and XML extensions via ESLint config
74* Allow configuring JS MIME types via ESLint config
75* Report correct end locations of error messages
76* Report correct fix ranges of error messages
77
782016-11-18 v1.7.0
79* Ignore all warnings for non-script lines #37
80
812016-11-05 v1.6.0
82* Patch all loaded eslint packages #28
83
842016-10-23 v1.5.5
85* Fix typo in handlebars extension #36
86
872016-10-22 v1.5.4
88* Support `.nunjucks` files #35
89
902016-09-24 v1.5.3
91* Fix tests for ESLint 3.6.0 #32
92* Support `.we` files #30
93
942016-08-06 v1.5.2
95* Laxer way to retrieve the eslint package #27
96* Support `.erb` files #26
97* Support `.tag` files #25
98
992016-05-22 v1.5.1
100* Republish v1.5.0 on NPM, files were missing because of npm/npm#5082
101
1022016-05-22 v1.5.0
103* Support `.handlebars` files
104* Introduce the `html/xml-mode` setting and parse XML files as XML #20
105* Support `.twig` files #21
106* Support the `text/ecmascript-6` mime type #17
107
1082016-02-16 v1.4.0
109* Support `.php` files
110
1112016-01-27 v1.3.0
112* Fix crlf newlines support #16
113* Introduce the `html/report-bad-indent` setting
114* Introduce the `html/indent` setting
115* Support more standard JS MIME types #15
116
1172016-01-15 v1.2.0
118* Support the `text/babel` mime type
119* Support `.mustache` files #11
120
1212015-11-02 v1.1.0
122* Stop non-JS lines breaking `no-multiple-empty-lines` #8
123
1242015-08-22 v1.0.4
125* Check if there is some lines before striping the last line spaces #7
126
1272015-08-17 v1.0.3
128* Support `.hbs` files
129
1302015-06-30 v1.0.2
131* Support `.vue` files #4
132
1332015-04-18 v1.0.1
134* Fix space eating issue
135* Introduce unit tests
136
1372015-04-05 v1.0.0
138* Add README
139* Initial commit