UNPKG

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