Skip to content

Releases: mdx-js/eslint-mdx

v1.4.2

04 Sep 23:42
Compare
Choose a tag to compare

1.4.2 (2019-09-04)

Bug Fixes

  • deps: update dependency remark-mdx to ^1.4.3 (#56) (b49641a)

v1.4.1

01 Sep 15:59
Compare
Choose a tag to compare

1.4.1 (2019-09-01)

Note: Version bump only for package eslint-mdx

v1.4.0

22 Aug 15:59
Compare
Choose a tag to compare

1.4.0 (2019-08-22)

Features

  • add support of linting plain markdown files (9979c79)

v1.3.1

22 Aug 14:23
Compare
Choose a tag to compare

1.3.1 (2019-08-22)

Bug Fixes

  • resolve relative plugin correctly (99de99a)

v1.3.0

22 Aug 10:33
Compare
Choose a tag to compare

1.3.0 (2019-08-22)

Features

  • resolve remark plugin with prefix remark- automatically (5284395)

v1.2.1

21 Aug 23:26
Compare
Choose a tag to compare

1.2.1 (2019-08-21)

Bug Fixes

  • auto disable rule file-extension in favor of option extensions (2338345)

v1.2.0

21 Aug 16:28
Compare
Choose a tag to compare

1.2.0 (2019-08-21)

Features

  • add support of partial + processing with filename, close #49 (4383a1e)

v1.1.1

21 Aug 08:00
Compare
Choose a tag to compare

1.1.1 (2019-08-21)

Bug Fixes

  • cosmiconfig result could be null (f78dd01)

v1.1.0

21 Aug 07:53
v1.1.0
4b50e27
Compare
Choose a tag to compare

1.1.0 (2019-08-21)

Features

  • feat: rename plugin to eslint-plugin-mdx, thanks to @azz (3c6fd15)
  • feat: integrate with remark plugins without remark-lint, close #19 (4b50e27)

v0.11.2

13 Aug 03:00
Compare
Choose a tag to compare

0.11.2 (2019-08-13)

Bug Fixes

  • use <$> instead of <> to wrap jsx blocks for parsing (#41) (3ea2d99)