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