UNPKG

4.05 kBMarkdownView Raw
1### 2021-01-04 / 7.14.2
2
3- fix: Updated package file list.
4
5### 2021-01-03 / 7.14.1
6
7- chore: Fixed license link in README.md.
8
9### 2021-01-03 / 7.14.0
10
11- feat: Readded needed dependencies.
12
13### 2021-01-03 / 7.13.0
14
15- feat: Removed useless dependencies.
16
17### 2021-01-02 / 7.12.2
18
19- chore: Updated repository URL.
20
21### 2021-01-02 / 7.12.1
22
23- chore: Updated license file.
24
25### 2021-01-02 / 7.12.0
26
27- fix: Fixed package.json.
28
29### 2021-01-02 / 7.11.0
30
31- chore: Updated license.
32- chore: Updated dependencies, code and tools.
33
34### 2020-09-28 / 7.10.1
35
36- fix: Disable TypeScript rule.
37
38### 2020-09-28 / 7.10.0
39
40- feat: Updated to ESLint 7.x.x.
41
42### 2020-05-10 / 6.9.2
43
44- fix: Fixed React rules, again.
45
46### 2020-05-10 / 6.9.1
47
48- fix: Fixed React rules.
49
50### 2020-05-10 / 6.9.0
51
52- feat: Make browser environment explicit.
53
54### 2020-03-09 / 6.8.5
55
56- fix: Disable overly complicated rule.
57
58### 2020-03-09 / 6.8.4
59
60- fix: Typo fix.
61
62### 2020-03-09 / 6.8.3
63
64- fix: Added missing rule.
65
66### 2020-03-09 / 6.8.2
67
68- fix: Fixed wrong rules.
69
70### 2020-03-09 / 6.8.1
71
72- fix: Disable useless rules.
73
74### 2020-03-09 / 6.8.0
75
76- feat: Added TypeScript support.
77- feat: Update to ESLint 6.8.0
78
79### 2019-02-24 / 5.14.2
80
81- chore: Improve release infrastructure.
82- fix: Typo fix.
83
84### 2019-02-24 / 5.14.1
85
86- fix: Update React rule.
87
88### 2019-02-24 / 5.14.0
89
90- chore: Use proper versioning in changelog.
91
92### 2019-02-24 / 5.0.0
93
94### 2019-02-24 / 4.20.0
95
96- feat: Updated to ESLint 5.x.x.
97- chore: Use NPM for locking.
98
99### 2018-06-18 / 4.19.5
100
101- chore: Update dependencies scheme.
102
103### 2018-05-09 / 4.19.4
104
105- fix: Make function space completely optional.
106
107### 2018-05-09 / 4.19.3
108
109- fix: Fix React syntax.
110
111### 2018-05-09 / 4.19.2
112
113- fix: Do not enforce prop-types.
114
115### 2018-05-09 / 4.19.1
116
117- fix: Make compatible with prettier.
118
119### 2018-05-09 / 4.19.0
120
121- feat!: **Refactored to be based on Standard JS**.
122- feat: Removed `ember.js` since it's now included in index.
123- chore: Make `node` an alias of `index.js`.
124
125### 2018-03-11 / 4.18.1
126
127### 2018-02-20 / 4.18.0
128
129### 2018-02-20 / 4.15.1
130
131- feat: Updated license links and badges.
132
133### 2018-01-18 / 4.15.0
134
135### 2017-12-25 / 4.14.0
136
137### 2017-11-28 / 4.12.0
138
139### 2017-09-13 / 4.6.1
140
141### 2017-09-08 / 4.6.0
142
143- feat: Renamed script.
144- feat: Renamed script.
145
146### 2017-08-14 / 4.4.0
147
148### 2017-07-31 / 4.3.0
149
150### 2017-07-31 / 4.2.4
151
152- feat: Fixed CHANGELOG.
153
154### 2017-07-19 / 4.2.3
155
156- fix: Bugfix.
157
158### 2017-07-19 / 4.2.2
159
160- feat: Switched to single quotes since to be closer to StandardJS.
161
162### 2017-07-11 / 4.2.1
163
164- feat: Minor update for async functions.
165
166### 2017-07-09 / 4.2.0
167
168- feat: Updated to ESLint 4.2.0.
169
170### 2017-06-28 / 4.1.6
171
172- feat: Updated ECMA version.
173
174### 2017-06-28 / 4.1.5
175
176- feat: Fixed references.
177
178### 2017-06-28 / 4.1.4
179
180- feat: Fixed references.
181
182### 2017-06-28 / 4.1.3
183
184- feat: Fixed references.
185
186### 2017-06-28 / 4.1.2
187
188- feat: Added missing files.
189- feat: Fixed README.
190- feat: Fixed README.
191
192### 2017-06-28 / 4.1.1
193
194- feat: Fixed README.
195- feat: Fixed README.
196- feat: Updated to ESLint 4.1.1.
197
198### 2017-04-26 / 3.19.1
199
200- feat: Explicitily include jest in the active environments.
201
202### 2017-04-26 / 3.19.0
203
204- feat: Updated ESLint.
205
206### 2017-03-28 / 3.18.2
207
208- feat: Enabled allowParens for no-confusing-arrow.
209
210### 2017-03-28 / 3.18.1
211
212- feat: Disabled requireReturnForObjectLiteral for arrow-body-style.
213
214### 2017-03-28 / 3.18.0
215
216- feat: Updated to ESLint 3.18 and added the following rules: `multiline-ternary`, `newline-before-return`, `no-compare-neg-zero`, `no-dupe-class-members`, `no-restricted-globals` and `nonblock-statement-body-position`.
217- feat: Disabled the following rules: `global-require`, `no-case-declarations`, `no-extra-parens`, `no-sync` and `prefer-arrow-callback`.
218- feat: Reordered main file to match eslint.org categories.
219- feat: Added React preset.
220- feat: Updated versioning scheme to match ESLint on major and minor version.
221
222### 2017-02-06 / 1.0.2
223
224- feat: Fixed README.
225
226### 2017-02-06 / 1.0.1
227
228- feat: Fixed README.
229- fix: Import fix.
230- fix: Import fix.
231- fix: Minor fix.