1 | 2024-04-22 v8.1.1
|
2 |
|
3 | - Fix compatibility with @eslint/config-inspector #267
|
4 | - Drop Jest #266
|
5 | - Update dependencies
|
6 |
|
7 | 2024-04-10 v8.1.0
|
8 |
|
9 | - Introduce the `html/ignore-tags-without-type` setting #249
|
10 | - Fix files with unknown extensions being considered as XML #257
|
11 | - Fix plugin applied even if it's not in the configuration #263
|
12 | - Update dependencies
|
13 |
|
14 | 2024-02-09 v8.0.0
|
15 |
|
16 | - **Breaking: drop Node 12 and 14 support**
|
17 | - ESLint 9 support (flat config)
|
18 |
|
19 | 2022-07-25 v7.1.0
|
20 |
|
21 | - Add support for @html-eslint and @angular-eslint/template plugins #176
|
22 |
|
23 | 2022-07-18 v7.0.0
|
24 |
|
25 | - **Breaking: drop Node 10 support**
|
26 | - Allow temporarily disabling ESLint with HTML comments
|
27 | - Allow configuring which script tag names should be considered as JavaScript #137
|
28 |
|
29 | 2021-09-20 v6.2.0
|
30 |
|
31 | - Update dependencies
|
32 | - Fix support for ESLint v8.0.0-beta.2
|
33 | - Add .riot extension #146
|
34 |
|
35 | 2021-03-08 v6.1.2
|
36 |
|
37 | - Update htmlparser2 #141
|
38 | - Update dependencies
|
39 |
|
40 | 2020-11-11 v6.1.1
|
41 |
|
42 | - Update dependencies
|
43 | - Move from travis to github actions
|
44 |
|
45 | 2020-09-06 v6.1.0
|
46 |
|
47 | - Allow dots in extensions #127
|
48 |
|
49 | 2020-08-08 v6.0.3
|
50 |
|
51 | - Update dependencies
|
52 |
|
53 | 2020-04-15 v6.0.2
|
54 |
|
55 | - Remove npm-shrinkwrap.json from the npm package #125
|
56 |
|
57 | 2020-04-05 v6.0.1 (the 5th anniversary release)
|
58 |
|
59 | - Update dependencies
|
60 | - Run CI against eslint@next
|
61 | - Add eslint-plugin-php-markup reference to the README
|
62 |
|
63 | 2019-06-26 v6.0.0 (the 666 release)
|
64 |
|
65 | - **Breaking: drop Node 6 support**
|
66 | - Fix support for ESLint v6
|
67 |
|
68 | 2019-05-13 v5.0.5
|
69 |
|
70 | - Fix support for ESLint v6.0.0-alpha.1 (again)
|
71 | - Improved integration tests
|
72 |
|
73 | 2019-05-12 v5.0.4
|
74 |
|
75 | - Fix support for ESLint v6.0.0-alpha.1 #117
|
76 |
|
77 | 2019-02-02 v5.0.3
|
78 |
|
79 | - Fix support for `parserOptions.ecmaFeatures.globalReturn: true` while sharing scope between multiple script tags
|
80 |
|
81 | 2019-02-02 v5.0.2
|
82 |
|
83 | - Fix support for the --report-unused-disabled-directives option #111
|
84 |
|
85 | 2019-02-02 v5.0.1
|
86 |
|
87 | - Fix compatibility with ESLint 5.13.0
|
88 | - Update dependencies
|
89 |
|
90 | 2018-11-11 v5.0.0
|
91 |
|
92 | - **Breaking: drop Node 4 support**
|
93 | - **Breaking: don't lint .vue files by default**
|
94 | - Update dependencies
|
95 |
|
96 | 2018-09-22 v4.0.6
|
97 |
|
98 | - Ignore script tags with a `src` attribute #102
|
99 | - More detailed error reporting
|
100 |
|
101 | 2018-06-20 v4.0.5
|
102 |
|
103 | - Fix typo regression from v4.0.4
|
104 |
|
105 | 2018-06-20 v4.0.4
|
106 |
|
107 | - Request detailed informations when ESLint is not found
|
108 |
|
109 | 2018-04-11 v4.0.3
|
110 |
|
111 | - Prevent patching ESLint multiple times #89
|
112 |
|
113 | 2018-01-24 v4.0.2
|
114 |
|
115 | - Fix compatibility with tslint #85
|
116 |
|
117 | 2017-11-22 v4.0.1
|
118 |
|
119 | - Fix processing files after processing a HTML file without script tag #82
|
120 |
|
121 | 2017-11-12 v4.0.0
|
122 |
|
123 | - **Breaking: drop ESLint < 4.7 support**
|
124 | - **Breaking: Non-module script tags are sharing the global scope** #66
|
125 | - Lint script tags with `type="module"` by default
|
126 |
|
127 | 2017-09-16 v3.2.2
|
128 |
|
129 | - Fix ESLint 4.7 support
|
130 |
|
131 | 2017-09-03 v3.2.1
|
132 |
|
133 | - Fix ESLint 4.6 support #77
|
134 |
|
135 | 2017-08-12 v3.2.0
|
136 |
|
137 | - improve compatibility with the `prettier` plugin by ignoring the first empty script line #76
|
138 | - fix compatibility with the `eslint-comments` plugin #70
|
139 | - add some _Troubleshooting_ documentation about linting template markup and Vue files
|
140 |
|
141 | 2017-07-18 v3.1.1
|
142 |
|
143 | - Fix node 4 support #71 #72
|
144 |
|
145 | 2017-07-11 v3.1.0
|
146 |
|
147 | - Remap messages "source" property to fix custom formatters support #69
|
148 |
|
149 | 2017-06-12 v3.0.0 [migration guide](MIGRATION_TO_V3.md)
|
150 |
|
151 | - **Breaking: lint script tags separately** #49 #55 #56
|
152 | - ESLint 4 support #57
|
153 | - Support nested settings in a "html" object #58
|
154 |
|
155 | 2017-05-06 v2.0.3
|
156 |
|
157 | - No change, new version to work around a publish issue
|
158 |
|
159 | 2017-05-06 v2.0.2
|
160 |
|
161 | - Support self-closing script tags in XHTML #52
|
162 | - Fix tests for ESLint 4.0.0-alpha.{0-2}
|
163 |
|
164 | 2017-02-16 v2.0.1
|
165 |
|
166 | - Support for empty filenames #48
|
167 | - Support for empty files #46
|
168 |
|
169 | 2017-01-25 v2.0.0
|
170 |
|
171 | - **Breaking: drop `html/xml-mode` setting**
|
172 | - `eslint --fix` support #23
|
173 | - Allow configuring HTML and XML extensions via ESLint config
|
174 | - Allow configuring JS MIME types via ESLint config
|
175 | - Report correct end locations of error messages
|
176 | - Report correct fix ranges of error messages
|
177 |
|
178 | 2016-11-18 v1.7.0
|
179 |
|
180 | - Ignore all warnings for non-script lines #37
|
181 |
|
182 | 2016-11-05 v1.6.0
|
183 |
|
184 | - Patch all loaded eslint packages #28
|
185 |
|
186 | 2016-10-23 v1.5.5
|
187 |
|
188 | - Fix typo in handlebars extension #36
|
189 |
|
190 | 2016-10-22 v1.5.4
|
191 |
|
192 | - Support `.nunjucks` files #35
|
193 |
|
194 | 2016-09-24 v1.5.3
|
195 |
|
196 | - Fix tests for ESLint 3.6.0 #32
|
197 | - Support `.we` files #30
|
198 |
|
199 | 2016-08-06 v1.5.2
|
200 |
|
201 | - Laxer way to retrieve the eslint package #27
|
202 | - Support `.erb` files #26
|
203 | - Support `.tag` files #25
|
204 |
|
205 | 2016-05-22 v1.5.1
|
206 |
|
207 | - Republish v1.5.0 on NPM, files were missing because of npm/npm#5082
|
208 |
|
209 | 2016-05-22 v1.5.0
|
210 |
|
211 | - Support `.handlebars` files
|
212 | - Introduce the `html/xml-mode` setting and parse XML files as XML #20
|
213 | - Support `.twig` files #21
|
214 | - Support the `text/ecmascript-6` mime type #17
|
215 |
|
216 | 2016-02-16 v1.4.0
|
217 |
|
218 | - Support `.php` files
|
219 |
|
220 | 2016-01-27 v1.3.0
|
221 |
|
222 | - Fix crlf newlines support #16
|
223 | - Introduce the `html/report-bad-indent` setting
|
224 | - Introduce the `html/indent` setting
|
225 | - Support more standard JS MIME types #15
|
226 |
|
227 | 2016-01-15 v1.2.0
|
228 |
|
229 | - Support the `text/babel` mime type
|
230 | - Support `.mustache` files #11
|
231 |
|
232 | 2015-11-02 v1.1.0
|
233 |
|
234 | - Stop non-JS lines breaking `no-multiple-empty-lines` #8
|
235 |
|
236 | 2015-08-22 v1.0.4
|
237 |
|
238 | - Check if there is some lines before striping the last line spaces #7
|
239 |
|
240 | 2015-08-17 v1.0.3
|
241 |
|
242 | - Support `.hbs` files
|
243 |
|
244 | 2015-06-30 v1.0.2
|
245 |
|
246 | - Support `.vue` files #4
|
247 |
|
248 | 2015-04-18 v1.0.1
|
249 |
|
250 | - Fix space eating issue
|
251 | - Introduce unit tests
|
252 |
|
253 | 2015-04-05 v1.0.0
|
254 |
|
255 | - Add README
|
256 | - Initial commit
|