|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
4 | 4 |
|
5 |
| -### [0.9.3](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.9.1...v0.9.3) (2019-08-04) |
| 5 | +### [0.9.4](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.9.3...v0.9.4) (2019-08-04) |
| 6 | + |
| 7 | +### Bug Fixes |
6 | 8 |
|
| 9 | +- adjacent jsx nodes should be allowed in mdx ([8456381](https://github.com/rx-ts/eslint-plugin-mdx/commit/8456381)) |
| 10 | + |
| 11 | +### [0.9.3](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.9.1...v0.9.3) (2019-08-04) |
7 | 12 |
|
8 | 13 | ### Bug Fixes
|
9 | 14 |
|
10 |
| -* error from typescript parser in plain object ([f634e40](https://github.com/rx-ts/eslint-plugin-mdx/commit/f634e40)) |
| 15 | +- error from typescript parser in plain object ([f634e40](https://github.com/rx-ts/eslint-plugin-mdx/commit/f634e40)) |
11 | 16 |
|
12 | 17 | ### [0.9.1](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.9.0...v0.9.1) (2019-08-03)
|
13 | 18 |
|
14 |
| - |
15 | 19 | ### Bug Fixes
|
16 | 20 |
|
17 |
| -* always extends base config ([530160a](https://github.com/rx-ts/eslint-plugin-mdx/commit/530160a)) |
| 21 | +- always extends base config ([530160a](https://github.com/rx-ts/eslint-plugin-mdx/commit/530160a)) |
18 | 22 |
|
19 | 23 | ## [0.9.0](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.8.1...v0.9.0) (2019-08-03)
|
20 | 24 |
|
21 |
| - |
22 | 25 | ### Features
|
23 | 26 |
|
24 |
| -* support other extensions, detect parsers automatically ([5386098](https://github.com/rx-ts/eslint-plugin-mdx/commit/5386098)) |
| 27 | +- support other extensions, detect parsers automatically ([5386098](https://github.com/rx-ts/eslint-plugin-mdx/commit/5386098)) |
25 | 28 |
|
26 | 29 | ### [0.8.1](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.7.1...v0.8.1) (2019-08-03)
|
27 | 30 |
|
28 |
| - |
29 | 31 | ### Features
|
30 | 32 |
|
31 |
| -* split into two packages, use lerna as publisher ([#22](https://github.com/rx-ts/eslint-plugin-mdx/issues/22)) ([349b1ff](https://github.com/rx-ts/eslint-plugin-mdx/commit/349b1ff)), closes [#21](https://github.com/rx-ts/eslint-plugin-mdx/issues/21) |
| 33 | +- split into two packages, use lerna as publisher ([#22](https://github.com/rx-ts/eslint-plugin-mdx/issues/22)) ([349b1ff](https://github.com/rx-ts/eslint-plugin-mdx/commit/349b1ff)), closes [#21](https://github.com/rx-ts/eslint-plugin-mdx/issues/21) |
32 | 34 |
|
33 | 35 | ## [0.8.0](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.7.1...v0.8.0) (2019-08-03)
|
34 | 36 |
|
35 |
| - |
36 | 37 | ### Features
|
37 | 38 |
|
38 |
| -* split into two packages, use lerna as publisher ([#22](https://github.com/rx-ts/eslint-plugin-mdx/issues/22)) ([349b1ff](https://github.com/rx-ts/eslint-plugin-mdx/commit/349b1ff)), closes [#21](https://github.com/rx-ts/eslint-plugin-mdx/issues/21) |
| 39 | +- split into two packages, use lerna as publisher ([#22](https://github.com/rx-ts/eslint-plugin-mdx/issues/22)) ([349b1ff](https://github.com/rx-ts/eslint-plugin-mdx/commit/349b1ff)), closes [#21](https://github.com/rx-ts/eslint-plugin-mdx/issues/21) |
39 | 40 |
|
40 | 41 | ### [0.7.1](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.7.0...v0.7.1) (2019-08-03)
|
41 | 42 |
|
42 |
| - |
43 | 43 | ### Features
|
44 | 44 |
|
45 |
| -* export a parse function for compatibility usage ([0fdaf9f](https://github.com/rx-ts/eslint-plugin-mdx/commit/0fdaf9f)) |
| 45 | +- export a parse function for compatibility usage ([0fdaf9f](https://github.com/rx-ts/eslint-plugin-mdx/commit/0fdaf9f)) |
46 | 46 |
|
47 | 47 | ## [0.7.0](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.6.0...v0.7.0) (2019-08-02)
|
48 | 48 |
|
49 |
| - |
50 | 49 | ### Features
|
51 | 50 |
|
52 |
| -* add new rule no-unescaped-entities ([dca8633](https://github.com/rx-ts/eslint-plugin-mdx/commit/dca8633)) |
| 51 | +- add new rule no-unescaped-entities ([dca8633](https://github.com/rx-ts/eslint-plugin-mdx/commit/dca8633)) |
53 | 52 |
|
54 | 53 | ## [0.6.0](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.5.0...v0.6.0) (2019-08-02)
|
55 | 54 |
|
56 |
| - |
57 | 55 | ### Features
|
58 | 56 |
|
59 |
| -* add new rule `no-jsx-html-comments`, close [#13](https://github.com/rx-ts/eslint-plugin-mdx/issues/13) ([67ba91e](https://github.com/rx-ts/eslint-plugin-mdx/commit/67ba91e)) |
60 |
| -* processor support for normalize comments in jsx [ci skip] ([114831c](https://github.com/rx-ts/eslint-plugin-mdx/commit/114831c)) |
| 57 | +- add new rule `no-jsx-html-comments`, close [#13](https://github.com/rx-ts/eslint-plugin-mdx/issues/13) ([67ba91e](https://github.com/rx-ts/eslint-plugin-mdx/commit/67ba91e)) |
| 58 | +- processor support for normalize comments in jsx [ci skip](<[114831c](https://github.com/rx-ts/eslint-plugin-mdx/commit/114831c)>) |
61 | 59 |
|
62 | 60 | ## [0.5.0](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.4.1...v0.5.0) (2019-07-31)
|
63 | 61 |
|
64 |
| - |
65 | 62 | ### Features
|
66 | 63 |
|
67 |
| -* add `@rxts/mdx/no-unused-expressions` rule to replace eslint's ([5d62b55](https://github.com/rx-ts/eslint-plugin-mdx/commit/5d62b55)) |
| 64 | +- add `@rxts/mdx/no-unused-expressions` rule to replace eslint's ([5d62b55](https://github.com/rx-ts/eslint-plugin-mdx/commit/5d62b55)) |
68 | 65 |
|
69 | 66 | ## [0.4.1](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.4.0...v0.4.1) (2019-07-31)
|
70 | 67 |
|
71 |
| - |
72 | 68 | ### Features
|
73 | 69 |
|
74 |
| -* perf: extract `parseMdx`, exports everything in package ([1f965a1](https://github.com/rx-ts/eslint-plugin-mdx/commit/1f965a1)) |
| 70 | +- perf: extract `parseMdx`, exports everything in package ([1f965a1](https://github.com/rx-ts/eslint-plugin-mdx/commit/1f965a1)) |
75 | 71 |
|
76 | 72 | ## [0.4.0](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.3.1...v0.4.0) (2019-07-31)
|
77 | 73 |
|
78 |
| - |
79 | 74 | ### Features
|
80 | 75 |
|
81 |
| -* add body and comments into ast, fix [#12](https://github.com/rx-ts/eslint-plugin-mdx/issues/12) ([5b28bd5](https://github.com/rx-ts/eslint-plugin-mdx/commit/5b28bd5)) |
| 76 | +- add body and comments into ast, fix [#12](https://github.com/rx-ts/eslint-plugin-mdx/issues/12) ([5b28bd5](https://github.com/rx-ts/eslint-plugin-mdx/commit/5b28bd5)) |
82 | 77 |
|
83 | 78 | ### [0.3.1](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.3.0...v0.3.1) (2019-07-30)
|
84 | 79 |
|
85 |
| - |
86 | 80 | ### Bug Fixes
|
87 | 81 |
|
88 |
| -* `.*` could not match multi lines, use `[\s\S]*` instead, close [#4](https://github.com/rx-ts/eslint-plugin-mdx/issues/4) ([f7e7efe](https://github.com/rx-ts/eslint-plugin-mdx/commit/f7e7efe)) |
| 82 | +- `.*` could not match multi lines, use `[\s\S]*` instead, close [#4](https://github.com/rx-ts/eslint-plugin-mdx/issues/4) ([f7e7efe](https://github.com/rx-ts/eslint-plugin-mdx/commit/f7e7efe)) |
89 | 83 |
|
90 | 84 | ## [0.3.0](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.2.1...v0.3.0) (2019-07-30)
|
91 | 85 |
|
92 |
| - |
93 | 86 | ### Bug Fixes
|
94 | 87 |
|
95 |
| -* inline jsx and comment parsing error, close [#4](https://github.com/rx-ts/eslint-plugin-mdx/issues/4), [#7](https://github.com/rx-ts/eslint-plugin-mdx/issues/7) ([5297a0b](https://github.com/rx-ts/eslint-plugin-mdx/commit/5297a0b)) |
| 88 | +- inline jsx and comment parsing error, close [#4](https://github.com/rx-ts/eslint-plugin-mdx/issues/4), [#7](https://github.com/rx-ts/eslint-plugin-mdx/issues/7) ([5297a0b](https://github.com/rx-ts/eslint-plugin-mdx/commit/5297a0b)) |
96 | 89 |
|
97 | 90 | ### [0.2.1](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.2.0...v0.2.1) (2019-07-30)
|
98 | 91 |
|
99 |
| - |
100 | 92 | ### Bug Fixes
|
101 | 93 |
|
102 |
| -* eslint@5 is actually supported ([e470ddc](https://github.com/rx-ts/eslint-plugin-mdx/commit/e470ddc)) |
| 94 | +- eslint@5 is actually supported ([e470ddc](https://github.com/rx-ts/eslint-plugin-mdx/commit/e470ddc)) |
103 | 95 |
|
104 | 96 | ## [0.2.0](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.1.3...v0.2.0) (2019-07-30)
|
105 | 97 |
|
106 |
| - |
107 | 98 | ### Features
|
108 | 99 |
|
109 |
| -* support custom parser like babel-eslint ([b718574](https://github.com/rx-ts/eslint-plugin-mdx/commit/b718574)) |
| 100 | +- support custom parser like babel-eslint ([b718574](https://github.com/rx-ts/eslint-plugin-mdx/commit/b718574)) |
110 | 101 |
|
111 | 102 | ### [0.1.3](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.1.2...v0.1.3) (2019-07-29)
|
112 | 103 |
|
113 |
| - |
114 | 104 | ### Bug Fixes
|
115 | 105 |
|
116 |
| -* upgrade peer dependency eslint to >= 6.0.0 ([#3](https://github.com/rx-ts/eslint-plugin-mdx/issues/3) [#4](https://github.com/rx-ts/eslint-plugin-mdx/issues/4)) ([f0ab288](https://github.com/rx-ts/eslint-plugin-mdx/commit/f0ab288)) |
| 106 | +- upgrade peer dependency eslint to >= 6.0.0 ([#3](https://github.com/rx-ts/eslint-plugin-mdx/issues/3) [#4](https://github.com/rx-ts/eslint-plugin-mdx/issues/4)) ([f0ab288](https://github.com/rx-ts/eslint-plugin-mdx/commit/f0ab288)) |
117 | 107 |
|
118 | 108 | ### [0.1.2](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.1.1...v0.1.2) (2019-07-29)
|
119 | 109 |
|
120 |
| - |
121 | 110 | ### Bug Fixes
|
122 | 111 |
|
123 |
| -* show correct column and line on lint error ([90c5390](https://github.com/rx-ts/eslint-plugin-mdx/commit/90c5390)) |
| 112 | +- show correct column and line on lint error ([90c5390](https://github.com/rx-ts/eslint-plugin-mdx/commit/90c5390)) |
124 | 113 |
|
125 | 114 | ### [0.1.1](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.1.0...v0.1.1) (2019-07-29)
|
126 | 115 |
|
127 |
| - |
128 | 116 | ### Bug Fixes
|
129 | 117 |
|
130 |
| -* overrides in node_modules seems not working ([d2f1535](https://github.com/rx-ts/eslint-plugin-mdx/commit/d2f1535)) |
| 118 | +- overrides in node_modules seems not working ([d2f1535](https://github.com/rx-ts/eslint-plugin-mdx/commit/d2f1535)) |
131 | 119 |
|
132 | 120 | ## 0.1.0 (2019-07-29)
|
133 | 121 |
|
134 |
| - |
135 | 122 | ### Features
|
136 | 123 |
|
137 |
| -* traverse ast nodes ([6a71e25](https://github.com/rx-ts/eslint-plugin-mdx/commit/6a71e25)) |
| 124 | +- traverse ast nodes ([6a71e25](https://github.com/rx-ts/eslint-plugin-mdx/commit/6a71e25)) |
0 commit comments