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