UNPKG

4.53 kBMarkdownView Raw
12021-09-20 v6.2.0
2* Update dependencies
3* Fix support for ESLint v8.0.0-beta.2
4* Add .riot extension #146
5
62021-03-08 v6.1.2
7* Update htmlparser2 #141
8* Update dependencies
9
102020-11-11 v6.1.1
11* Update dependencies
12* Move from travis to github actions
13
142020-09-06 v6.1.0
15* Allow dots in extensions #127
16
172020-08-08 v6.0.3
18* Update dependencies
19
202020-04-15 v6.0.2
21* Remove npm-shrinkwrap.json from the npm package #125
22
232020-04-05 v6.0.1 (the 5th anniversary release)
24* Update dependencies
25* Run CI against eslint@next
26* Add eslint-plugin-php-markup reference to the README
27
282019-06-26 v6.0.0 (the 666 release)
29* **Breaking: drop Node 6 support**
30* Fix support for ESLint v6
31
322019-05-13 v5.0.5
33* Fix support for ESLint v6.0.0-alpha.1 (again)
34* Improved integration tests
35
362019-05-12 v5.0.4
37* Fix support for ESLint v6.0.0-alpha.1 #117
38
392019-02-02 v5.0.3
40* Fix support for `parserOptions.ecmaFeatures.globalReturn: true` while sharing scope between multiple script tags
41
422019-02-02 v5.0.2
43* Fix support for the --report-unused-disabled-directives option #111
44
452019-02-02 v5.0.1
46* Fix compatibility with ESLint 5.13.0
47* Update dependencies
48
492018-11-11 v5.0.0
50* **Breaking: drop Node 4 support**
51* **Breaking: don't lint .vue files by default**
52* Update dependencies
53
542018-09-22 v4.0.6
55* Ignore script tags with a `src` attribute #102
56* More detailed error reporting
57
582018-06-20 v4.0.5
59* Fix typo regression from v4.0.4
60
612018-06-20 v4.0.4
62* Request detailed informations when ESLint is not found
63
642018-04-11 v4.0.3
65* Prevent patching ESLint multiple times #89
66
672018-01-24 v4.0.2
68* Fix compatibility with tslint #85
69
702017-11-22 v4.0.1
71* Fix processing files after processing a HTML file without script tag #82
72
732017-11-12 v4.0.0
74* **Breaking: drop ESLint < 4.7 support**
75* **Breaking: Non-module script tags are sharing the global scope** #66
76* Lint script tags with `type="module"` by default
77
782017-09-16 v3.2.2
79* Fix ESLint 4.7 support
80
812017-09-03 v3.2.1
82* Fix ESLint 4.6 support #77
83
842017-08-12 v3.2.0
85* improve compatibility with the `prettier` plugin by ignoring the first empty script line #76
86* fix compatibility with the `eslint-comments` plugin #70
87* add some *Troubleshooting* documentation about linting template markup and Vue files
88
892017-07-18 v3.1.1
90* Fix node 4 support #71 #72
91
922017-07-11 v3.1.0
93* Remap messages "source" property to fix custom formatters support #69
94
952017-06-12 v3.0.0 [migration guide](MIGRATION_TO_V3.md)
96* **Breaking: lint script tags separately** #49 #55 #56
97* ESLint 4 support #57
98* Support nested settings in a "html" object #58
99
1002017-05-06 v2.0.3
101* No change, new version to work around a publish issue
102
1032017-05-06 v2.0.2
104* Support self-closing script tags in XHTML #52
105* Fix tests for ESLint 4.0.0-alpha.{0-2}
106
1072017-02-16 v2.0.1
108* Support for empty filenames #48
109* Support for empty files #46
110
1112017-01-25 v2.0.0
112* **Breaking: drop `html/xml-mode` setting**
113* `eslint --fix` support #23
114* Allow configuring HTML and XML extensions via ESLint config
115* Allow configuring JS MIME types via ESLint config
116* Report correct end locations of error messages
117* Report correct fix ranges of error messages
118
1192016-11-18 v1.7.0
120* Ignore all warnings for non-script lines #37
121
1222016-11-05 v1.6.0
123* Patch all loaded eslint packages #28
124
1252016-10-23 v1.5.5
126* Fix typo in handlebars extension #36
127
1282016-10-22 v1.5.4
129* Support `.nunjucks` files #35
130
1312016-09-24 v1.5.3
132* Fix tests for ESLint 3.6.0 #32
133* Support `.we` files #30
134
1352016-08-06 v1.5.2
136* Laxer way to retrieve the eslint package #27
137* Support `.erb` files #26
138* Support `.tag` files #25
139
1402016-05-22 v1.5.1
141* Republish v1.5.0 on NPM, files were missing because of npm/npm#5082
142
1432016-05-22 v1.5.0
144* Support `.handlebars` files
145* Introduce the `html/xml-mode` setting and parse XML files as XML #20
146* Support `.twig` files #21
147* Support the `text/ecmascript-6` mime type #17
148
1492016-02-16 v1.4.0
150* Support `.php` files
151
1522016-01-27 v1.3.0
153* Fix crlf newlines support #16
154* Introduce the `html/report-bad-indent` setting
155* Introduce the `html/indent` setting
156* Support more standard JS MIME types #15
157
1582016-01-15 v1.2.0
159* Support the `text/babel` mime type
160* Support `.mustache` files #11
161
1622015-11-02 v1.1.0
163* Stop non-JS lines breaking `no-multiple-empty-lines` #8
164
1652015-08-22 v1.0.4
166* Check if there is some lines before striping the last line spaces #7
167
1682015-08-17 v1.0.3
169* Support `.hbs` files
170
1712015-06-30 v1.0.2
172* Support `.vue` files #4
173
1742015-04-18 v1.0.1
175* Fix space eating issue
176* Introduce unit tests
177
1782015-04-05 v1.0.0
179* Add README
180* Initial commit