|
1 |
| -# Change Log |
2 |
| - |
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 |
| - |
5 |
| -<a name="3.0.0"></a> |
6 |
| -# [3.0.0](https://github.com/webpack-contrib/eslint-config-webpack/compare/v2.0.4...v3.0.0) (2018-10-01) |
7 |
| - |
8 |
| - |
9 |
| -### Chores |
10 |
| - |
11 |
| -* **package:** update `eslint` v4.13.1...5.6.0 (`devDependencies|peerDependencies`) ([a5a6594](https://github.com/webpack-contrib/eslint-config-webpack/commit/a5a6594)) |
12 |
| - |
13 |
| - |
14 |
| -### BREAKING CHANGES |
15 |
| - |
16 |
| -* **package:** minimum require `eslint` version is now `5.6.0` |
17 |
| - |
18 |
| - |
19 |
| - |
20 |
| -<a name="2.0.4"></a> |
21 |
| -## [2.0.4](https://github.com/webpack-contrib/eslint-config-webpack/compare/v2.0.3...v2.0.4) (2018-04-01) |
22 |
| - |
23 |
| - |
24 |
| -### Bug Fixes |
25 |
| - |
26 |
| -* **import/order:** Incorrect config syntax ([fe40e36](https://github.com/webpack-contrib/eslint-config-webpack/commit/fe40e36)) |
27 |
| - |
28 |
| - |
29 |
| - |
30 |
| -<a name="2.0.3"></a> |
31 |
| -## [2.0.3](https://github.com/webpack-contrib/eslint-config-webpack/compare/v2.0.2...v2.0.3) (2018-04-01) |
32 |
| - |
33 |
| - |
34 |
| -### Bug Fixes |
35 |
| - |
36 |
| -* **import/order:** Chage import order from error to warn ([960c93f](https://github.com/webpack-contrib/eslint-config-webpack/commit/960c93f)) |
37 |
| -* **import/order:** Update rule to not conflict with prettier ([a8635f0](https://github.com/webpack-contrib/eslint-config-webpack/commit/a8635f0)) |
38 |
| - |
39 |
| - |
40 |
| - |
41 |
| -<a name="2.0.2"></a> |
42 |
| -## [2.0.2](https://github.com/webpack-contrib/eslint-config-webpack/compare/v2.0.1...v2.0.2) (2017-12-17) |
43 |
| - |
44 |
| - |
45 |
| -### Bug Fixes |
46 |
| - |
47 |
| -* All nested ternary ([943e3f9](https://github.com/webpack-contrib/eslint-config-webpack/commit/943e3f9)) |
48 |
| -* Warn for dynamic require ([93154f3](https://github.com/webpack-contrib/eslint-config-webpack/commit/93154f3)) |
49 |
| -* Warn for global require ([f805656](https://github.com/webpack-contrib/eslint-config-webpack/commit/f805656)) |
50 |
| -* Warn on deconstructing ([5c281f1](https://github.com/webpack-contrib/eslint-config-webpack/commit/5c281f1)) |
51 |
| -* Warn on param reasign ([9067359](https://github.com/webpack-contrib/eslint-config-webpack/commit/9067359)) |
52 |
| - |
53 |
| - |
54 |
| - |
55 |
| -<a name="2.0.1"></a> |
56 |
| -## [2.0.1](https://github.com/webpack-contrib/eslint-config-webpack/compare/v2.0.0...v2.0.1) (2017-12-14) |
57 |
| - |
58 |
| - |
59 |
| -### Chore |
60 |
| - |
61 |
| -* Scopes package under contrib npm org ([d589b67](https://github.com/webpack-contrib/eslint-config-webpack/commit/d589b67)) |
62 |
| - |
63 |
| - |
64 |
| - |
65 |
| -<a name="2.0.0"></a> |
66 |
| -# [2.0.0](https://github.com/webpack-contrib/eslint-config-webpack/compare/v1.2.5...v2.0.0) (2017-12-14) |
67 |
| - |
68 |
| - |
69 |
| -### Bug Fixes |
70 |
| - |
71 |
| -* **style issues:** Typo in `new parens` rule ([7b7c012](https://github.com/webpack-contrib/eslint-config-webpack/commit/7b7c012)) |
72 |
| - |
73 |
| - |
74 |
| -### Code Refactoring |
75 |
| - |
76 |
| -* **best practices:** Update rules for Prettier integration ([385aac8](https://github.com/webpack-contrib/eslint-config-webpack/commit/385aac8)) |
77 |
| -* **es6:** Update rules for Prettier integration ([2798140](https://github.com/webpack-contrib/eslint-config-webpack/commit/2798140)) |
78 |
| -* **possible errors:** Update rules for Prettier integration ([c95baae](https://github.com/webpack-contrib/eslint-config-webpack/commit/c95baae)) |
79 |
| -* **style issues:** Update rules for Prettier integration ([4018072](https://github.com/webpack-contrib/eslint-config-webpack/commit/4018072)) |
80 |
| - |
81 |
| - |
82 |
| -### BREAKING CHANGES |
83 |
| - |
84 |
| -* **style issues:** Requires min eslint version of 4.x. |
85 |
| -* **style issues:** Multiple rules disabled and handled by Prettier, this will change code style for defaults based projects. |
86 |
| - |
87 |
| -Upgrade: After upgrading with defaults, any editor Prettier plugin can be used to update style. The pre-commit hook will also fix & write the prettier changes. |
88 |
| -* **possible errors:** Requires min eslint version of 4.x. |
89 |
| -* **possible errors:** Multiple rules disabled and handled by Prettier, this will change code style for defaults based projects. |
90 |
| - |
91 |
| -Upgrade: After upgrading with defaults, any editor Prettier plugin can be used to update style. The pre-commit hook will also fix & write the prettier changes. |
92 |
| -* **es6:** Requires min eslint version of 4.x. |
93 |
| -* **es6:** Multiple rules disabled and handled by Prettier, this will change code style for defaults based projects. |
94 |
| - |
95 |
| -Upgrade: After upgrading with defaults, any editor Prettier plugin can be used to update style. The pre-commit hook will also fix & write the prettier changes. |
96 |
| -* **best practices:** Requires min eslint version of 4.x. |
97 |
| -* **best practices:** Multiple rules disabled and handled by Prettier, this will change code style for defaults based projects. |
98 |
| - |
99 |
| -Upgrade: After upgrading with defaults, any editor Prettier plugin can be used to update style. The pre-commit hook will also fix & write the prettier changes. |
100 |
| - |
101 |
| - |
102 |
| - |
103 |
| -<a name="1.2.5"></a> |
104 |
| -## [1.2.5](https://github.com/webpack-contrib/eslint-config-webpack/compare/v1.2.4...v1.2.5) (2017-06-12) |
105 |
| - |
106 |
| - |
107 |
| -### Bug Fixes |
108 |
| - |
109 |
| -* peerDep range ([3200392](https://github.com/webpack-contrib/eslint-config-webpack/commit/3200392)) |
110 |
| - |
111 |
| - |
112 |
| - |
113 |
| -<a name="1.2.4"></a> |
114 |
| -## [1.2.4](https://github.com/webpack-contrib/eslint-config-webpack/compare/v1.2.3...v1.2.4) (2017-06-12) |
115 |
| - |
116 |
| - |
117 |
| -### Bug Fixes |
118 |
| - |
119 |
| -* Allow eslint 4.x via peerDep ([74b078b](https://github.com/webpack-contrib/eslint-config-webpack/commit/74b078b)) |
120 |
| - |
121 |
| - |
122 |
| - |
123 |
| -<a name="1.2.3"></a> |
124 |
| -## [1.2.3](https://github.com/webpack-contrib/eslint-config-webpack/compare/v1.2.2...v1.2.3) (2017-05-08) |
125 |
| - |
126 |
| - |
127 |
| -### Bug Fixes |
128 |
| - |
129 |
| -* **underscore-dangle:** added exception for __dirname ([#9](https://github.com/webpack-contrib/eslint-config-webpack/issues/9)) ([213c417](https://github.com/webpack-contrib/eslint-config-webpack/commit/213c417)) |
130 |
| - |
131 |
| - |
132 |
| - |
133 |
| -<a name="1.2.2"></a> |
134 |
| -## [1.2.2](https://github.com/webpack-contrib/eslint-config-webpack/compare/v1.2.1...v1.2.2) (2017-05-01) |
135 |
| - |
136 |
| - |
137 |
| -### Bug Fixes |
138 |
| - |
139 |
| -* allow dangle for private object members ([#8](https://github.com/webpack-contrib/eslint-config-webpack/issues/8)) ([a030c90](https://github.com/webpack-contrib/eslint-config-webpack/commit/a030c90)) |
140 |
| - |
141 |
| - |
142 |
| - |
143 |
| -<a name="1.2.1"></a> |
144 |
| -## [1.2.1](https://github.com/webpack-contrib/eslint-config-webpack/compare/v1.2.0...v1.2.1) (2017-03-29) |
145 |
| - |
146 |
| - |
147 |
| -### Bug Fixes |
148 |
| - |
149 |
| -* syntax error in stylistic rules ([3a0176f](https://github.com/webpack-contrib/eslint-config-webpack/commit/3a0176f)) |
150 |
| - |
151 |
| - |
152 |
| - |
153 |
| -<a name="1.2.0"></a> |
154 |
| -# [1.2.0](https://github.com/webpack-contrib/eslint-config-webpack/compare/v1.1.1...v1.2.0) (2017-03-29) |
155 |
| - |
156 |
| - |
157 |
| -### Features |
158 |
| - |
159 |
| -* **stylistic:** allow in for loop afterthought ([#6](https://github.com/webpack-contrib/eslint-config-webpack/issues/6)) ([efe3806](https://github.com/webpack-contrib/eslint-config-webpack/commit/efe3806)) |
160 |
| - |
161 |
| - |
162 |
| - |
163 |
| -<a name="1.1.1"></a> |
164 |
| -## [1.1.1](https://github.com/webpack-contrib/eslint-config-webpack/compare/v1.1.0...v1.1.1) (2017-03-16) |
165 |
| - |
166 |
| - |
167 |
| -### Bug Fixes |
168 |
| - |
169 |
| -* **variables:** Enable ignoreRestSiblings ([9d0b234](https://github.com/webpack-contrib/eslint-config-webpack/commit/9d0b234)) |
170 |
| - |
171 |
| - |
172 |
| - |
173 |
| -<a name="1.1.0"></a> |
174 |
| -# [1.1.0](https://github.com/webpack-contrib/eslint-config-webpack/compare/v1.0.0...v1.1.0) (2017-03-05) |
175 |
| - |
176 |
| - |
177 |
| -### Features |
178 |
| - |
179 |
| -* Rule updates for defaults ([#4](https://github.com/webpack-contrib/eslint-config-webpack/issues/4)) ([b522f26](https://github.com/webpack-contrib/eslint-config-webpack/commit/b522f26)) |
180 |
| - |
181 |
| - |
182 |
| - |
183 |
| -<a name="1.0.0"></a> |
184 |
| -# [1.0.0](https://github.com/webpack-contrib/eslint-config-webpack/compare/v1.0.0-alpha.1...v1.0.0) (2017-01-28) |
185 |
| - |
186 |
| - |
187 |
| - |
188 |
| -<a name="1.0.0-alpha.1"></a> |
189 |
| -# 1.0.0-alpha.1 (2017-01-28) |
190 |
| - |
191 |
| - |
192 |
| -### Bug Fixes |
193 |
| - |
194 |
| -* **es2015:** drop deprecated rule ([7ccaef6](https://github.com/webpack-contrib/eslint-config-webpack/commit/7ccaef6)) |
195 |
| -* **node:** add env mocha to node rules ([1fc3832](https://github.com/webpack-contrib/eslint-config-webpack/commit/1fc3832)) |
196 |
| -* **rules:** update remaining v2 syntax ([71e617a](https://github.com/webpack-contrib/eslint-config-webpack/commit/71e617a)) |
197 |
| -* **stylistic:** add missing comma-dangle rule ([e47d255](https://github.com/webpack-contrib/eslint-config-webpack/commit/e47d255)) |
198 |
| - |
199 |
| - |
200 |
| -### Features |
201 |
| - |
202 |
| -* **rules:** add best practices rule set ([c4742c0](https://github.com/webpack-contrib/eslint-config-webpack/commit/c4742c0)) |
203 |
| -* **rules:** add entrypoint ([b921de4](https://github.com/webpack-contrib/eslint-config-webpack/commit/b921de4)) |
204 |
| -* **rules:** add es2015 rule set ([861edb8](https://github.com/webpack-contrib/eslint-config-webpack/commit/861edb8)) |
205 |
| -* **rules:** add imports rule set ([3e6eb77](https://github.com/webpack-contrib/eslint-config-webpack/commit/3e6eb77)) |
206 |
| -* **rules:** add node rule set ([2201d52](https://github.com/webpack-contrib/eslint-config-webpack/commit/2201d52)) |
207 |
| -* **rules:** add possible errors rule set ([08cde67](https://github.com/webpack-contrib/eslint-config-webpack/commit/08cde67)) |
208 |
| -* **rules:** add stylistic rule set ([bff21c7](https://github.com/webpack-contrib/eslint-config-webpack/commit/bff21c7)) |
209 |
| -* **rules:** add variables rule set ([daabb4f](https://github.com/webpack-contrib/eslint-config-webpack/commit/daabb4f)) |
0 commit comments