UNPKG

20.4 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.14.1](https://github.com/mdx-js/eslint-mdx/compare/v1.14.0...v1.14.1) (2021-07-14)
7
8
9### Bug Fixes
10
11* upgrade synckit v0.3.3 for node compatibility ([#326](https://github.com/mdx-js/eslint-mdx/issues/326)) ([a8e7584](https://github.com/mdx-js/eslint-mdx/commit/a8e75842ec1114c1d3524f5b07862edb6ad0290e))
12
13
14
15
16
17# [1.14.0](https://github.com/mdx-js/eslint-mdx/compare/v1.13.0...v1.14.0) (2021-07-11)
18
19
20### Features
21
22* bump all upgradable deps, fix related usage ([#321](https://github.com/mdx-js/eslint-mdx/issues/321)) ([ea49cac](https://github.com/mdx-js/eslint-mdx/commit/ea49cacaedf72fb0bcf61aa84c3c0ea5e58f9733))
23* call `creatSyncFn` lazily for performance ([#324](https://github.com/mdx-js/eslint-mdx/issues/324)) ([29fe669](https://github.com/mdx-js/eslint-mdx/commit/29fe6699d7e900c4e0437e8d5dc4d6e7301ce600))
24
25
26
27
28
29# [1.13.0](https://github.com/mdx-js/eslint-mdx/compare/v1.12.0...v1.13.0) (2021-04-29)
30
31
32### Bug Fixes
33
34* only apply fix once for the whole file ([#309](https://github.com/mdx-js/eslint-mdx/issues/309)) ([47f100b](https://github.com/mdx-js/eslint-mdx/commit/47f100ba69ee4da5607b7411becc3f1cb340b8b7)), closes [#308](https://github.com/mdx-js/eslint-mdx/issues/308)
35
36
37### Features
38
39* fallback to async API on processSync error via synckit ([#307](https://github.com/mdx-js/eslint-mdx/issues/307)) ([94a08af](https://github.com/mdx-js/eslint-mdx/commit/94a08af03c9bcea05b7e3e3e0a0d1a9267c9a800))
40* performance improvement via cache ([a893aa7](https://github.com/mdx-js/eslint-mdx/commit/a893aa7961d64564be349ee68002287450d1726c))
41* use official eslint-plugin-markdown package ([#304](https://github.com/mdx-js/eslint-mdx/issues/304)) ([e6828be](https://github.com/mdx-js/eslint-mdx/commit/e6828bee09259511cbef5020a1f0f7c89bca9dd8))
42
43
44
45
46
47# [1.12.0](https://github.com/mdx-js/eslint-mdx/compare/v1.11.1...v1.12.0) (2021-04-05)
48
49
50### Bug Fixes
51
52* check is eslint-plugin-react available ([#299](https://github.com/mdx-js/eslint-mdx/issues/299)) ([ed82698](https://github.com/mdx-js/eslint-mdx/commit/ed826983ca21341e4eca819428f596646f0aa533))
53* result could be null in `plugins.reduce` ([#302](https://github.com/mdx-js/eslint-mdx/issues/302)) ([9ca50d0](https://github.com/mdx-js/eslint-mdx/commit/9ca50d090ed86b6d0fa8aa131f3c4e62bd83acf7))
54
55
56### Features
57
58* split markdown messages in postprocess ([#303](https://github.com/mdx-js/eslint-mdx/issues/303)) ([e8a2be0](https://github.com/mdx-js/eslint-mdx/commit/e8a2be01c74efa738c3a88d149d03386824119ca)), closes [/github.com/eslint/eslint-plugin-markdown/pull/183#discussion_r606859003](https://github.com//github.com/eslint/eslint-plugin-markdown/pull/183/issues/discussion_r606859003)
59
60
61
62
63
64## [1.11.1](https://github.com/mdx-js/eslint-mdx/compare/v1.11.0...v1.11.1) (2021-03-21)
65
66
67### Bug Fixes
68
69* add helper getPositionAt to fix incorrect loc ([#293](https://github.com/mdx-js/eslint-mdx/issues/293)) ([260a07e](https://github.com/mdx-js/eslint-mdx/commit/260a07e8bccf76508f19df9501b78a8a402e8a34)), closes [#292](https://github.com/mdx-js/eslint-mdx/issues/292)
70* clean up `rebass` which is not bundled with mdx ([#295](https://github.com/mdx-js/eslint-mdx/issues/295)) ([4974093](https://github.com/mdx-js/eslint-mdx/commit/49740939da02242f771aecdc4a6beaa48602023c))
71
72
73
74
75
76# [1.11.0](https://github.com/mdx-js/eslint-mdx/compare/v1.10.0...v1.11.0) (2021-03-18)
77
78
79### Bug Fixes
80
81* cosmiconfig returns null if no config found ([#285](https://github.com/mdx-js/eslint-mdx/issues/285)) ([52d712a](https://github.com/mdx-js/eslint-mdx/commit/52d712a96471d8f6e31320cb718dfd0c1bb7ca65))
82
83
84### Features
85
86* fix incorrect node loc ([#288](https://github.com/mdx-js/eslint-mdx/issues/288)) ([c52039c](https://github.com/mdx-js/eslint-mdx/commit/c52039c566c9f6430a414992a24e755f050c332a)), closes [#287](https://github.com/mdx-js/eslint-mdx/issues/287)
87
88
89
90
91
92# [1.10.0](https://github.com/mdx-js/eslint-mdx/compare/v1.9.1...v1.10.0) (2021-03-16)
93
94
95### Features
96
97* use eslint-plugin-markdown as processor! ([#283](https://github.com/mdx-js/eslint-mdx/issues/283)) ([abe30cb](https://github.com/mdx-js/eslint-mdx/commit/abe30cbfd62d89f700888053b01331bc74394bd2))
98* use processor to display remark reports directly ([#281](https://github.com/mdx-js/eslint-mdx/issues/281)) ([5052eb8](https://github.com/mdx-js/eslint-mdx/commit/5052eb8eb638242c940ce4f48a1245ef07dd6fe4))
99
100
101
102
103
104## [1.9.1](https://github.com/mdx-js/eslint-mdx/compare/v1.9.0...v1.9.1) (2021-03-11)
105
106**Note:** Version bump only for package eslint-plugin-mdx
107
108
109
110
111
112# [1.9.0](https://github.com/mdx-js/eslint-mdx/compare/v1.8.2...v1.9.0) (2021-02-22)
113
114
115### Bug Fixes
116
117* **deps:** update dependency eslint-plugin-react to ^7.21.2 ([204b294](https://github.com/mdx-js/eslint-mdx/commit/204b29499491d8b1a5ec3ba535bab77e783a036d))
118* **deps:** update dependency remark-mdx to ^1.6.22 ([8692bf7](https://github.com/mdx-js/eslint-mdx/commit/8692bf70c75a3987a732044a96c9162272bbbe8a))
119
120
121### Features
122
123* bump (dev)Dependencies, fix: consider first jsx node as open tag - close [#272](https://github.com/mdx-js/eslint-mdx/issues/272) ([#273](https://github.com/mdx-js/eslint-mdx/issues/273)) ([cb846e9](https://github.com/mdx-js/eslint-mdx/commit/cb846e9a565de26f2f174b54f33092bd7f523399)), closes [#207](https://github.com/mdx-js/eslint-mdx/issues/207)
124
125
126
127
128
129## [1.8.2](https://github.com/mdx-js/eslint-mdx/compare/v1.8.1...v1.8.2) (2020-08-23)
130
131**Note:** Version bump only for package eslint-plugin-mdx
132
133
134
135
136
137## [1.8.1](https://github.com/mdx-js/eslint-mdx/compare/v1.8.0...v1.8.1) (2020-08-05)
138
139**Note:** Version bump only for package eslint-plugin-mdx
140
141
142
143
144
145# [1.8.0](https://github.com/mdx-js/eslint-mdx/compare/v1.7.1...v1.8.0) (2020-08-05)
146
147
148### Features
149
150* remark-mdx is not compatible with normal markdown syntaxes ([#206](https://github.com/mdx-js/eslint-mdx/issues/206)) ([3413315](https://github.com/mdx-js/eslint-mdx/commit/3413315f2305ada846008c67fec83644a426b3b9))
151
152
153
154
155
156## [1.7.1](https://github.com/mdx-js/eslint-mdx/compare/v1.7.0...v1.7.1) (2020-07-14)
157
158
159### Bug Fixes
160
161* compatibility with typescript-eslint ([#209](https://github.com/mdx-js/eslint-mdx/issues/209)) ([28dc160](https://github.com/mdx-js/eslint-mdx/commit/28dc160ca108ca44e4f2be3a1d7d645275c2ea6c))
162
163
164
165
166
167# [1.7.0](https://github.com/mdx-js/eslint-mdx/compare/v1.6.9...v1.7.0) (2020-05-26)
168
169
170### Bug Fixes
171
172* **deps:** update dependency remark-parse to ^8.0.1 ([a16ebb0](https://github.com/mdx-js/eslint-mdx/commit/a16ebb0ba045d2f39e862a3f915fd5089f2f4594))
173
174
175### Features
176
177* catch remark process error ([80686eb](https://github.com/mdx-js/eslint-mdx/commit/80686eb0e9cb7e0f8d468d9616b85c1f7ebc6cca))
178
179
180
181
182
183## [1.6.9](https://github.com/mdx-js/eslint-mdx/compare/v1.6.8...v1.6.9) (2020-04-12)
184
185**Note:** Version bump only for package eslint-plugin-mdx
186
187
188
189
190
191## [1.6.8](https://github.com/mdx-js/eslint-mdx/compare/v1.6.6...v1.6.8) (2020-01-26)
192
193**Note:** Version bump only for package eslint-plugin-mdx
194
195
196
197
198
199## [1.6.7](https://github.com/mdx-js/eslint-mdx/compare/v1.6.5...v1.6.7) (2020-01-26)
200
201**Note:** Version bump only for package eslint-plugin-mdx
202
203
204
205
206
207## [1.6.5](https://github.com/mdx-js/eslint-mdx/compare/v1.6.4...v1.6.5) (2019-12-17)
208
209
210### Bug Fixes
211
212* add `prepublishOnly` lifecycle script, close [#116](https://github.com/mdx-js/eslint-mdx/issues/116) ([#117](https://github.com/mdx-js/eslint-mdx/issues/117)) ([785117b](https://github.com/mdx-js/eslint-mdx/commit/785117ba3178c698710907e032f59a38289a844b))
213
214
215
216
217
218## [1.6.4](https://github.com/mdx-js/eslint-mdx/compare/v1.6.3...v1.6.4) (2019-12-10)
219
220
221### Bug Fixes
222
223* change organization of project repository to mdx-js :tada: ([275b9dc](https://github.com/mdx-js/eslint-mdx/commit/275b9dce5a8b5619d873c841793ef1c5e0bf7f39))
224
225
226
227
228
229## [1.6.3](https://github.com/rx-ts/eslint-mdx/compare/v1.6.2...v1.6.3) (2019-11-11)
230
231
232### Bug Fixes
233
234* **dpes:** bump cosmiconfig to v6.0.0 ([712c872](https://github.com/rx-ts/eslint-mdx/commit/712c8726c8b7ff59f4d3620f8a2de18936dd3487))
235
236
237
238
239
240## [1.6.2](https://github.com/rx-ts/eslint-mdx/compare/v1.6.1...v1.6.2) (2019-11-03)
241
242**Note:** Version bump only for package eslint-plugin-mdx
243
244
245
246
247
248## [1.6.1](https://github.com/rx-ts/eslint-mdx/compare/v1.6.0...v1.6.1) (2019-10-23)
249
250**Note:** Version bump only for package eslint-plugin-mdx
251
252
253
254
255
256# [1.6.0](https://github.com/rx-ts/eslint-mdx/compare/v1.5.9...v1.6.0) (2019-10-23)
257
258**Note:** Version bump only for package eslint-plugin-mdx
259
260
261
262
263
264## [1.5.9](https://github.com/rx-ts/eslint-mdx/compare/v1.5.7...v1.5.9) (2019-10-22)
265
266
267### Bug Fixes
268
269* package content been cleared unexpectedly ([9b8dd3e](https://github.com/rx-ts/eslint-mdx/commit/9b8dd3e91c06088f66448939f99c33511f37fe7f))
270
271
272
273
274
275## [1.5.7](https://github.com/rx-ts/eslint-mdx/compare/v1.5.6...v1.5.7) (2019-10-22)
276
277
278### Bug Fixes
279
280* always pass through parserOptions ([6d58ad8](https://github.com/rx-ts/eslint-mdx/commit/6d58ad84e9ebed6bf2b0f057e55a0669da547ee0))
281
282
283
284
285
286## [1.5.6](https://github.com/rx-ts/eslint-mdx/compare/v1.5.5...v1.5.6) (2019-10-06)
287
288
289### Bug Fixes
290
291* **deps:** bump (dev)Dependencies, simplify output structure, prefer esm ([463ed4d](https://github.com/rx-ts/eslint-mdx/commit/463ed4d))
292
293
294
295
296
297## [1.5.5](https://github.com/rx-ts/eslint-mdx/compare/v1.5.4...v1.5.5) (2019-09-23)
298
299**Note:** Version bump only for package eslint-plugin-mdx
300
301
302
303
304
305## [1.5.4](https://github.com/rx-ts/eslint-mdx/compare/v1.5.3...v1.5.4) (2019-09-23)
306
307**Note:** Version bump only for package eslint-plugin-mdx
308
309
310
311
312
313## [1.5.3](https://github.com/rx-ts/eslint-mdx/compare/v1.5.2...v1.5.3) (2019-09-23)
314
315
316### Bug Fixes
317
318* 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))
319
320
321
322
323
324## [1.5.2](https://github.com/rx-ts/eslint-mdx/compare/v1.5.1...v1.5.2) (2019-09-21)
325
326**Note:** Version bump only for package eslint-plugin-mdx
327
328
329
330
331
332## [1.5.1](https://github.com/rx-ts/eslint-mdx/compare/v1.5.0...v1.5.1) (2019-09-21)
333
334
335### Bug Fixes
336
337* correct repository field in package.json, bump devDependencies ([68799e1](https://github.com/rx-ts/eslint-mdx/commit/68799e1))
338
339
340
341
342
343# [1.5.0](https://github.com/rx-ts/eslint-mdx/compare/v1.4.6...v1.5.0) (2019-09-16)
344
345
346### Bug Fixes
347
348* ts-jest@24.1.0 breaks tests ([5dad8a5](https://github.com/rx-ts/eslint-mdx/commit/5dad8a5))
349
350
351### Features
352
353* **configs:** support overrides in recommended config for eslint>=6.4.0 ([f6ee675](https://github.com/rx-ts/eslint-mdx/commit/f6ee675))
354
355
356
357
358
359## [1.4.6](https://github.com/rx-ts/eslint-mdx/compare/v1.4.5...v1.4.6) (2019-09-09)
360
361
362### Bug Fixes
363
364* **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))
365
366
367
368
369
370## [1.4.5](https://github.com/rx-ts/eslint-mdx/compare/v1.4.4...v1.4.5) (2019-09-09)
371
372**Note:** Version bump only for package eslint-plugin-mdx
373
374
375
376
377
378## [1.4.4](https://github.com/rx-ts/eslint-mdx/compare/v1.4.3...v1.4.4) (2019-09-09)
379
380**Note:** Version bump only for package eslint-plugin-mdx
381
382
383
384
385
386## [1.4.3](https://github.com/rx-ts/eslint-mdx/compare/v1.4.2...v1.4.3) (2019-09-07)
387
388
389### Bug Fixes
390
391* **core:** add missing dependencies although it worked ([b742150](https://github.com/rx-ts/eslint-mdx/commit/b742150))
392
393
394
395
396
397## [1.4.2](https://github.com/rx-ts/eslint-mdx/compare/v1.4.1...v1.4.2) (2019-09-04)
398
399**Note:** Version bump only for package eslint-plugin-mdx
400
401
402
403
404
405## [1.4.1](https://github.com/rx-ts/eslint-mdx/compare/v1.4.0...v1.4.1) (2019-09-01)
406
407**Note:** Version bump only for package eslint-plugin-mdx
408
409
410
411
412
413# [1.4.0](https://github.com/rx-ts/eslint-mdx/compare/v1.3.1...v1.4.0) (2019-08-22)
414
415
416### Features
417
418* add support of linting plain markdown files ([9979c79](https://github.com/rx-ts/eslint-mdx/commit/9979c79))
419
420
421
422
423
424## [1.3.1](https://github.com/rx-ts/eslint-mdx/compare/v1.3.0...v1.3.1) (2019-08-22)
425
426
427### Bug Fixes
428
429* resolve relative plugin correctly ([99de99a](https://github.com/rx-ts/eslint-mdx/commit/99de99a))
430
431
432
433
434
435# [1.3.0](https://github.com/rx-ts/eslint-mdx/compare/v1.2.1...v1.3.0) (2019-08-22)
436
437
438### Features
439
440* resolve remark plugin with prefix `remark-` automatically ([5284395](https://github.com/rx-ts/eslint-mdx/commit/5284395))
441
442
443
444
445
446## [1.2.1](https://github.com/rx-ts/eslint-mdx/compare/v1.2.0...v1.2.1) (2019-08-21)
447
448
449### Bug Fixes
450
451* auto disable rule file-extension in favor of option `extensions` ([2338345](https://github.com/rx-ts/eslint-mdx/commit/2338345))
452
453
454
455
456
457# [1.2.0](https://github.com/rx-ts/eslint-mdx/compare/v1.1.1...v1.2.0) (2019-08-21)
458
459
460### Features
461
462* 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))
463
464
465
466
467
468## [1.1.1](https://github.com/rx-ts/eslint-mdx/compare/v1.1.0...v1.1.1) (2019-08-21)
469
470
471### Bug Fixes
472
473* cosmiconfig result could be null ([f78dd01](https://github.com/rx-ts/eslint-mdx/commit/f78dd01))
474
475
476
477
478
479## [1.1.0](https://github.com/rx-ts/eslint-mdx/compare/v0.11.2...v1.1.0) (2019-08-21)
480
481
482### Features
483
484* feat: integrate with remark plugins without remark-lint, close #19 ([4b50e27](https://github.com/rx-ts/eslint-mdx/commit/4b50e27))
485* feat: rename plugin to `eslint-plugin-mdx`, thanks to @azz ([3c6fd15](https://github.com/rx-ts/eslint-mdx/commit/3c6fd15))
486
487
488
489
490
491## [0.11.2](https://github.com/rx-ts/eslint-mdx/compare/v0.11.1...v0.11.2) (2019-08-13)
492
493**Note:** Version bump only for package @rxts/eslint-plugin-mdx
494
495
496
497
498
499## [0.11.1](https://github.com/rx-ts/eslint-mdx/compare/v0.11.0...v0.11.1) (2019-08-12)
500
501**Note:** Version bump only for package @rxts/eslint-plugin-mdx
502
503
504
505
506
507# [0.11.0](https://github.com/rx-ts/eslint-mdx/compare/v0.10.0...v0.11.0) (2019-08-11)
508
509
510### Features
511
512* all rebass components considered as global variables ([a36a69b](https://github.com/rx-ts/eslint-mdx/commit/a36a69b))
513* overrides react/jsx-no-undef to allow globals ([f7d5194](https://github.com/rx-ts/eslint-mdx/commit/f7d5194))
514
515
516
517
518
519# [0.10.0](https://github.com/rx-ts/eslint-mdx/compare/v0.9.11...v0.10.0) (2019-08-11)
520
521
522### Features
523
524* remove deprecated functions, test coverage 100% ([fd2694e](https://github.com/rx-ts/eslint-mdx/commit/fd2694e))
525
526
527
528
529
530## [0.9.11](https://github.com/rx-ts/eslint-mdx/compare/v0.9.10...v0.9.11) (2019-08-10)
531
532**Note:** Version bump only for package @rxts/eslint-plugin-mdx
533
534
535
536
537
538## [0.9.10](https://github.com/rx-ts/eslint-mdx/compare/v0.9.9...v0.9.10) (2019-08-10)
539
540**Note:** Version bump only for package @rxts/eslint-plugin-mdx
541
542
543
544
545
546## [0.9.9](https://github.com/rx-ts/eslint-mdx/compare/v0.9.8...v0.9.9) (2019-08-10)
547
548**Note:** Version bump only for package @rxts/eslint-plugin-mdx
549
550
551
552
553
554## [0.9.8](https://github.com/rx-ts/eslint-mdx/compare/v0.9.6...v0.9.8) (2019-08-10)
555
556**Note:** Version bump only for package @rxts/eslint-plugin-mdx
557
558
559
560
561
562## [0.9.6](https://github.com/rx-ts/eslint-mdx/compare/v0.9.5...v0.9.6) (2019-08-07)
563
564
565### Bug Fixes
566
567* custom parser resolved undefined error ([1bbb1ff](https://github.com/rx-ts/eslint-mdx/commit/1bbb1ff))
568
569## [0.9.5](https://github.com/rx-ts/eslint-mdx/compare/v0.9.3...v0.9.5) (2019-08-05)
570
571
572### Bug Fixes
573
574* options unchangeable issue for default parser ([e76c483](https://github.com/rx-ts/eslint-mdx/commit/e76c483))
575
576## [0.9.4](https://github.com/rx-ts/eslint-mdx/compare/v0.9.3...v0.9.4) (2019-08-05)
577
578
579### Bug Fixes
580
581* adjacent jsx nodes should be allowed in mdx ([8456381](https://github.com/rx-ts/eslint-mdx/commit/8456381))
582* skip combine jsx nodes for root/jsx node ([90583f7](https://github.com/rx-ts/eslint-mdx/commit/90583f7))
583
584## [0.9.3](https://github.com/rx-ts/eslint-mdx/compare/v0.9.1...v0.9.3) (2019-08-04)
585
586
587### Bug Fixes
588
589* error from typescript parser in plain object ([f634e40](https://github.com/rx-ts/eslint-mdx/commit/f634e40))
590
591## [0.9.1](https://github.com/rx-ts/eslint-mdx/compare/v0.9.0...v0.9.1) (2019-08-03)
592
593
594### Bug Fixes
595
596* always extends base config ([530160a](https://github.com/rx-ts/eslint-mdx/commit/530160a))
597
598## [0.9.0](https://github.com/rx-ts/eslint-mdx/compare/v0.8.1...v0.9.0) (2019-08-03)
599
600
601### Features
602
603* support other extensions, detect parsers automatically ([5386098](https://github.com/rx-ts/eslint-mdx/commit/5386098))
604
605## [0.8.1](https://github.com/rx-ts/eslint-mdx/compare/v0.7.1...v0.8.1) (2019-08-03)
606
607
608### Features
609
610* 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)
611
612## [0.8.0](https://github.com/rx-ts/eslint-mdx/compare/v0.7.1...v0.8.0) (2019-08-03)
613
614
615### Features
616
617* 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)
618
619## [0.7.1](https://github.com/rx-ts/eslint-mdx/compare/v0.7.0...v0.7.1) (2019-08-03)
620
621
622### Features
623
624* export a parse function for compatibility usage ([0fdaf9f](https://github.com/rx-ts/eslint-mdx/commit/0fdaf9f))
625
626## [0.7.0](https://github.com/rx-ts/eslint-mdx/compare/v0.6.0...v0.7.0) (2019-08-02)
627
628
629### Features
630
631* add new rule no-unescaped-entities ([dca8633](https://github.com/rx-ts/eslint-mdx/commit/dca8633))
632
633## [0.6.0](https://github.com/rx-ts/eslint-mdx/compare/v0.5.0...v0.6.0) (2019-08-02)
634
635
636### Features
637
638* 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))
639* processor support for normalize comments in jsx [ci skip] ([114831c](https://github.com/rx-ts/eslint-mdx/commit/114831c))
640
641## [0.5.0](https://github.com/rx-ts/eslint-mdx/compare/v0.4.1...v0.5.0) (2019-07-31)
642
643
644### Features
645
646* add `@rxts/mdx/no-unused-expressions` rule to replace eslint's ([5d62b55](https://github.com/rx-ts/eslint-mdx/commit/5d62b55))
647
648## [0.4.1](https://github.com/rx-ts/eslint-mdx/compare/v0.4.0...v0.4.1) (2019-07-31)
649
650
651### Features
652
653* perf: extract `parseMdx`, exports everything in package ([1f965a1](https://github.com/rx-ts/eslint-mdx/commit/1f965a1))
654
655## [0.4.0](https://github.com/rx-ts/eslint-mdx/compare/v0.3.1...v0.4.0) (2019-07-31)
656
657
658### Features
659
660* 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))
661
662## [0.3.1](https://github.com/rx-ts/eslint-mdx/compare/v0.3.0...v0.3.1) (2019-07-30)
663
664
665### Bug Fixes
666
667* `.*` 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))
668
669## [0.3.0](https://github.com/rx-ts/eslint-mdx/compare/v0.2.1...v0.3.0) (2019-07-30)
670
671
672### Bug Fixes
673
674* 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))
675
676## [0.2.1](https://github.com/rx-ts/eslint-mdx/compare/v0.2.0...v0.2.1) (2019-07-30)
677
678
679### Bug Fixes
680
681* eslint@5 is actually supported ([e470ddc](https://github.com/rx-ts/eslint-mdx/commit/e470ddc))
682
683## [0.2.0](https://github.com/rx-ts/eslint-mdx/compare/v0.1.3...v0.2.0) (2019-07-30)
684
685
686### Features
687
688* support custom parser like babel-eslint ([b718574](https://github.com/rx-ts/eslint-mdx/commit/b718574))
689
690## [0.1.3](https://github.com/rx-ts/eslint-mdx/compare/v0.1.2...v0.1.3) (2019-07-29)
691
692
693### Bug Fixes
694
695* 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))
696
697## [0.1.2](https://github.com/rx-ts/eslint-mdx/compare/v0.1.1...v0.1.2) (2019-07-29)
698
699
700### Bug Fixes
701
702* show correct column and line on lint error ([90c5390](https://github.com/rx-ts/eslint-mdx/commit/90c5390))
703
704## [0.1.1](https://github.com/rx-ts/eslint-mdx/compare/v0.1.0...v0.1.1) (2019-07-29)
705
706
707### Bug Fixes
708
709* overrides in node_modules seems not working ([d2f1535](https://github.com/rx-ts/eslint-mdx/commit/d2f1535))
710
711## 0.1.0 (2019-07-29)
712
713
714### Features
715
716* traverse ast nodes ([6a71e25](https://github.com/rx-ts/eslint-mdx/commit/6a71e25))