Skip to content

Releases: mdx-js/eslint-mdx

v0.4.0

31 Jul 05:41
Compare
Choose a tag to compare

0.4.0 (2019-07-31)

Features

  • add body and comments into ast, fix #12 (5b28bd5)

v0.3.1

30 Jul 15:58
Compare
Choose a tag to compare

0.3.1 (2019-07-30)

Bug Fixes

  • .* could not match multi lines, use [\s\S]* instead, close #4 (f7e7efe)

v0.3.0

30 Jul 15:26
Compare
Choose a tag to compare

0.3.0 (2019-07-30)

Bug Fixes

  • inline jsx and comment parsing error, close #4, #7 (5297a0b)

v0.2.1

30 Jul 12:31
Compare
Choose a tag to compare

0.2.1 (2019-07-30)

Bug Fixes

  • eslint@5 is actually supported (e470ddc)

v0.2.0

30 Jul 04:48
Compare
Choose a tag to compare

0.2.0 (2019-07-30)

Features

  • support custom parser like babel-eslint (b718574)

v0.1.3

29 Jul 13:13
Compare
Choose a tag to compare

0.1.3 (2019-07-29)

Bug Fixes

  • upgrade peer dependency eslint to >= 6.0.0 (#3 #4) (f0ab288)

v0.1.2

29 Jul 09:52
Compare
Choose a tag to compare

0.1.2 (2019-07-29)

Bug Fixes

  • show correct column and line on lint error (90c5390)

v0.1.1

29 Jul 07:14
Compare
Choose a tag to compare

0.1.1 (2019-07-29)

Bug Fixes

  • overrides in node_modules seems not working (d2f1535)

v0.1.0

29 Jul 07:14
Compare
Choose a tag to compare

0.1.0 (2019-07-29)

Features