UNPKG

13 kBMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file.
4See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6## [1.6.4](https://github.com/mdx-js/eslint-mdx/compare/v1.6.3...v1.6.4) (2019-12-10)
7
8
9### Bug Fixes
10
11* change organization of project repository to mdx-js :tada: ([275b9dc](https://github.com/mdx-js/eslint-mdx/commit/275b9dce5a8b5619d873c841793ef1c5e0bf7f39))
12
13
14
15
16
17## [1.6.3](https://github.com/rx-ts/eslint-mdx/compare/v1.6.2...v1.6.3) (2019-11-11)
18
19
20### Bug Fixes
21
22* **dpes:** bump cosmiconfig to v6.0.0 ([712c872](https://github.com/rx-ts/eslint-mdx/commit/712c8726c8b7ff59f4d3620f8a2de18936dd3487))
23
24
25
26
27
28## [1.6.2](https://github.com/rx-ts/eslint-mdx/compare/v1.6.1...v1.6.2) (2019-11-03)
29
30**Note:** Version bump only for package eslint-plugin-mdx
31
32
33
34
35
36## [1.6.1](https://github.com/rx-ts/eslint-mdx/compare/v1.6.0...v1.6.1) (2019-10-23)
37
38**Note:** Version bump only for package eslint-plugin-mdx
39
40
41
42
43
44# [1.6.0](https://github.com/rx-ts/eslint-mdx/compare/v1.5.9...v1.6.0) (2019-10-23)
45
46**Note:** Version bump only for package eslint-plugin-mdx
47
48
49
50
51
52## [1.5.9](https://github.com/rx-ts/eslint-mdx/compare/v1.5.7...v1.5.9) (2019-10-22)
53
54
55### Bug Fixes
56
57* package content been cleared unexpectedly ([9b8dd3e](https://github.com/rx-ts/eslint-mdx/commit/9b8dd3e91c06088f66448939f99c33511f37fe7f))
58
59
60
61
62
63## [1.5.7](https://github.com/rx-ts/eslint-mdx/compare/v1.5.6...v1.5.7) (2019-10-22)
64
65
66### Bug Fixes
67
68* always pass through parserOptions ([6d58ad8](https://github.com/rx-ts/eslint-mdx/commit/6d58ad84e9ebed6bf2b0f057e55a0669da547ee0))
69
70
71
72
73
74## [1.5.6](https://github.com/rx-ts/eslint-mdx/compare/v1.5.5...v1.5.6) (2019-10-06)
75
76
77### Bug Fixes
78
79* **deps:** bump (dev)Dependencies, simplify output structure, prefer esm ([463ed4d](https://github.com/rx-ts/eslint-mdx/commit/463ed4d))
80
81
82
83
84
85## [1.5.5](https://github.com/rx-ts/eslint-mdx/compare/v1.5.4...v1.5.5) (2019-09-23)
86
87**Note:** Version bump only for package eslint-plugin-mdx
88
89
90
91
92
93## [1.5.4](https://github.com/rx-ts/eslint-mdx/compare/v1.5.3...v1.5.4) (2019-09-23)
94
95**Note:** Version bump only for package eslint-plugin-mdx
96
97
98
99
100
101## [1.5.3](https://github.com/rx-ts/eslint-mdx/compare/v1.5.2...v1.5.3) (2019-09-23)
102
103
104### Bug Fixes
105
106* react could be unavailable, add hardcoded component names to… ([#70](https://github.com/rx-ts/eslint-mdx/issues/70)) ([0281fb3](https://github.com/rx-ts/eslint-mdx/commit/0281fb3))
107
108
109
110
111
112## [1.5.2](https://github.com/rx-ts/eslint-mdx/compare/v1.5.1...v1.5.2) (2019-09-21)
113
114**Note:** Version bump only for package eslint-plugin-mdx
115
116
117
118
119
120## [1.5.1](https://github.com/rx-ts/eslint-mdx/compare/v1.5.0...v1.5.1) (2019-09-21)
121
122
123### Bug Fixes
124
125* correct repository field in package.json, bump devDependencies ([68799e1](https://github.com/rx-ts/eslint-mdx/commit/68799e1))
126
127
128
129
130
131# [1.5.0](https://github.com/rx-ts/eslint-mdx/compare/v1.4.6...v1.5.0) (2019-09-16)
132
133
134### Bug Fixes
135
136* ts-jest@24.1.0 breaks tests ([5dad8a5](https://github.com/rx-ts/eslint-mdx/commit/5dad8a5))
137
138
139### Features
140
141* **configs:** support overrides in recommended config for eslint>=6.4.0 ([f6ee675](https://github.com/rx-ts/eslint-mdx/commit/f6ee675))
142
143
144
145
146
147## [1.4.6](https://github.com/rx-ts/eslint-mdx/compare/v1.4.5...v1.4.6) (2019-09-09)
148
149
150### Bug Fixes
151
152* **deps:** update dependency remark-stringify to ^7.0.3 ([#61](https://github.com/rx-ts/eslint-mdx/issues/61)) ([849d9a1](https://github.com/rx-ts/eslint-mdx/commit/849d9a1))
153
154
155
156
157
158## [1.4.5](https://github.com/rx-ts/eslint-mdx/compare/v1.4.4...v1.4.5) (2019-09-09)
159
160**Note:** Version bump only for package eslint-plugin-mdx
161
162
163
164
165
166## [1.4.4](https://github.com/rx-ts/eslint-mdx/compare/v1.4.3...v1.4.4) (2019-09-09)
167
168**Note:** Version bump only for package eslint-plugin-mdx
169
170
171
172
173
174## [1.4.3](https://github.com/rx-ts/eslint-mdx/compare/v1.4.2...v1.4.3) (2019-09-07)
175
176
177### Bug Fixes
178
179* **core:** add missing dependencies although it worked ([b742150](https://github.com/rx-ts/eslint-mdx/commit/b742150))
180
181
182
183
184
185## [1.4.2](https://github.com/rx-ts/eslint-mdx/compare/v1.4.1...v1.4.2) (2019-09-04)
186
187**Note:** Version bump only for package eslint-plugin-mdx
188
189
190
191
192
193## [1.4.1](https://github.com/rx-ts/eslint-mdx/compare/v1.4.0...v1.4.1) (2019-09-01)
194
195**Note:** Version bump only for package eslint-plugin-mdx
196
197
198
199
200
201# [1.4.0](https://github.com/rx-ts/eslint-mdx/compare/v1.3.1...v1.4.0) (2019-08-22)
202
203
204### Features
205
206* add support of linting plain markdown files ([9979c79](https://github.com/rx-ts/eslint-mdx/commit/9979c79))
207
208
209
210
211
212## [1.3.1](https://github.com/rx-ts/eslint-mdx/compare/v1.3.0...v1.3.1) (2019-08-22)
213
214
215### Bug Fixes
216
217* resolve relative plugin correctly ([99de99a](https://github.com/rx-ts/eslint-mdx/commit/99de99a))
218
219
220
221
222
223# [1.3.0](https://github.com/rx-ts/eslint-mdx/compare/v1.2.1...v1.3.0) (2019-08-22)
224
225
226### Features
227
228* resolve remark plugin with prefix `remark-` automatically ([5284395](https://github.com/rx-ts/eslint-mdx/commit/5284395))
229
230
231
232
233
234## [1.2.1](https://github.com/rx-ts/eslint-mdx/compare/v1.2.0...v1.2.1) (2019-08-21)
235
236
237### Bug Fixes
238
239* auto disable rule file-extension in favor of option `extensions` ([2338345](https://github.com/rx-ts/eslint-mdx/commit/2338345))
240
241
242
243
244
245# [1.2.0](https://github.com/rx-ts/eslint-mdx/compare/v1.1.1...v1.2.0) (2019-08-21)
246
247
248### Features
249
250* add support of partial + processing with filename, close [#49](https://github.com/rx-ts/eslint-mdx/issues/49) ([4383a1e](https://github.com/rx-ts/eslint-mdx/commit/4383a1e))
251
252
253
254
255
256## [1.1.1](https://github.com/rx-ts/eslint-mdx/compare/v1.1.0...v1.1.1) (2019-08-21)
257
258
259### Bug Fixes
260
261* cosmiconfig result could be null ([f78dd01](https://github.com/rx-ts/eslint-mdx/commit/f78dd01))
262
263
264
265
266
267## [1.1.0](https://github.com/rx-ts/eslint-mdx/compare/v0.11.2...v1.1.0) (2019-08-21)
268
269
270### Features
271
272* feat: integrate with remark plugins without remark-lint, close #19 ([4b50e27](https://github.com/rx-ts/eslint-mdx/commit/4b50e27))
273* feat: rename plugin to `eslint-plugin-mdx`, thanks to @azz ([3c6fd15](https://github.com/rx-ts/eslint-mdx/commit/3c6fd15))
274
275
276
277
278
279## [0.11.2](https://github.com/rx-ts/eslint-mdx/compare/v0.11.1...v0.11.2) (2019-08-13)
280
281**Note:** Version bump only for package @rxts/eslint-plugin-mdx
282
283
284
285
286
287## [0.11.1](https://github.com/rx-ts/eslint-mdx/compare/v0.11.0...v0.11.1) (2019-08-12)
288
289**Note:** Version bump only for package @rxts/eslint-plugin-mdx
290
291
292
293
294
295# [0.11.0](https://github.com/rx-ts/eslint-mdx/compare/v0.10.0...v0.11.0) (2019-08-11)
296
297
298### Features
299
300* all rebass components considered as global variables ([a36a69b](https://github.com/rx-ts/eslint-mdx/commit/a36a69b))
301* overrides react/jsx-no-undef to allow globals ([f7d5194](https://github.com/rx-ts/eslint-mdx/commit/f7d5194))
302
303
304
305
306
307# [0.10.0](https://github.com/rx-ts/eslint-mdx/compare/v0.9.11...v0.10.0) (2019-08-11)
308
309
310### Features
311
312* remove deprecated functions, test coverage 100% ([fd2694e](https://github.com/rx-ts/eslint-mdx/commit/fd2694e))
313
314
315
316
317
318## [0.9.11](https://github.com/rx-ts/eslint-mdx/compare/v0.9.10...v0.9.11) (2019-08-10)
319
320**Note:** Version bump only for package @rxts/eslint-plugin-mdx
321
322
323
324
325
326## [0.9.10](https://github.com/rx-ts/eslint-mdx/compare/v0.9.9...v0.9.10) (2019-08-10)
327
328**Note:** Version bump only for package @rxts/eslint-plugin-mdx
329
330
331
332
333
334## [0.9.9](https://github.com/rx-ts/eslint-mdx/compare/v0.9.8...v0.9.9) (2019-08-10)
335
336**Note:** Version bump only for package @rxts/eslint-plugin-mdx
337
338
339
340
341
342## [0.9.8](https://github.com/rx-ts/eslint-mdx/compare/v0.9.6...v0.9.8) (2019-08-10)
343
344**Note:** Version bump only for package @rxts/eslint-plugin-mdx
345
346
347
348
349
350## [0.9.6](https://github.com/rx-ts/eslint-mdx/compare/v0.9.5...v0.9.6) (2019-08-07)
351
352
353### Bug Fixes
354
355* custom parser resolved undefined error ([1bbb1ff](https://github.com/rx-ts/eslint-mdx/commit/1bbb1ff))
356
357## [0.9.5](https://github.com/rx-ts/eslint-mdx/compare/v0.9.3...v0.9.5) (2019-08-05)
358
359
360### Bug Fixes
361
362* options unchangeable issue for default parser ([e76c483](https://github.com/rx-ts/eslint-mdx/commit/e76c483))
363
364## [0.9.4](https://github.com/rx-ts/eslint-mdx/compare/v0.9.3...v0.9.4) (2019-08-05)
365
366
367### Bug Fixes
368
369* adjacent jsx nodes should be allowed in mdx ([8456381](https://github.com/rx-ts/eslint-mdx/commit/8456381))
370* skip combine jsx nodes for root/jsx node ([90583f7](https://github.com/rx-ts/eslint-mdx/commit/90583f7))
371
372## [0.9.3](https://github.com/rx-ts/eslint-mdx/compare/v0.9.1...v0.9.3) (2019-08-04)
373
374
375### Bug Fixes
376
377* error from typescript parser in plain object ([f634e40](https://github.com/rx-ts/eslint-mdx/commit/f634e40))
378
379## [0.9.1](https://github.com/rx-ts/eslint-mdx/compare/v0.9.0...v0.9.1) (2019-08-03)
380
381
382### Bug Fixes
383
384* always extends base config ([530160a](https://github.com/rx-ts/eslint-mdx/commit/530160a))
385
386## [0.9.0](https://github.com/rx-ts/eslint-mdx/compare/v0.8.1...v0.9.0) (2019-08-03)
387
388
389### Features
390
391* support other extensions, detect parsers automatically ([5386098](https://github.com/rx-ts/eslint-mdx/commit/5386098))
392
393## [0.8.1](https://github.com/rx-ts/eslint-mdx/compare/v0.7.1...v0.8.1) (2019-08-03)
394
395
396### Features
397
398* split into two packages, use lerna as publisher ([#22](https://github.com/rx-ts/eslint-mdx/issues/22)) ([349b1ff](https://github.com/rx-ts/eslint-mdx/commit/349b1ff)), closes [#21](https://github.com/rx-ts/eslint-mdx/issues/21)
399
400## [0.8.0](https://github.com/rx-ts/eslint-mdx/compare/v0.7.1...v0.8.0) (2019-08-03)
401
402
403### Features
404
405* split into two packages, use lerna as publisher ([#22](https://github.com/rx-ts/eslint-mdx/issues/22)) ([349b1ff](https://github.com/rx-ts/eslint-mdx/commit/349b1ff)), closes [#21](https://github.com/rx-ts/eslint-mdx/issues/21)
406
407## [0.7.1](https://github.com/rx-ts/eslint-mdx/compare/v0.7.0...v0.7.1) (2019-08-03)
408
409
410### Features
411
412* export a parse function for compatibility usage ([0fdaf9f](https://github.com/rx-ts/eslint-mdx/commit/0fdaf9f))
413
414## [0.7.0](https://github.com/rx-ts/eslint-mdx/compare/v0.6.0...v0.7.0) (2019-08-02)
415
416
417### Features
418
419* add new rule no-unescaped-entities ([dca8633](https://github.com/rx-ts/eslint-mdx/commit/dca8633))
420
421## [0.6.0](https://github.com/rx-ts/eslint-mdx/compare/v0.5.0...v0.6.0) (2019-08-02)
422
423
424### Features
425
426* add new rule `no-jsx-html-comments`, close [#13](https://github.com/rx-ts/eslint-mdx/issues/13) ([67ba91e](https://github.com/rx-ts/eslint-mdx/commit/67ba91e))
427* processor support for normalize comments in jsx [ci skip] ([114831c](https://github.com/rx-ts/eslint-mdx/commit/114831c))
428
429## [0.5.0](https://github.com/rx-ts/eslint-mdx/compare/v0.4.1...v0.5.0) (2019-07-31)
430
431
432### Features
433
434* add `@rxts/mdx/no-unused-expressions` rule to replace eslint's ([5d62b55](https://github.com/rx-ts/eslint-mdx/commit/5d62b55))
435
436## [0.4.1](https://github.com/rx-ts/eslint-mdx/compare/v0.4.0...v0.4.1) (2019-07-31)
437
438
439### Features
440
441* perf: extract `parseMdx`, exports everything in package ([1f965a1](https://github.com/rx-ts/eslint-mdx/commit/1f965a1))
442
443## [0.4.0](https://github.com/rx-ts/eslint-mdx/compare/v0.3.1...v0.4.0) (2019-07-31)
444
445
446### Features
447
448* add body and comments into ast, fix [#12](https://github.com/rx-ts/eslint-mdx/issues/12) ([5b28bd5](https://github.com/rx-ts/eslint-mdx/commit/5b28bd5))
449
450## [0.3.1](https://github.com/rx-ts/eslint-mdx/compare/v0.3.0...v0.3.1) (2019-07-30)
451
452
453### Bug Fixes
454
455* `.*` could not match multi lines, use `[\s\S]*` instead, close [#4](https://github.com/rx-ts/eslint-mdx/issues/4) ([f7e7efe](https://github.com/rx-ts/eslint-mdx/commit/f7e7efe))
456
457## [0.3.0](https://github.com/rx-ts/eslint-mdx/compare/v0.2.1...v0.3.0) (2019-07-30)
458
459
460### Bug Fixes
461
462* inline jsx and comment parsing error, close [#4](https://github.com/rx-ts/eslint-mdx/issues/4), [#7](https://github.com/rx-ts/eslint-mdx/issues/7) ([5297a0b](https://github.com/rx-ts/eslint-mdx/commit/5297a0b))
463
464## [0.2.1](https://github.com/rx-ts/eslint-mdx/compare/v0.2.0...v0.2.1) (2019-07-30)
465
466
467### Bug Fixes
468
469* eslint@5 is actually supported ([e470ddc](https://github.com/rx-ts/eslint-mdx/commit/e470ddc))
470
471## [0.2.0](https://github.com/rx-ts/eslint-mdx/compare/v0.1.3...v0.2.0) (2019-07-30)
472
473
474### Features
475
476* support custom parser like babel-eslint ([b718574](https://github.com/rx-ts/eslint-mdx/commit/b718574))
477
478## [0.1.3](https://github.com/rx-ts/eslint-mdx/compare/v0.1.2...v0.1.3) (2019-07-29)
479
480
481### Bug Fixes
482
483* upgrade peer dependency eslint to >= 6.0.0 ([#3](https://github.com/rx-ts/eslint-mdx/issues/3) [#4](https://github.com/rx-ts/eslint-mdx/issues/4)) ([f0ab288](https://github.com/rx-ts/eslint-mdx/commit/f0ab288))
484
485## [0.1.2](https://github.com/rx-ts/eslint-mdx/compare/v0.1.1...v0.1.2) (2019-07-29)
486
487
488### Bug Fixes
489
490* show correct column and line on lint error ([90c5390](https://github.com/rx-ts/eslint-mdx/commit/90c5390))
491
492## [0.1.1](https://github.com/rx-ts/eslint-mdx/compare/v0.1.0...v0.1.1) (2019-07-29)
493
494
495### Bug Fixes
496
497* overrides in node_modules seems not working ([d2f1535](https://github.com/rx-ts/eslint-mdx/commit/d2f1535))
498
499## 0.1.0 (2019-07-29)
500
501
502### Features
503
504* traverse ast nodes ([6a71e25](https://github.com/rx-ts/eslint-mdx/commit/6a71e25))