All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.10.0 (2021-03-16)
- use eslint-plugin-markdown as processor! (#283) (abe30cb)
- use processor to display remark reports directly (#281) (5052eb8)
1.9.1 (2021-03-11)
1.9.0 (2021-02-22)
- deps: update dependency eslint-plugin-react to ^7.21.2 (204b294)
- deps: update dependency espree to ^7.3.1 (0f602e3)
- deps: update dependency remark-mdx to ^1.6.22 (8692bf7)
- bump (dev)Dependencies, fix: consider first jsx node as open tag - close #272 (#273) (cb846e9), closes #207
1.8.2 (2020-08-23)
1.8.1 (2020-08-05)
Note: Version bump only for package @mdx-js/eslint
1.8.0 (2020-08-05)
1.7.1 (2020-07-14)
- compatibility with typescript-eslint (#209) (28dc160)
- use source code to get combined jsx value (#218) (4da12a9)
1.7.0 (2020-05-26)
- deps: update dependency remark-parse to ^8.0.1 (a16ebb0)
- catch remark process error (80686eb)
1.6.9 (2020-04-12)
1.6.8 (2020-01-26)
Note: Version bump only for package @mdx-js/eslint
1.6.7 (2020-01-26)
1.6.5 (2019-12-17)
1.6.4 (2019-12-10)
- change organization of project repository to mdx-js 🎉 (275b9dc)
1.6.3 (2019-11-11)
- dpes: bump cosmiconfig to v6.0.0 (712c872)
1.6.2 (2019-11-03)
Note: Version bump only for package @rxts/eslint-mdx
1.6.1 (2019-10-23)
- handle loc and range could be undefined for babel-eslint (a98bf9d)
1.6.0 (2019-10-23)
- try all known parsers at runtime if no parser specific (b801d56)
1.5.9 (2019-10-22)
- package content been cleared unexpectedly (9b8dd3e)
1.5.7 (2019-10-22)
- always pass through parserOptions (6d58ad8)
1.5.6 (2019-10-06)
- deps: bump (dev)Dependencies, simplify output structure, prefer esm (463ed4d)
1.5.5 (2019-09-23)
Note: Version bump only for package @rxts/eslint-mdx
1.5.4 (2019-09-23)
Note: Version bump only for package @rxts/eslint-mdx
1.5.3 (2019-09-23)
1.5.2 (2019-09-21)
Note: Version bump only for package @rxts/eslint-mdx
1.5.1 (2019-09-21)
- correct repository field in package.json, bump devDependencies (68799e1)
1.5.0 (2019-09-16)
- ts-jest@24.1.0 breaks tests (5dad8a5)
- configs: support overrides in recommended config for eslint>=6.4.0 (f6ee675)
1.4.6 (2019-09-09)
1.4.5 (2019-09-09)
Note: Version bump only for package eslint-mdx
1.4.4 (2019-09-09)
1.4.3 (2019-09-07)
- core: add missing dependencies although it worked (b742150)
1.4.2 (2019-09-04)
1.4.1 (2019-09-01)
Note: Version bump only for package eslint-mdx
1.4.0 (2019-08-22)
- add support of linting plain markdown files (9979c79)
1.3.1 (2019-08-22)
- resolve relative plugin correctly (99de99a)
1.3.0 (2019-08-22)
- resolve remark plugin with prefix
remark-
automatically (5284395)
1.2.1 (2019-08-21)
- auto disable rule file-extension in favor of option
extensions
(2338345)
1.2.0 (2019-08-21)
1.1.1 (2019-08-21)
- cosmiconfig result could be null (f78dd01)
1.1.0 (2019-08-21)
- feat: integrate with remark plugins without remark-lint, close #19 (4b50e27)
- feat: rename plugin to
eslint-plugin-mdx
, thanks to @azz (3c6fd15)
0.11.2 (2019-08-13)
0.11.1 (2019-08-12)
Note: Version bump only for package eslint-mdx
0.11.0 (2019-08-11)
- all rebass components considered as global variables (a36a69b)
- overrides react/jsx-no-undef to allow globals (f7d5194)
- support top level JSX with blank lines (e59cbdc)
0.10.0 (2019-08-11)
- remove deprecated functions, test coverage 100% (fd2694e)
0.9.11 (2019-08-10)
Note: Version bump only for package eslint-mdx
0.9.10 (2019-08-10)
Note: Version bump only for package eslint-mdx
0.9.9 (2019-08-10)
- incorrect jsx html comment end location (67b74b5)
0.9.8 (2019-08-10)
- handler jsx parsing error, correct column info (3b4797d)
0.9.6 (2019-08-07)
- custom parser resolved undefined error (1bbb1ff)
0.9.5 (2019-08-05)
- options unchangeable issue for default parser (e76c483)
0.9.4 (2019-08-05)
- adjacent jsx nodes should be allowed in mdx (8456381)
- skip combine jsx nodes for root/jsx node (90583f7)
0.9.3 (2019-08-04)
- error from typescript parser in plain object (f634e40)
0.9.1 (2019-08-03)
- always extends base config (530160a)
0.9.0 (2019-08-03)
- support other extensions, detect parsers automatically (5386098)
0.8.1 (2019-08-03)
0.8.0 (2019-08-03)
0.7.1 (2019-08-03)
- export a parse function for compatibility usage (0fdaf9f)
0.7.0 (2019-08-02)
- add new rule no-unescaped-entities (dca8633)
0.6.0 (2019-08-02)
- add new rule
no-jsx-html-comments
, close #13 (67ba91e) - processor support for normalize comments in jsx [ci skip] (114831c)
0.5.0 (2019-07-31)
- add
@rxts/mdx/no-unused-expressions
rule to replace eslint's (5d62b55)
0.4.1 (2019-07-31)
- perf: extract
parseMdx
, exports everything in package (1f965a1)
0.4.0 (2019-07-31)
0.3.1 (2019-07-30)
0.3.0 (2019-07-30)
0.2.1 (2019-07-30)
- eslint@5 is actually supported (e470ddc)
0.2.0 (2019-07-30)
- support custom parser like babel-eslint (b718574)
0.1.3 (2019-07-29)
0.1.2 (2019-07-29)
- show correct column and line on lint error (90c5390)
0.1.1 (2019-07-29)
- overrides in node_modules seems not working (d2f1535)
- traverse ast nodes (6a71e25)