UNPKG

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