1 |
|
2 | # eslint-friendly-formatter - Changelog
|
3 | ## v4.0.1
|
4 | - **Build Scripts Changes**
|
5 | - Release v4.0.1 - [584f8e6]( https://github.com/royriojas/eslint-friendly-formatter/commit/584f8e6 ), [Roy Riojas](https://github.com/Roy Riojas), 08/04/2018 23:25:16
|
6 |
|
7 |
|
8 | - **Other changes**
|
9 | - Allow for null message.source - [e0fcea4]( https://github.com/royriojas/eslint-friendly-formatter/commit/e0fcea4 ), [exbinary](https://github.com/exbinary), 06/04/2018 14:03:56
|
10 |
|
11 | Addresses issue <a target="_blank" class="info-link" href="https://github.com/royriojas/eslint-friendly-formatter/issues/29"><span>#29</span></a>. Message source can be null when a Parsing error is
|
12 | encountered.
|
13 |
|
14 | - **Documentation**
|
15 | - Generate changelog - [e2d0900]( https://github.com/royriojas/eslint-friendly-formatter/commit/e2d0900 ), [Roy Riojas](https://github.com/Roy Riojas), 22/03/2018 21:00:14
|
16 |
|
17 |
|
18 | ## v4.0.0
|
19 | - **Build Scripts Changes**
|
20 | - Release v4.0.0 - [1863038]( https://github.com/royriojas/eslint-friendly-formatter/commit/1863038 ), [Roy Riojas](https://github.com/Roy Riojas), 22/03/2018 21:00:11
|
21 |
|
22 |
|
23 | - update nodejs in travis to 6x - [d0b184e]( https://github.com/royriojas/eslint-friendly-formatter/commit/d0b184e ), [Roy Riojas](https://github.com/Roy Riojas), 11/05/2017 16:38:03
|
24 |
|
25 |
|
26 | - **Bug Fixes**
|
27 | - Make tests to pass for [#23](https://github.com/royriojas/eslint-friendly-formatter/issues/23) - [68de47b]( https://github.com/royriojas/eslint-friendly-formatter/commit/68de47b ), [Roy Riojas](https://github.com/Roy Riojas), 22/03/2018 20:59:53
|
28 |
|
29 |
|
30 | - make travis happy again, take 4 - [747f1e6]( https://github.com/royriojas/eslint-friendly-formatter/commit/747f1e6 ), [Roy Riojas](https://github.com/Roy Riojas), 11/05/2017 17:39:42
|
31 |
|
32 |
|
33 | - use chai-jest-snapshot - [1c6c7a8]( https://github.com/royriojas/eslint-friendly-formatter/commit/1c6c7a8 ), [Roy Riojas](https://github.com/Roy Riojas), 11/05/2017 17:32:05
|
34 |
|
35 |
|
36 | - Add snapshot testing to make it easier the testing - [c42a40a]( https://github.com/royriojas/eslint-friendly-formatter/commit/c42a40a ), [Roy Riojas](https://github.com/Roy Riojas), 11/05/2017 14:04:10
|
37 |
|
38 |
|
39 | - make travis happy again, take 2 - [a4e2d42]( https://github.com/royriojas/eslint-friendly-formatter/commit/a4e2d42 ), [Roy Riojas](https://github.com/Roy Riojas), 11/05/2017 13:23:12
|
40 |
|
41 |
|
42 | - make travis happy again - [3a431a9]( https://github.com/royriojas/eslint-friendly-formatter/commit/3a431a9 ), [Roy Riojas](https://github.com/Roy Riojas), 11/05/2017 12:49:44
|
43 |
|
44 |
|
45 | - **Other changes**
|
46 | - Fix trailing color in new lines - [414db03]( https://github.com/royriojas/eslint-friendly-formatter/commit/414db03 ), [Elad Chen](https://github.com/Elad Chen), 22/03/2018 20:33:23
|
47 |
|
48 | When the output is constructed, new lines are included in the colored string.
|
49 |
|
50 | <img src="http://i.imgur.com/DthTZXz.png">
|
51 |
|
52 | <img src="http://i.imgur.com/nsiFALg.png">
|
53 | - Change iterm escape code - [23ad2ec]( https://github.com/royriojas/eslint-friendly-formatter/commit/23ad2ec ), [Alex Gartner](https://github.com/Alex Gartner), 21/03/2018 22:05:51
|
54 |
|
55 |
|
56 | - Update README.md - [32a1e55]( https://github.com/royriojas/eslint-friendly-formatter/commit/32a1e55 ), [Roy Riojas](https://github.com/Roy Riojas), 09/08/2017 17:57:19
|
57 |
|
58 |
|
59 | - Update tests snapshots after upgrading chalk. - [1951a8f]( https://github.com/royriojas/eslint-friendly-formatter/commit/1951a8f ), [hsxfjames](https://github.com/hsxfjames), 06/07/2017 20:56:30
|
60 |
|
61 |
|
62 | - Upgrade chalk to v2.0.1 && DO NOT use removed method `chalk.stripColor` - [25ff0b5]( https://github.com/royriojas/eslint-friendly-formatter/commit/25ff0b5 ), [hsxfjames](https://github.com/hsxfjames), 05/07/2017 04:35:34
|
63 |
|
64 |
|
65 | - **Documentation**
|
66 | - Generate changelog - [990a3a3]( https://github.com/royriojas/eslint-friendly-formatter/commit/990a3a3 ), [Roy Riojas](https://github.com/Roy Riojas), 11/05/2017 04:49:15
|
67 |
|
68 |
|
69 | ## v3.0.0
|
70 | - **Build Scripts Changes**
|
71 | - Release v3.0.0 - [6819e5e]( https://github.com/royriojas/eslint-friendly-formatter/commit/6819e5e ), [Roy Riojas](https://github.com/Roy Riojas), 11/05/2017 04:49:13
|
72 |
|
73 |
|
74 | - **Bug Fixes**
|
75 | - Make relative paths the default again - [c79ee4d]( https://github.com/royriojas/eslint-friendly-formatter/commit/c79ee4d ), [Roy Riojas](https://github.com/Roy Riojas), 11/05/2017 04:48:20
|
76 |
|
77 |
|
78 | - **Documentation**
|
79 | - Generate changelog - [9ac3e48]( https://github.com/royriojas/eslint-friendly-formatter/commit/9ac3e48 ), [Roy Riojas](https://github.com/Roy Riojas), 02/01/2017 06:13:49
|
80 |
|
81 |
|
82 | ## v2.0.7
|
83 | - **Build Scripts Changes**
|
84 | - Release v2.0.7 - [637842a]( https://github.com/royriojas/eslint-friendly-formatter/commit/637842a ), [Roy Riojas](https://github.com/Roy Riojas), 02/01/2017 06:13:48
|
85 |
|
86 |
|
87 | - update deps - [86f5588]( https://github.com/royriojas/eslint-friendly-formatter/commit/86f5588 ), [Roy Riojas](https://github.com/Roy Riojas), 02/01/2017 06:13:37
|
88 |
|
89 |
|
90 | - **Documentation**
|
91 | - Generate changelog - [f83e205]( https://github.com/royriojas/eslint-friendly-formatter/commit/f83e205 ), [Roy Riojas](https://github.com/Roy Riojas), 13/07/2016 00:11:06
|
92 |
|
93 |
|
94 | ## v2.0.6
|
95 | - **Build Scripts Changes**
|
96 | - Release v2.0.6 - [cdeb9b2]( https://github.com/royriojas/eslint-friendly-formatter/commit/cdeb9b2 ), [Roy Riojas](https://github.com/Roy Riojas), 13/07/2016 00:11:04
|
97 |
|
98 |
|
99 | - **Bug Fixes**
|
100 | - Sort results alphabetically, by line and by column - [ee2c8f2]( https://github.com/royriojas/eslint-friendly-formatter/commit/ee2c8f2 ), [Cédric Malard](https://github.com/Cédric Malard), 12/07/2016 11:59:04
|
101 |
|
102 | Fix https://github.com/royriojas/eslint-friendly-formatter/issues/20
|
103 |
|
104 | - **Documentation**
|
105 | - Generate changelog - [3575350]( https://github.com/royriojas/eslint-friendly-formatter/commit/3575350 ), [Roy Riojas](https://github.com/Roy Riojas), 23/05/2016 01:32:30
|
106 |
|
107 |
|
108 | ## v2.0.5
|
109 | - **Build Scripts Changes**
|
110 | - Release v2.0.5 - [bb11799]( https://github.com/royriojas/eslint-friendly-formatter/commit/bb11799 ), [Roy Riojas](https://github.com/Roy Riojas), 23/05/2016 01:32:28
|
111 |
|
112 |
|
113 | - **Features**
|
114 | - add `--eff-filter` option - [cac606d]( https://github.com/royriojas/eslint-friendly-formatter/commit/cac606d ), [Roy Riojas](https://github.com/Roy Riojas), 23/05/2016 01:30:10
|
115 |
|
116 | The `--eff-filter` filters the rules shown in the report. Usefule to
|
117 | filter only a given type of rule.
|
118 |
|
119 | **Example**
|
120 |
|
121 | The following will only show the warning for `global-require` ruleId
|
122 |
|
123 | ```bash
|
124 | eslint -f node_modules/eslint-friendly-formatter client/**/*.js server/**/*.js -- --eff-by-issue --eff-filter 'global-require' # notice the --
|
125 | ```
|
126 |
|
127 | - **Documentation**
|
128 | - Generate changelog - [928e6db]( https://github.com/royriojas/eslint-friendly-formatter/commit/928e6db ), [Roy Riojas](https://github.com/Roy Riojas), 22/04/2016 14:27:13
|
129 |
|
130 |
|
131 | ## v2.0.4
|
132 | - **Build Scripts Changes**
|
133 | - Release v2.0.4 - [211ead4]( https://github.com/royriojas/eslint-friendly-formatter/commit/211ead4 ), [Roy Riojas](https://github.com/Roy Riojas), 22/04/2016 14:27:12
|
134 |
|
135 |
|
136 | - **Refactoring**
|
137 | - Update readme. - [2871952]( https://github.com/royriojas/eslint-friendly-formatter/commit/2871952 ), [Roy Riojas](https://github.com/Roy Riojas), 22/04/2016 14:26:45
|
138 |
|
139 | - Closes <a target="_blank" class="info-link" href="https://github.com/royriojas/eslint-friendly-formatter/issues/17"><span>#17</span></a>.
|
140 | - Closes <a target="_blank" class="info-link" href="https://github.com/royriojas/eslint-friendly-formatter/issues/19"><span>#19</span></a>.
|
141 |
|
142 | - **Documentation**
|
143 | - Generate changelog - [d1f4f3a]( https://github.com/royriojas/eslint-friendly-formatter/commit/d1f4f3a ), [Roy Riojas](https://github.com/Roy Riojas), 18/04/2016 14:07:25
|
144 |
|
145 |
|
146 | ## v2.0.3
|
147 | - **Build Scripts Changes**
|
148 | - Release v2.0.3 - [a238eab]( https://github.com/royriojas/eslint-friendly-formatter/commit/a238eab ), [Roy Riojas](https://github.com/Roy Riojas), 18/04/2016 14:07:23
|
149 |
|
150 |
|
151 | - **Features**
|
152 | - Add an option to group by issue - [39ef078]( https://github.com/royriojas/eslint-friendly-formatter/commit/39ef078 ), [Roy Riojas](https://github.com/Roy Riojas), 18/04/2016 14:07:15
|
153 |
|
154 | Eslint does not support passing arguments, but we can pass any
|
155 | parameters using `-- --param-here`. So now inside the reporter we can get
|
156 | the value like `process.argv['--param-here']`. This can be used
|
157 | to pass flags to the reporter so now we can do the following
|
158 |
|
159 | `--eff-by-issue` will group the report by issue type
|
160 |
|
161 | ```bash
|
162 | eslint -f 'node_modules/eslint-friendly-formatter' -- --eff-by-issue
|
163 | ```
|
164 |
|
165 | - **Documentation**
|
166 | - Generate changelog - [d12a6d1]( https://github.com/royriojas/eslint-friendly-formatter/commit/d12a6d1 ), [Roy Riojas](https://github.com/Roy Riojas), 14/04/2016 00:19:05
|
167 |
|
168 |
|
169 | ## v2.0.2
|
170 | - **Build Scripts Changes**
|
171 | - Release v2.0.2 - [f8af585]( https://github.com/royriojas/eslint-friendly-formatter/commit/f8af585 ), [Roy Riojas](https://github.com/Roy Riojas), 14/04/2016 00:19:03
|
172 |
|
173 |
|
174 | - **Bug Fixes**
|
175 | - sort results by number of ocurrences - [099515f]( https://github.com/royriojas/eslint-friendly-formatter/commit/099515f ), [Roy Riojas](https://github.com/Roy Riojas), 14/04/2016 00:18:50
|
176 |
|
177 |
|
178 | - **Documentation**
|
179 | - Generate changelog - [0c89457]( https://github.com/royriojas/eslint-friendly-formatter/commit/0c89457 ), [Roy Riojas](https://github.com/Roy Riojas), 10/04/2016 02:47:25
|
180 |
|
181 |
|
182 | ## v2.0.1
|
183 | - **Build Scripts Changes**
|
184 | - Release v2.0.1 - [69f49ac]( https://github.com/royriojas/eslint-friendly-formatter/commit/69f49ac ), [Roy Riojas](https://github.com/Roy Riojas), 10/04/2016 02:47:24
|
185 |
|
186 |
|
187 | - **Refactoring**
|
188 | - Add `EFF_NO_LINK_RULES` param. Fixes [#18](https://github.com/royriojas/eslint-friendly-formatter/issues/18) - [7ed4647]( https://github.com/royriojas/eslint-friendly-formatter/commit/7ed4647 ), [Roy Riojas](https://github.com/Roy Riojas), 10/04/2016 02:44:06
|
189 |
|
190 | - In your terminal run
|
191 |
|
192 | ```bash
|
193 | export EFF_NO_LINK_RULES=true # rules ids won't be linked to
|
194 | documentation
|
195 | ```
|
196 |
|
197 | Also as part of this commit, rules that contain `/`, a common pattern
|
198 | in eslint plugins, like `react/jsx-quotes` will generate a link
|
199 | to a google search for that rule.
|
200 |
|
201 | - **Documentation**
|
202 | - Generate changelog - [70f02c4]( https://github.com/royriojas/eslint-friendly-formatter/commit/70f02c4 ), [Roy Riojas](https://github.com/Roy Riojas), 08/04/2016 17:00:52
|
203 |
|
204 |
|
205 | ## v2.0.0
|
206 | - **Build Scripts Changes**
|
207 | - Release v2.0.0 - [1b420f4]( https://github.com/royriojas/eslint-friendly-formatter/commit/1b420f4 ), [Roy Riojas](https://github.com/Roy Riojas), 08/04/2016 17:00:51
|
208 |
|
209 |
|
210 | - **Features**
|
211 | - Clickable rules and summary count at the end - [8bcba89]( https://github.com/royriojas/eslint-friendly-formatter/commit/8bcba89 ), [Roy Riojas](https://github.com/Roy Riojas), 08/04/2016 17:00:40
|
212 |
|
213 |
|
214 | - **Documentation**
|
215 | - Generate changelog - [9a0db2e]( https://github.com/royriojas/eslint-friendly-formatter/commit/9a0db2e ), [Roy Riojas](https://github.com/Roy Riojas), 30/08/2015 08:40:18
|
216 |
|
217 |
|
218 | ## v1.2.2
|
219 | - **Build Scripts Changes**
|
220 | - Release v1.2.2 - [7410804]( https://github.com/royriojas/eslint-friendly-formatter/commit/7410804 ), [Roy Riojas](https://github.com/Roy Riojas), 30/08/2015 08:40:16
|
221 |
|
222 |
|
223 | - **Features**
|
224 | - Ignore source code when the source property is really (really) long!. Fixes [#13](https://github.com/royriojas/eslint-friendly-formatter/issues/13) - [a19ff73]( https://github.com/royriojas/eslint-friendly-formatter/commit/a19ff73 ), [Roy Riojas](https://github.com/Roy Riojas), 30/08/2015 08:36:40
|
225 |
|
226 |
|
227 | - **Other changes**
|
228 | - Update README.md - [93c77a1]( https://github.com/royriojas/eslint-friendly-formatter/commit/93c77a1 ), [Roy Riojas](https://github.com/Roy Riojas), 30/08/2015 01:45:55
|
229 |
|
230 |
|
231 | - **Documentation**
|
232 | - Generate changelog - [691e0f8]( https://github.com/royriojas/eslint-friendly-formatter/commit/691e0f8 ), [royriojas](https://github.com/royriojas), 19/08/2015 05:39:27
|
233 |
|
234 |
|
235 | ## v1.2.1
|
236 | - **Build Scripts Changes**
|
237 | - Release v1.2.1 - [f644f53]( https://github.com/royriojas/eslint-friendly-formatter/commit/f644f53 ), [royriojas](https://github.com/royriojas), 19/08/2015 05:39:25
|
238 |
|
239 |
|
240 | - **Other changes**
|
241 | - add tests for errors without source info - [1b61a9d]( https://github.com/royriojas/eslint-friendly-formatter/commit/1b61a9d ), [Nikola Kovacs](https://github.com/Nikola Kovacs), 19/08/2015 03:48:07
|
242 |
|
243 |
|
244 | - Fix error when message.source is undefined. - [7a3f6f7]( https://github.com/royriojas/eslint-friendly-formatter/commit/7a3f6f7 ), [Nikola Kovacs](https://github.com/Nikola Kovacs), 18/08/2015 09:28:56
|
245 |
|
246 | This happens when the javascript file has a parsing error.
|
247 |
|
248 | - **Documentation**
|
249 | - Generate changelog - [7021114]( https://github.com/royriojas/eslint-friendly-formatter/commit/7021114 ), [royriojas](https://github.com/royriojas), 14/08/2015 12:44:57
|
250 |
|
251 |
|
252 | ## v1.2.0
|
253 | - **Build Scripts Changes**
|
254 | - Release v1.2.0 - [dd39097]( https://github.com/royriojas/eslint-friendly-formatter/commit/dd39097 ), [royriojas](https://github.com/royriojas), 14/08/2015 12:44:56
|
255 |
|
256 |
|
257 | - **Documentation**
|
258 | - Generate changelog - [b406eae]( https://github.com/royriojas/eslint-friendly-formatter/commit/b406eae ), [royriojas](https://github.com/royriojas), 14/08/2015 12:44:35
|
259 |
|
260 |
|
261 | ## v1.1.1
|
262 | - **Build Scripts Changes**
|
263 | - Release v1.1.1 - [d107a4c]( https://github.com/royriojas/eslint-friendly-formatter/commit/d107a4c ), [royriojas](https://github.com/royriojas), 14/08/2015 12:44:34
|
264 |
|
265 |
|
266 | - add build scripts - [16d984b]( https://github.com/royriojas/eslint-friendly-formatter/commit/16d984b ), [royriojas](https://github.com/royriojas), 14/08/2015 12:44:15
|
267 |
|
268 |
|
269 | - Update deps - [3a23367]( https://github.com/royriojas/eslint-friendly-formatter/commit/3a23367 ), [royriojas](https://github.com/royriojas), 14/08/2015 12:39:20
|
270 |
|
271 |
|
272 | - **Enhancements**
|
273 | - Enforce the use of triple equal - [7cd1707]( https://github.com/royriojas/eslint-friendly-formatter/commit/7cd1707 ), [royriojas](https://github.com/royriojas), 14/08/2015 12:39:49
|
274 |
|
275 |
|
276 | - **Other changes**
|
277 | - Fix arrow's position when source code contains tabs. - [08612a4]( https://github.com/royriojas/eslint-friendly-formatter/commit/08612a4 ), [Nikola Kovacs](https://github.com/Nikola Kovacs), 14/08/2015 09:03:37
|
278 |
|
279 | Fixes <a target="_blank" class="info-link" href="https://github.com/royriojas/eslint-friendly-formatter/issues/10"><span>#10</span></a>
|
280 |
|
281 | - add support for editor urls - [3e35a8b]( https://github.com/royriojas/eslint-friendly-formatter/commit/3e35a8b ), [Nikola Kovacs](https://github.com/Nikola Kovacs), 14/08/2015 08:37:28
|
282 |
|
283 | Fixes <a target="_blank" class="info-link" href="https://github.com/royriojas/eslint-friendly-formatter/issues/8"><span>#8</span></a>
|
284 |
|
285 | - **Documentation**
|
286 | - Generate changelog - [35cea13]( https://github.com/royriojas/eslint-friendly-formatter/commit/35cea13 ), [royriojas](https://github.com/royriojas), 14/07/2015 01:29:37
|
287 |
|
288 |
|
289 | ## v1.1.0
|
290 | - **Build Scripts Changes**
|
291 | - Release v1.1.0 - [afa0c60]( https://github.com/royriojas/eslint-friendly-formatter/commit/afa0c60 ), [royriojas](https://github.com/royriojas), 14/07/2015 01:28:33
|
292 |
|
293 |
|
294 | - Use `npm run test` instead of plain npm test - [df4c642]( https://github.com/royriojas/eslint-friendly-formatter/commit/df4c642 ), [royriojas](https://github.com/royriojas), 17/05/2015 12:35:05
|
295 |
|
296 |
|
297 | - **Documentation**
|
298 | - Updated changelog with info about [#7](https://github.com/royriojas/eslint-friendly-formatter/issues/7) - [477acfb]( https://github.com/royriojas/eslint-friendly-formatter/commit/477acfb ), [royriojas](https://github.com/royriojas), 14/07/2015 01:27:42
|
299 |
|
300 |
|
301 | - **Features**
|
302 | - add environment option `EFF_ABSOLUTE_PATHS`. Fixes [#7](https://github.com/royriojas/eslint-friendly-formatter/issues/7) - [271a749]( https://github.com/royriojas/eslint-friendly-formatter/commit/271a749 ), [royriojas](https://github.com/royriojas), 14/07/2015 01:20:57
|
303 |
|
304 | export the env variable `EFF_ABSOLUTE_PATHS` to make the paths in the
|
305 | reporter be absolute. If the environment variable is not found the
|
306 | paths will be reported as `eslint` send them.
|
307 |
|
308 | ```bash
|
309 | EFF_ABSOLUTE_PATHS=true eslint -f
|
310 | path/to/eslint-friendly-formatter/index.js’ file1.js file2.js dir/
|
311 | ```
|
312 |
|
313 | Or
|
314 |
|
315 | add to your profile
|
316 |
|
317 | ```bash
|
318 | export EFF_ABSOLUTE_PATHS=true
|
319 | ```
|
320 |
|
321 | Ugly hack. But should work until this issue is resolved:
|
322 |
|
323 | https://github.com/eslint/eslint/issues/2989
|
324 |
|
325 | - **Other changes**
|
326 | - Update README.md - [f2f485c]( https://github.com/royriojas/eslint-friendly-formatter/commit/f2f485c ), [Roy Riojas](https://github.com/Roy Riojas), 05/07/2015 23:29:26
|
327 |
|
328 |
|
329 | - Update README.md - [5963c02]( https://github.com/royriojas/eslint-friendly-formatter/commit/5963c02 ), [Roy Riojas](https://github.com/Roy Riojas), 05/07/2015 23:27:59
|
330 |
|
331 |
|
332 | - Update README.md - [edd8854]( https://github.com/royriojas/eslint-friendly-formatter/commit/edd8854 ), [Roy Riojas](https://github.com/Roy Riojas), 05/07/2015 23:27:01
|
333 |
|
334 |
|
335 | - Add gulp - [6c9eb73]( https://github.com/royriojas/eslint-friendly-formatter/commit/6c9eb73 ), [Fahad Hossain](https://github.com/Fahad Hossain), 05/07/2015 06:08:16
|
336 |
|
337 | Add Gulp to the list of working examples
|
338 | - Update README.md - [62289ed]( https://github.com/royriojas/eslint-friendly-formatter/commit/62289ed ), [Roy Riojas](https://github.com/Roy Riojas), 26/06/2015 00:35:32
|
339 |
|
340 | Better description of the when to disable the gray coloring
|
341 | - Update README.md - [b284801]( https://github.com/royriojas/eslint-friendly-formatter/commit/b284801 ), [Roy Riojas](https://github.com/Roy Riojas), 26/06/2015 00:33:38
|
342 |
|
343 |
|
344 | - Update README.md - [9b00c00]( https://github.com/royriojas/eslint-friendly-formatter/commit/9b00c00 ), [Roy Riojas](https://github.com/Roy Riojas), 26/06/2015 00:32:41
|
345 |
|
346 |
|
347 | - Add Guake - [4ff1321]( https://github.com/royriojas/eslint-friendly-formatter/commit/4ff1321 ), [Ian VanSchooten](https://github.com/Ian VanSchooten), 25/06/2015 23:21:23
|
348 |
|
349 | Current master of Guake will also auto open a configured editor to the correct line number.
|
350 | - **Cosmetic fixes**
|
351 | - Add a space for better readability - [4bec078]( https://github.com/royriojas/eslint-friendly-formatter/commit/4bec078 ), [royriojas](https://github.com/royriojas), 17/05/2015 12:24:37
|
352 |
|
353 |
|
354 | ## v1.0.8
|
355 | - **Build Scripts Changes**
|
356 | - Release v1.0.8 - [fc60298]( https://github.com/royriojas/eslint-friendly-formatter/commit/fc60298 ), [royriojas](https://github.com/royriojas), 17/05/2015 12:11:44
|
357 |
|
358 |
|
359 | - Update prepush and changelogx dependency - [fddbf5a]( https://github.com/royriojas/eslint-friendly-formatter/commit/fddbf5a ), [royriojas](https://github.com/royriojas), 17/05/2015 11:50:01
|
360 |
|
361 |
|
362 | - **Other changes**
|
363 | - Update README.md - [90c5c08]( https://github.com/royriojas/eslint-friendly-formatter/commit/90c5c08 ), [Roy Riojas](https://github.com/Roy Riojas), 17/05/2015 12:11:22
|
364 |
|
365 |
|
366 | ## v1.0.7
|
367 | - **Build Scripts Changes**
|
368 | - Release v1.0.7 - [e00d482]( https://github.com/royriojas/eslint-friendly-formatter/commit/e00d482 ), [royriojas](https://github.com/royriojas), 17/05/2015 11:46:54
|
369 |
|
370 |
|
371 | - Fix for [#3](https://github.com/royriojas/eslint-friendly-formatter/issues/3). eslint-friendly-formatter failing to install - [bd77638]( https://github.com/royriojas/eslint-friendly-formatter/commit/bd77638 ), [royriojas](https://github.com/royriojas), 17/05/2015 11:44:17
|
372 |
|
373 |
|
374 | #### Changelog
|
375 | - **Documentation**
|
376 | - updated changelog - [468a649]( https://github.com/royriojas/eslint-friendly-formatter/commit/468a649 ), [royriojas](https://github.com/royriojas), 17/05/2015 11:45:24
|
377 |
|
378 |
|
379 | - updated the changelog - [dea8736]( https://github.com/royriojas/eslint-friendly-formatter/commit/dea8736 ), [royriojas](https://github.com/royriojas), 16/05/2015 17:05:58
|
380 |
|
381 |
|
382 | ## v1.0.6
|
383 | - **Build Scripts Changes**
|
384 | - Release v1.0.6 - [b09e7a6]( https://github.com/royriojas/eslint-friendly-formatter/commit/b09e7a6 ), [royriojas](https://github.com/royriojas), 16/05/2015 17:04:15
|
385 |
|
386 |
|
387 | - **Bug Fixes**
|
388 | - Support for solarized theme, or other themes that use gray for the background. Fixes [#2](https://github.com/royriojas/eslint-friendly-formatter/issues/2) - [a8c3c71]( https://github.com/royriojas/eslint-friendly-formatter/commit/a8c3c71 ), [royriojas](https://github.com/royriojas), 16/05/2015 17:02:33
|
389 |
|
390 | Basically this fix removes the gray color if the environment variable `EFF_NO_GRAY`
|
391 | is set to the string `true`.
|
392 |
|
393 | this can be done very easily in bash doing:
|
394 |
|
395 | ```bash
|
396 | export EFF_NO_GRAY=true
|
397 | ```
|
398 |
|
399 | - **Other changes**
|
400 | - quick hack for solarized support - [40415ab]( https://github.com/royriojas/eslint-friendly-formatter/commit/40415ab ), [April Arcus](https://github.com/April Arcus), 09/05/2015 00:18:55
|
401 |
|
402 |
|
403 | - **Documentation**
|
404 | - Added changelog - [d2afd28]( https://github.com/royriojas/eslint-friendly-formatter/commit/d2afd28 ), [Roy Riojas](https://github.com/Roy Riojas), 18/03/2015 04:37:10
|
405 |
|
406 |
|
407 | ## v1.0.5
|
408 | - **Build Scripts Changes**
|
409 | - Release v1.0.5 - [86d90a3]( https://github.com/royriojas/eslint-friendly-formatter/commit/86d90a3 ), [Roy Riojas](https://github.com/Roy Riojas), 18/03/2015 04:36:35
|
410 |
|
411 |
|
412 | - Add lint task to automatically beautify and lint the code - [e6f8f2e]( https://github.com/royriojas/eslint-friendly-formatter/commit/e6f8f2e ), [Roy Riojas](https://github.com/Roy Riojas), 18/03/2015 04:12:28
|
413 |
|
414 |
|
415 | - Fixed missing changelogx section - [acf90b0]( https://github.com/royriojas/eslint-friendly-formatter/commit/acf90b0 ), [Roy Riojas](https://github.com/Roy Riojas), 18/03/2015 04:09:31
|
416 |
|
417 |
|
418 | - **Documentation**
|
419 | - Better documentation for the integration with `intellij` or `webstorm` - [678886d]( https://github.com/royriojas/eslint-friendly-formatter/commit/678886d ), [Roy Riojas](https://github.com/Roy Riojas), 18/03/2015 04:36:21
|
420 |
|
421 |
|
422 | - **Enhancements**
|
423 | - Use the full path to the file so IDEs like Webstorm or Intellij can parse the output - [4433a5e]( https://github.com/royriojas/eslint-friendly-formatter/commit/4433a5e ), [Roy Riojas](https://github.com/Roy Riojas), 18/03/2015 04:15:50
|
424 |
|
425 |
|
426 | ## v1.0.4
|
427 | - **Build Scripts Changes**
|
428 | - Release v1.0.4 - [2af7d0c]( https://github.com/royriojas/eslint-friendly-formatter/commit/2af7d0c ), [Roy Riojas](https://github.com/Roy Riojas), 18/03/2015 04:08:13
|
429 |
|
430 |
|
431 | - Update deps - [b1e1539]( https://github.com/royriojas/eslint-friendly-formatter/commit/b1e1539 ), [Roy Riojas](https://github.com/Roy Riojas), 18/03/2015 04:07:56
|
432 |
|
433 |
|
434 | - Remove not used dep - [5b8433b]( https://github.com/royriojas/eslint-friendly-formatter/commit/5b8433b ), [Roy Riojas](https://github.com/Roy Riojas), 04/03/2015 03:04:49
|
435 |
|
436 |
|
437 | - Bump minor version - [097ceb0]( https://github.com/royriojas/eslint-friendly-formatter/commit/097ceb0 ), [Roy Riojas](https://github.com/Roy Riojas), 03/03/2015 07:13:55
|
438 |
|
439 |
|
440 | - Beautify and validate code with eslint - [b2bbaaf]( https://github.com/royriojas/eslint-friendly-formatter/commit/b2bbaaf ), [Roy Riojas](https://github.com/Roy Riojas), 03/03/2015 07:12:33
|
441 |
|
442 |
|
443 | - First commit - [3b57598]( https://github.com/royriojas/eslint-friendly-formatter/commit/3b57598 ), [Roy Riojas](https://github.com/Roy Riojas), 03/03/2015 06:33:23
|
444 |
|
445 |
|
446 | - **Documentation**
|
447 | - bump version to include the fix in the typo in the Readme - [457516d]( https://github.com/royriojas/eslint-friendly-formatter/commit/457516d ), [Roy Riojas](https://github.com/Roy Riojas), 03/03/2015 15:13:02
|
448 |
|
449 |
|
450 | - Add module usage example - [1129146]( https://github.com/royriojas/eslint-friendly-formatter/commit/1129146 ), [Roy Riojas](https://github.com/Roy Riojas), 03/03/2015 06:39:05
|
451 |
|
452 |
|
453 | - Fix typo in Readme - [eebb0e2]( https://github.com/royriojas/eslint-friendly-formatter/commit/eebb0e2 ), [Roy Riojas](https://github.com/Roy Riojas), 03/03/2015 06:34:07
|
454 |
|
455 |
|
456 | - **undefined**
|
457 | - typo - [4f7c296]( https://github.com/royriojas/eslint-friendly-formatter/commit/4f7c296 ), [Oleg Kislitsyn](https://github.com/Oleg Kislitsyn), 03/03/2015 15:02:15
|
458 |
|
459 |
|
460 | - **Other changes**
|
461 | - Initial commit - [d448b2c]( https://github.com/royriojas/eslint-friendly-formatter/commit/d448b2c ), [Roy Riojas](https://github.com/Roy Riojas), 03/03/2015 03:00:04
|
462 |
|
463 |
|