UNPKG

35.5 kBMarkdownView Raw
1# Change Log
2All notable changes to this project will be documented in this file.
3This project adheres to [Semantic Versioning](http://semver.org/).
4This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com).
5
6
7## [Unreleased][unreleased]
8### Added
9- (none)
10
11[unreleased]: https://github.com/wix/eslint-plugin-lodash/compare/v3.1.0...HEAD
12
13## [3.1.0] - 2018-09-19
14
15### Added
16- Added `implicit` option to `chaining`. ([`c4cbbce`][c4cbbce])
17
18[170e31f]: https://github.com/wix/eslint-plugin-lodash/commit/c4cbbcee438ca5c069f95da90e6aaaee34230296
19[3.1.0]: https://github.com/wix/eslint-plugin-lodash/compare/v3.1.0...v3.0.0
20
21## [3.0.0] - 2018-09-19
22### Fixed
23- (Breaking) Added cases reported by `path-style` ([`170e31f`][170e31f])
24
25### Added
26- Added fixer for some cases in `path-style` ([`170e31f`][170e31f])
27
28[170e31f]: https://github.com/wix/eslint-plugin-lodash/commit/170e31f983a0237b2da3e1b4700f1f36f95bf36e
29[3.0.0]: https://github.com/wix/eslint-plugin-lodash/compare/v3.0.0...v2.7.0
30
31## [2.7.0] - 2018-03-17
32### Added
33- Added rule `prefer-immutable-method` ([`c4fe9cd`][c4fe9cd])
34- Added rule `prefer-find` ([`c81ef24`][c81ef24])
35
36[c4fe9cd]: https://github.com/wix/eslint-plugin-lodash/commit/c4fe9cd709385b394c8b6418d958c3c266f953b7
37[c81ef24]: https://github.com/wix/eslint-plugin-lodash/commit/c81ef24cbe8cfa5f9fa27a31da9301a53f240ef0
38[2.7.0]: https://github.com/wix/eslint-plugin-lodash/compare/v2.7.0...v2.6.2
39
40## [2.6.2] - 2018-03-16
41### Fixed
42- Fixed `recommended` config to include `lodash` in the list of plugins ([`6381bff`][6381bff])
43
44[6381bff]: https://github.com/wix/eslint-plugin-lodash/commit/6381bff9db2cf3012629eae5c4df2b8803d9ef31
45[2.6.2]: https://github.com/wix/eslint-plugin-lodash/compare/v2.6.2...v2.6.1
46
47## [2.6.1] - 2018-02-04
48### Fixed
49- Fixed `prefer-compact` to report on `_.filter` with identity shorthand ([`55f6de3`][55f6de3])
50
51[55f6de3]: https://github.com/wix/eslint-plugin-lodash/commit/55f6de3f796070b8648e01e187eee16b6ddd8950
52[2.6.1]: https://github.com/wix/eslint-plugin-lodash/compare/v2.6.1...v2.6.0
53
54## [2.6.0] - 2018-01-31
55### Added
56- Added support for whitelisting in `preferred-alias` ([`c4b7fca`][c4b7fca])
57
58[c4b7fca]: https://github.com/wix/eslint-plugin-lodash/commit/c4b7fca2ad81374563b243e9290d006c7267e864
59[2.6.0]: https://github.com/wix/eslint-plugin-lodash/compare/v2.6.0...v2.5.1
60
61## [2.5.1] - 2018-01-22
62### Fixed
63- Fix case where collection-return erronously reports on generator functions ([`19079ef`][19079ef])
64
65[3037b9f]: https://github.com/wix/eslint-plugin-lodash/commit/19079efa2c5584ed5e0e4f11ed97d797a405f9f8
66[2.5.1]: https://github.com/wix/eslint-plugin-lodash/compare/v2.5.1...v2.5.0
67
68## [2.5.0] - 2017-10-20
69### Added
70- Added support for single-method packages ([`3037b9f`][3037b9f])
71- Added option to enforce single-method packages import in `import-scope` ([`e4555c3`][e4555c3])
72
73[3037b9f]: https://github.com/wix/eslint-plugin-lodash/commit/3037b9f8d858ab0e263f1e1f06bac9459c0aa8c8
74[e4555c3]: https://github.com/wix/eslint-plugin-lodash/commit/e4555c3c2475813a07dc42031acb1daa52d251a0
75[2.5.0]: https://github.com/wix/eslint-plugin-lodash/compare/v2.5.0...v2.4.4
76
77## [2.4.4] - 2017-07-12
78### Fixed
79- Added a step to clean old generated files before every build ([`18c0eeb`][18c0eeb])
80
81[18c0eeb]: https://github.com/wix/eslint-plugin-lodash/commit/18c0eeb87cadd29d5022cd7337b2dd42ccd74e99
82[2.4.4]: https://github.com/wix/eslint-plugin-lodash/compare/v2.4.4...v2.4.3
83
84## [2.4.3] - 2017-06-19
85### Fixed
86- Fixed `prefer-over-quantifier` warning on condition functions with more than one argument ([`cf10ed1`][cf10ed1])
87
88[cf10ed1]: https://github.com/wix/eslint-plugin-lodash/commit/cf10ed1c05ea532bee1fdb2dba92e2abfb293b6d
89[2.4.3]: https://github.com/wix/eslint-plugin-lodash/compare/v2.4.3...v2.4.2
90
91## [2.4.2] - 2017-05-01
92### Fixed
93- Fixed `prefer-lodash-method` warning on string methods not in the current version ([`401d28a`][401d28a])
94
95[401d28a]: https://github.com/wix/eslint-plugin-lodash/commit/401d28aaee8d7fd23b2b388243739eecb07a2052
96[2.4.2]: https://github.com/wix/eslint-plugin-lodash/compare/v2.4.2...v2.4.1
97
98## [2.4.1] - 2017-04-26
99### Fixed
100- Reimpleneted rule `callback-binding` to use method data ([`97375de`][97375de])
101
102[97375de]: https://github.com/wix/eslint-plugin-lodash/commit/97375defe7a299e6262618ffb0a6cc80c0bcac6e
103[2.4.1]: https://github.com/wix/eslint-plugin-lodash/compare/v2.4.1...v2.4.0
104
105## [2.4.0] - 2017-03-27
106### Added
107- Added rule `prefer-some` ([`842f02d`][842f02d])
108### Fixed
109- Fixed error where `no-extra-args` did not warn on methods with 0 arguments ([`8d960ce`][8d960ce])
110- Added data for methods `conformsTo` and `defaultTo` ([`5333ff0`][5333ff0])
111
112[842f02d]: https://github.com/wix/eslint-plugin-lodash/commit/842f02d4587102f5cbe32f9ebe29c9f1dc1dee13
113[8d960ce]: https://github.com/wix/eslint-plugin-lodash/commit/8d960ce9a05b5753e733e644bc0d1303f84b3bdf
114[5333ff0]: https://github.com/wix/eslint-plugin-lodash/commit/5333ff03d2657217db002065679ac027f1cbf6aa
115[2.4.0]: https://github.com/wix/eslint-plugin-lodash/compare/v2.4.0...v2.3.7
116
117## [2.3.7] - 2017-03-23
118### Fixed
119- Added `sortedUniq` and `sortedUniqBy` as chainable methods ([`fcde2c0`][fcde2c0])
120
121[fcde2c0]: https://github.com/wix/eslint-plugin-lodash/commit/fcde2c0adac04f6d0c6c3744a547dfaaefd8be4f
122[2.3.7]: https://github.com/wix/eslint-plugin-lodash/compare/v2.3.7...v2.3.6
123
124## [2.3.6] - 2017-03-15
125### Fixed
126- Added ES2015 string methods to `prefer-lodash-method` ([`6aa51cb`][6aa51cb])
127
128[6aa51cb]: https://github.com/wix/eslint-plugin-lodash/commit/6aa51cbbe192233e25527c95e44949b02088c96a
129[2.3.6]: https://github.com/wix/eslint-plugin-lodash/compare/v2.3.6...v2.3.5
130
131## [2.3.5] - 2017-02-08
132### Fixed
133- Fixed `import-scope` to stop warning against `lodash/fp` ([`c569b8c`][c569b8c])
134
135[c569b8c]: https://github.com/wix/eslint-plugin-lodash/commit/c569b8c8ed50031a7e4b78b06708bd70f008d7fe
136[2.3.5]: https://github.com/wix/eslint-plugin-lodash/compare/v2.3.5...v2.3.4
137
138## [2.3.4] - 2017-01-29
139### Fixed
140- Fixed `prefer-noop` to stop reporting on async and generator functions ([`7d194cf`][7d194cf])
141
142[7d194cf]: https://github.com/wix/eslint-plugin-lodash/commit/44ebdca9fbd529b9bad6be1848feed1df
143[2.3.4]: https://github.com/wix/eslint-plugin-lodash/compare/v2.3.4...v2.3.3
144
145## [2.3.3] - 2017-01-25
146### Fixed
147- Added missing shorthand functions for shorthand rules ([`1c290d0`][1c290d0])
148
149[1c290d0]: https://github.com/wix/eslint-plugin-lodash/commit/1c290d0d6fb754a25357bdb0ba6b5a19da366de1
150[2.3.3]: https://github.com/wix/eslint-plugin-lodash/compare/v2.3.3...v2.3.2
151
152## [2.3.2] - 2017-01-18
153### Fixed
154- Allowed async functions in `collection-return` ([`9d0a082`][9d0a082])
155
156[9d0a082]: https://github.com/wix/eslint-plugin-lodash/commit/9d0a082b7fca98e89f137f927fba13bd1005516e
157[2.3.2]: https://github.com/wix/eslint-plugin-lodash/compare/v2.3.2...v2.3.1
158
159
160## [2.3.1] - 2017-01-17
161### Fixed
162- Allowed asterisk import in `import-scope` in `full` config ([`4c0335e`][4c0335e])
163
164[4c0335e]: https://github.com/wix/eslint-plugin-lodash/commit/4c0335ec3b5d593b032a7876105bd2cacf2737c9
165[2.3.1]: https://github.com/wix/eslint-plugin-lodash/compare/v2.3.1...v2.3.0
166
167## [2.3.0] - 2017-01-16
168### Added
169- Added rule `import-scope` ([`def5067`][def5067])
170### Fixed
171- Fixed case in `v3` where `collection-method-value` warns when using `commit` ([`38394d4`][38394d4])
172
173[def5067]: https://github.com/wix/eslint-plugin-lodash/commit/def50672f52a372dd89d219f94deb647faddf0ef
174[38394d4]: https://github.com/wix/eslint-plugin-lodash/commit/38394d4c5a32f69a575362a30786b7befd7829d4
175[2.3.0]: https://github.com/wix/eslint-plugin-lodash/compare/v2.3.0...v2.2.5
176
177## [2.2.5] - 2016-12-20
178### Fixed
179- Removed `no-unbound-this` from the `v3` config ([`5d62f9f`][5d62f9f])
180
181[5d62f9f]: https://github.com/wix/eslint-plugin-lodash/commit/5d62f9fd145b2ae2bd6f00d9567afbfe1f496594
182[2.2.5]: https://github.com/wix/eslint-plugin-lodash/compare/v2.2.5...v2.2.4
183
184## [2.2.4] - 2016-12-15
185### Fixed
186- Fixed false positive in `prefer-invoke-map` ([`5a8067d`][5a8067d])
187
188[5a8067d]: https://github.com/wix/eslint-plugin-lodash/commit/5a8067de6a9b1f646c6b536d15c5735a29622092
189[2.2.4]: https://github.com/wix/eslint-plugin-lodash/compare/v2.2.4...v2.2.3
190
191## [2.2.3] - 2016-12-08
192### Fixed
193- Fixed false positive in `matches-prop-shorthand` ([`5373377`][5373377])
194
195[5373377]: https://github.com/wix/eslint-plugin-lodash/commit/5373377f5e31284e0df08427a9c6f6ca9c5ae422
196[2.2.3]: https://github.com/wix/eslint-plugin-lodash/compare/v2.2.3...v2.2.2
197
198## [2.2.2] - 2016-12-01
199### Added
200- Added support for `lodash-es`. ([`d9caeb0`][d9caeb0])
201
202[d9caeb0]: https://github.com/wix/eslint-plugin-lodash/commit/d9caeb0875b6ca6c9d5c95415cd507aa6a99a7a4
203[2.2.2]: https://github.com/wix/eslint-plugin-lodash/compare/v2.2.2...v2.2.1
204
205## [2.2.1] - 2016-11-30
206### Fixed
207- Fixed crash in `chaining` rule. ([`ccdae5`][ccdae5])
208
209[ccdae5]: https://github.com/wix/eslint-plugin-lodash/commit/ccdae593a9e91b8300890cc31a10d3bdd73c05b7
210[2.2.1]: https://github.com/wix/eslint-plugin-lodash/compare/v2.2.1...v2.2.0
211
212## [2.2.0] - 2016-11-09
213### Added
214- Added rule `no-unbound-this`. ([`3e61f0c`][3e61f0c])
215
216[3e61f0c]: https://github.com/wix/eslint-plugin-lodash/commit/3e61f0c09c2a322ec8ce632950942021a13d7c9f
217[2.2.0]: https://github.com/wix/eslint-plugin-lodash/compare/v2.2.0...v2.1.8
218
219## [2.1.8] - 2016-11-08
220### Fixed
221- Improve performance of shorthand rules. ([`5eed1ec`][5eed1ec])
222
223[5eed1ec]: https://github.com/wix/eslint-plugin-lodash/commit/5eed1ecc6900035f51cc72c336bf70abf88b4143
224[2.1.8]: https://github.com/wix/eslint-plugin-lodash/compare/v2.1.8...v2.1.7
225
226## [2.1.7] - 2016-10-27
227### Fixed
228- Fixed `preferred-alias` erronous warning on `_.toString`. ([`d1df139`][d1df139])
229- Fixed crash in `prefer-over-quantifier` ([`caf5b8a`][caf5b8a])
230
231[d1df139]: https://github.com/wix/eslint-plugin-lodash/commit/d1df139e3d15ebb5610393b6b3f0c241a7087459
232[caf5b8a]: https://github.com/wix/eslint-plugin-lodash/commit/caf5b8aff6b67a9f841938263ea8857ca0fa1453
233[2.1.7]: https://github.com/wix/eslint-plugin-lodash/compare/v2.1.7...v2.1.6
234
235## [2.1.6] - 2016-10-22
236### Fixed
237- Fixed `callback-binding` warning on methods with `fromIndex` in v4. ([`1d6a958`][1d6a958])
238
239[1d6a958]: https://github.com/wix/eslint-plugin-lodash/commit/1d6a958b7715e4b895394497c3b36ea12bc76fc5
240[2.1.6]: https://github.com/wix/eslint-plugin-lodash/compare/v2.1.6...v2.1.5
241
242## [2.1.5] - 2016-10-22
243### Fixed
244- Fixed crash in `preferred-alias` in cases of single-method import. ([`c787496`][c787496])
245- Fixed devDependency of `eslint-traverser` to correct version. ([`e8cd613`][e8cd613])
246- Fixed incorrect warning of `chaining` rule when importing `toString`. ([`b105870`][b105870])
247
248[c787496]: https://github.com/wix/eslint-plugin-lodash/commit/c78749652e0c34041b419fbfd0a9741224483bd7
249[e8cd613]: https://github.com/wix/eslint-plugin-lodash/commit/e8cd61391026d8d8e708ba2c4b4a72e73a6a1fb5
250[b105870]: https://github.com/wix/eslint-plugin-lodash/commit/b105870f8d27cadae9ed8ce07056f2b603d6a8c2
251[2.1.5]: https://github.com/wix/eslint-plugin-lodash/compare/v2.1.5...v2.1.4
252
253## [2.1.4] - 2016-10-20
254### Fixed
255- Fixed crash in `prefer-over-quantifier`. ([`906fd72`][906fd72])
256
257[906fd72]: https://github.com/wix/eslint-plugin-lodash/commit/906fd723496ce0d570f5d30e2dabe0cf07c6944b
258[2.1.4]: https://github.com/wix/eslint-plugin-lodash/compare/v2.1.4...v2.1.3
259
260## [2.1.3] - 2016-10-17
261### Fixed
262- Fixed crash in `callback-binding` for node versions under 6. ([`afe904f`][afe904f])
263
264[afe904f]: https://github.com/wix/eslint-plugin-lodash/commit/afe904f52ea7df75a52996637d87edf44b72e067
265[2.1.3]: https://github.com/wix/eslint-plugin-lodash/compare/v2.1.3...v2.1.2
266
267## [2.1.2] - 2016-10-15
268### Fixed
269- Fixed crash in `prefer-filter`. ([`8d1d07c`][8d1d07c])
270
271[8d1d07c]: https://github.com/wix/eslint-plugin-lodash/commit/8d1d07c6264a1304a3ffcdaee01152e061869524
272[2.1.2]: https://github.com/wix/eslint-plugin-lodash/compare/v2.1.2...v2.1.1
273
274## [2.1.1] - 2016-10-14
275### Fixed
276- Fixed crash in `matches-shorthand` and `prefer-is-nil`. ([`de49782`][de49782])
277
278[de49782]: https://github.com/wix/eslint-plugin-lodash/commit/de49782ffc0c325acc26d8f4db21f136209d04ee
279[2.1.1]: https://github.com/wix/eslint-plugin-lodash/compare/v2.1.1...v2.1.0
280
281## [2.1.0] - 2016-10-13
282### Added
283- Added String.prototype methods to `prefer-lodash-method`. ([`6a44330`][6a44330])
284### Fixed
285- Fixed schema for `prefer-lodash-method`. ([`a3eb338`][a3eb338])
286
287[6a44330]: https://github.com/wix/eslint-plugin-lodash/commit/6a443301960f4e173b4e8911b2b4986066ed2eb2
288[a3eb338]: https://github.com/wix/eslint-plugin-lodash/commit/a3eb3388e92c47ac8e182dd203133703ee6c426c
289[2.1.0]: https://github.com/wix/eslint-plugin-lodash/compare/v2.1.0...v2.0.0
290
291## [2.0.0] - 2016-10-13
292### Added
293- Added support for single-method imports in all rules. ([`8a55217`][8a55217])
294### Changed
295- Changed role of the `pragma` setting to be a hint instead of mandatory and removed the default pragma, `_`. ([`8a55217`][8a55217])
296- Changed recommended config to be pragma-less and added the `canonical` config for use with the full lodash build's `_` pragma. ([`8a55217`][8a55217])
297- Changed `prefer-lodash-method`'s config object to only accept two values: `ignoreMethods` and `ignoreObjects`, both regular expressions. ([`fc9ecee`][fc9ecee])
298- Joined `prefer-chain` and `no-single-chain` into single rule, `chaining` that also enables disallowing chaining. ([`685e9e3`][685e9e3])
299- Changed rule `path-style` so that `as-needed` now only recommends arrays when using strings with variables ([`6ab30e6`][6ab30e6])
300### Removed
301- Removed support for node 0.10. ([`8a55217`][8a55217])
302### Fixed
303- Fixed `prefer-lodash-typecheck` to warn on undefined checks of declared variables. ([`8ee071a`][8ee071a])
304- Fixed case in `prefer-map` where the push is from a declared iteratee parameter. ([`fc5a592`][fc5a592])
305- Fixed case where `prop-shorthand` would warn erronously. ([`764f8a0`][764f8a0])
306
307[8ee071a]: https://github.com/wix/eslint-plugin-lodash/commit/8ee071a43b9c43ff2608d07c74b5c79344ae7351
308[8a55217]: https://github.com/wix/eslint-plugin-lodash/commit/8a5521746d6e1af808779c0e17e6e39f3c1c1c45
309[fc9ecee]: https://github.com/wix/eslint-plugin-lodash/commit/fc9ecee018811078bc812d17783ec430959e49c7
310[685e9e3]: https://github.com/wix/eslint-plugin-lodash/commit/685e9e310b7a96b266bb13ee144020c499f47ebc
311[fc5a592]: https://github.com/wix/eslint-plugin-lodash/commit/fc5a5923ca9eb5e7c1f584492d03641bdf649bb8
312[fc5a592]: https://github.com/wix/eslint-plugin-lodash/commit/764f8a067311f940b02329aa051df007b62c9202
313[6ab30e6]: https://github.com/wix/eslint-plugin-lodash/commit/6ab30e6f8713f88d93f95cc3f0d00ea67b27dbe6
314[2.0.0]: https://github.com/wix/eslint-plugin-lodash/compare/v2.0.0...v1.10.3
315
316## [1.10.3] - 2016-09-05
317### Fixed
318- Made `prefer-lodash-method` not warn for `Object.create(null)`. ([`62f82fb`][62f82fb])
319
320[62f82fb]: https://github.com/wix/eslint-plugin-lodash/commit/62f82fb50a71f93ebe4d5834e818acdca22f6d22
321[1.10.3]: https://github.com/wix/eslint-plugin-lodash/compare/v1.10.3...v1.10.2
322
323## [1.10.2] - 2016-09-04
324### Fixed
325- Improved preformance for `unwrap`. ([`95be25a`][95be25a])
326- Added explanantion to docs for `prefer-lodash-method`. ([`1d57005`][1d57005])
327
328[95be25a]: https://github.com/wix/eslint-plugin-lodash/commit/95be25a5e73e72fda7616fc0853726cd1abf49b0
329[1d57005]: https://github.com/wix/eslint-plugin-lodash/commit/1d570057a19795a2eb3853a90826b1a318034967
330[1.10.2]: https://github.com/wix/eslint-plugin-lodash/compare/v1.10.2...v1.10.1
331
332## [1.10.1] - 2016-07-27
333### Fixed
334- Fixed case where `prefer-invoke-map` reports on destructured first iteratee arguments ([`88a7e54`][88a7e54])
335
336[88a7e54]: https://github.com/wix/eslint-plugin-lodash/commit/88a7e544850163354daed351b719e1d416e18807
337[1.10.1]: https://github.com/wix/eslint-plugin-lodash/compare/v1.10.1...v1.10.0
338
339
340## [1.10.0] - 2016-07-20
341### Added
342- Added option `ignorePatterns` to config of rule `prefer-lodash-method`. ([`1c01a5f`][1c01a5f])
343
344[1c01a5f]: https://github.com/wix/eslint-plugin-lodash/commit/1c01a5f023a7b29f4825132086eec946db3569d2
345[1.10.0]: https://github.com/wix/eslint-plugin-lodash/compare/v1.10.0...v1.9.4
346
347## [1.9.4] - 2016-07-05
348### Fixed
349- Added peerDependency for eslint >= 1.3.0 ([`4793496`][4793496])
350
351[4793496]: https://github.com/wix/eslint-plugin-lodash/commit/47934965306a5056b7614729801031627ba2fa64
352[1.9.4]: https://github.com/wix/eslint-plugin-lodash/compare/v1.9.4...v1.9.3
353
354## [1.9.3] - 2016-07-05
355### Fixed
356- Fixed argument counts for `find`, `findIndex`, `findLast` and `findLastIndex`. ([`bc7023a`][bc7023a])
357
358[bc7023a]: https://github.com/wix/eslint-plugin-lodash/commit/bc7023a2f663d1895ba2c456c962ca6ccddf9f61
359[1.9.3]: https://github.com/wix/eslint-plugin-lodash/compare/v1.9.3...v1.9.2
360
361## [1.9.2] - 2016-06-02
362### Fixed
363- Fixed typo in argument count for Lodash 4 method `stubFalse`. ([`7efc67c`][7efc67c])
364
365[7efc67c]: https://github.com/wix/eslint-plugin-lodash/commit/7efc67c9aa4b97f281b36beca584aff34bd1396f
366[1.9.2]: https://github.com/wix/eslint-plugin-lodash/compare/v1.9.2...v1.9.1
367
368## [1.9.1] - 2016-05-30
369### Fixed
370- Aligned method data to `v4.13.x` (argument counts and chainable methods). ([`565bad6`][565bad6])
371
372[565bad6]: https://github.com/wix/eslint-plugin-lodash/commit/565bad6f5e0c60c521700a41f7d1e1602fc77e88
373[1.9.1]: https://github.com/wix/eslint-plugin-lodash/compare/v1.9.1...v1.9.0
374
375## [1.9.0] - 2016-05-19
376### Added
377- Created rule [`consistent-compose`]. ([`1028c0d`][1028c0d])
378
379[1028c0d]: https://github.com/wix/eslint-plugin-lodash/commit/1028c0d744b1d51579246bb5736329f771d99b47
380[1.9.0]: https://github.com/wix/eslint-plugin-lodash/compare/v1.9.0...v1.8.5
381
382## [1.8.5] - 2016-05-17
383### Fixed
384- Changed `prefer-matches` rule's error message to suggest `_.isMatch` instead ([`7597075`][7597075])
385- Fixed `prefer-lodash-method` rule's `ignoreObjects` parameter to accept complex objects like `React.Children` ([`f02a1f4`][f02a1f4])
386
387[7597075]: https://github.com/wix/eslint-plugin-lodash/commit/75970752563bc793f8be5837805aff831eefae94
388[f02a1f4]: https://github.com/wix/eslint-plugin-lodash/commit/f02a1f49ebfa91ab1d7c3ee91e92eb6230af202b
389[1.8.5]: https://github.com/wix/eslint-plugin-lodash/compare/v1.8.5...v1.8.4
390
391## [1.8.4] - 2016-05-05
392### Fixed
393- Fixed case where `callback-binding` reports false positive on `_.sortedIndexBy`. ([`4a04eed`][4a04eed])
394
395[4a04eed]: https://github.com/wix/eslint-plugin-lodash/commit/4a04eed61edfbc6e07c966e17501c16e319649b8
396[1.8.4]: https://github.com/wix/eslint-plugin-lodash/compare/v1.8.4...v1.8.3
397
398## [1.8.3] - 2016-05-01
399### Fixed
400- Fixed case where `collection-return` reports false positive in nested arrow functions. ([`e59f507`][e59f507])
401
402[e59f507]: https://github.com/wix/eslint-plugin-lodash/commit/e59f50754bf9fa9463d98db9f0861fefbd3d2144
403[1.8.3]: https://github.com/wix/eslint-plugin-lodash/compare/v1.8.3...v1.8.2
404
405## [1.8.2] - 2016-04-28
406### Fixed
407- Fixed case where `prefer-times` crashes. ([`c199ed5`][c199ed5])
408
409[c199ed5]: https://github.com/wix/eslint-plugin-lodash/commit/c199ed5f3c055648791079142c9afdee666ffbed
410[1.8.2]: https://github.com/wix/eslint-plugin-lodash/compare/v1.8.2...v1.8.1
411
412## [1.8.1] - 2016-04-27
413### Fixed
414- Fixed case where `prefer-times` falsely reports when parameter usage is nested. ([`ae8b626`][ae8b626])
415
416[ae8b626]: https://github.com/wix/eslint-plugin-lodash/commit/ae8b626cf59de5ddd52785a8822c83fbc6381a2e
417[1.8.1]: https://github.com/wix/eslint-plugin-lodash/compare/v1.8.1...v1.8.0
418
419## [1.8.0] - 2016-04-24
420### Added
421- Added option for `prefer-constant` to handle function declarations. ([`51ce13d`][51ce13d])
422
423[51ce13d]: https://github.com/wix/eslint-plugin-lodash/commit/51ce13d5f2c732460e99b93c99cebd0ca1e56df4
424[1.8.0]: https://github.com/wix/eslint-plugin-lodash/compare/v1.8.0...v1.7.0
425
426## [1.7.0] - 2016-04-21
427### Added
428- Added option `ignoreObjects` to options object of `prefer-lodash-method` ([`3fc85bd`][3fc85bd])
429### Fixed
430- Fixed false positive reporting of `no-extra-args` when a lodash chain was within a non-lodash chain. ([`de02121`][de02121])
431
432[3fc85bd]: https://github.com/wix/eslint-plugin-lodash/commit/3fc85bdd3f499bd59d9d6e9f667ee7264a76bf14
433[de02121]: https://github.com/wix/eslint-plugin-lodash/commit/de021216e8a8d5e91f62654deefebd20f0263299
434[1.7.0]: https://github.com/wix/eslint-plugin-lodash/compare/v1.7.0...v1.6.9
435
436## [1.6.9] - 2016-04-19
437### Fixed
438- Stopped `prefer-noop` from reporting on empty method definitions. ([`3d35bdf`][3d35bdf])
439
440[3d35bdf]: https://github.com/wix/eslint-plugin-lodash/commit/3d35bdf50d0b6d473e565a1755bc36800ffed184
441[1.6.9]: https://github.com/wix/eslint-plugin-lodash/compare/v1.6.9...v1.6.8
442
443## [1.6.8] - 2016-04-18
444### Fixed
445- Fixed case where `no-extra-args` erronously reports on `attempt` when passing arguments. ([`5cd8950`][5cd8950])
446
447[5cd8950]: https://github.com/wix/eslint-plugin-lodash/commit/5cd89503f3b7bde658db870161b37a3f8f7e2ef1
448[1.6.8]: https://github.com/wix/eslint-plugin-lodash/compare/v1.6.8...v1.6.7
449
450## [1.6.7] - 2016-04-18
451### Fixed
452- Fixed case where `callback-binding` erronously reports on `zipWith` when there are multiple arguments. ([`23e7430`][23e7430])
453
454[23e7430]: https://github.com/wix/eslint-plugin-lodash/commit/23e74300dc59cfbec12d6586e3e56c09caa52e1f
455[1.6.7]: https://github.com/wix/eslint-plugin-lodash/compare/v1.6.7...v1.6.6
456
457## [1.6.6] - 2016-04-18
458### Fixed
459- Added `_.filter(a, _.negate(f))` as a negative condition in `prefer-reject` ([`6092e28`][6092e28])
460- Removed `Array.prototype.slice` as a native collection method because of `String.prototype.slice` ([`9476886`][9476886])
461
462[6092e28]: https://github.com/wix/eslint-plugin-lodash/commit/6092e2843d884ef5467402f9e9f41efc2dcf1b38
463[9476886]: https://github.com/wix/eslint-plugin-lodash/commit/9476886168a9c77919a0768e61a47f873a072d3e
464[1.6.6]: https://github.com/wix/eslint-plugin-lodash/compare/v1.6.6...v1.6.5
465
466## [1.6.5] - 2016-04-11
467### Fixed
468- Changed default config of `path-style` to `string` and removed jsPerf from docs. ([`14b8d05`][14b8d05])
469- Changed recommended `path-style` to `string`. ([`66f8053`][66f8053])
470
471[14b8d05]: https://github.com/wix/eslint-plugin-lodash/commit/14b8d05f060c496848fad8a8e05b9218134d0865
472[66f8053]: https://github.com/wix/eslint-plugin-lodash/commit/66f8053fc82ea96a4446a77cc0387a3f9c18a062
473[1.6.5]: https://github.com/wix/eslint-plugin-lodash/compare/v1.6.5...v1.6.4
474
475## [1.6.4] - 2016-04-10
476### Fixed
477- Added `castArray` to the list of chainable methods ([`4359077`][4359077])
478- Required `lodash` by major version to prevent double installation ([`a2568a9`][a2568a9])
479
480[4359077]: https://github.com/wix/eslint-plugin-lodash/commit/4359077546644b5a1ce0b5653b72b47e12592978
481[a2568a9]: https://github.com/wix/eslint-plugin-lodash/commit/a2568a9f59094aaf471dbe2b4354e31fd912b70a
482[1.6.4]: https://github.com/wix/eslint-plugin-lodash/compare/v1.6.4...v1.6.3
483
484## [1.6.3] - 2016-04-07
485### Fixed
486- Added `slice` as a native collection method for `prefer-lodash-chain` and `prefer-lodash-method`([`a68c606`][a68c606])
487
488[a68c606]: https://github.com/wix/eslint-plugin-lodash/commit/a68c6062d4ceb6ffcb1256a3ecbd3458098c2cfa
489[1.6.3]: https://github.com/wix/eslint-plugin-lodash/compare/v1.6.3...v1.6.2
490
491## [1.6.2] - 2016-04-06
492### Added
493- Added options object with `onlyLiterals` option to `matches-prop-shorthand` and `matches-shorthand`. ([`fc4b346`][fc4b346])
494
495[fc4b346]: https://github.com/wix/eslint-plugin-lodash/commit/fc4b3465211191609e1bbb9a430a719cb65fc072
496[1.6.2]: https://github.com/wix/eslint-plugin-lodash/compare/v1.6.2...v1.6.1
497
498## [1.6.1] - 2016-04-03
499### Fixed
500- Stopped rule `collection-method-value` from reporting on mutating method `remove`. ([`05bff20`][05bff20])
501
502[05bff20]: https://github.com/wix/eslint-plugin-lodash/commit/05bff20eb09187c7959470c99bd8c5405a255847
503[1.6.1]: https://github.com/wix/eslint-plugin-lodash/compare/v1.6.1...v1.6.0
504
505## [1.6.0] - 2016-04-03
506### Added
507- Added rule [`collection-method-value`][collection-method-value]. ([`bc73ec8`][bc73ec8])
508
509[bc73ec8]: https://github.com/wix/eslint-plugin-lodash/commit/bc73ec8a542577b3655818818887988e5fdb5770
510[1.6.0]: https://github.com/wix/eslint-plugin-lodash/compare/v1.6.0...v1.5.3
511
512## [1.5.3] - 2016-04-03
513### Fixed
514- Added missed cases in `prefer-includes`. ([`ef9058f`][ef9058f])
515
516[ef9058f]: https://github.com/wix/eslint-plugin-lodash/commit/ef9058fbb32cfdfb9b1eb7b7350dcf5f2635e3e8
517[1.5.3]: https://github.com/wix/eslint-plugin-lodash/compare/v1.5.3...v1.5.2
518
519## [1.5.2] - 2016-03-29
520### Fixed
521- Added chainable methods introducted since lodash v4.0. ([`f2ab08a`][f2ab08a])
522- Added fixed argument numbers for methods introduced since lodash v4.0 ([`7cb7e51`][7cb7e51])
523- Fixed case where [`prefer-lodash-method`][prefer-lodash-method] didn't consider explicit chaining ([`c9ec558`][c9ec558])
524
525[f2ab08a]: https://github.com/wix/eslint-plugin-lodash/commit/f2ab08ae0c575ccd6d4e5637adea47531bcceed1
526[7cb7e51]: https://github.com/wix/eslint-plugin-lodash/commit/7cb7e5118a7fccfb3c73cd1e29fa4269ac223927
527[c9ec558]: https://github.com/wix/eslint-plugin-lodash/commit/c9ec558f8b1187479016ab5ace51826869315ff6
528[1.5.2]: https://github.com/wix/eslint-plugin-lodash/compare/v1.5.2...v1.5.1
529
530## [1.5.1] - 2016-03-28
531### Fixed
532- Fixed error where plugin crashes ESLint [`prefer-includes`][prefer-includes]. ([`d619539`][d619539])
533
534[19b27dd]: https://github.com/wix/eslint-plugin-lodash/commit/19b27dd00e0d99067122c413d904b15c0687ce1c
535[1.5.1]: https://github.com/wix/eslint-plugin-lodash/compare/v1.5.1...v1.5.0
536
537## [1.5.0] - 2016-03-28
538### Added
539- Added rule [`prefer-includes`][prefer-includes]. ([`d619539`][d619539])
540
541[d619539]: https://github.com/wix/eslint-plugin-lodash/commit/d619539e98f6f5e4d0c7f13012e8f92b49431636
542[1.5.0]: https://github.com/wix/eslint-plugin-lodash/compare/v1.5.0...v1.4.2
543
544## [1.4.2] - 2016-03-20
545### Fixed
546- Fixed interations on method `sortedLastIndexBy`. ([`76b42b9`][76b42b9])
547
548
549[76b42b9]: https://github.com/wix/eslint-plugin-lodash/commit/76b42b944ff4c5043aae24d4b1edaed7ceff0cec
550[1.4.2]: https://github.com/wix/eslint-plugin-lodash/compare/v1.4.2...v1.4.1
551
552## [1.4.1] - 2016-03-13
553### Fixed
554- Fixed `recommended` configuration. ([`25499be0`][25499be0])
555
556
557[25499be0]: https://github.com/wix/eslint-plugin-lodash/commit/25499be0851b6f17d09e6e848bdb39db5e2edbcd
558[1.4.1]: https://github.com/wix/eslint-plugin-lodash/compare/v1.4.1...v1.4.0
559
560## [1.4.0] - 2016-03-13
561### Added
562- Added `recommended` and `v3` plugin configurations. ([`a1da5a4`][a1da5a4])
563
564
565[a1da5a4]: https://github.com/wix/eslint-plugin-lodash/commit/a1da5a404fadc38b072292b7bc296f908b5a6576
566[1.4.0]: https://github.com/wix/eslint-plugin-lodash/compare/v1.4.0...v1.3.0
567
568## [1.3.0] - 2016-03-10
569### Added
570- Added option for exceptions to the rule `prefer-lodash-method`. ([`6a3e2cc`][6a3e2cc])
571### Fixed
572- Fixed a false-positive for `prefer-lodash-chain` where the callback uses lodash. ([`ed42798`][ed42798])
573- Misc. Documentation fixes. ([`262c942`][262c942], [`f896337`][f896337])
574
575[6a3e2cc]: https://github.com/wix/eslint-plugin-lodash/commit/6a3e2cc6f49e6d907316d7659de09bc1c6f95665
576[ed42798]: https://github.com/wix/eslint-plugin-lodash/commit/ed4279898b40b8f9f12552d89b2ec61aa2ca6c12
577[262c942]: https://github.com/wix/eslint-plugin-lodash/commit/262c942cc6b131f78b85aa7c8afddf85f14406e5
578[f896337]: https://github.com/wix/eslint-plugin-lodash/commit/f8963378b76cfbe76967ce91260eb1c4d78a0118
579
580
581[1.3.0]: https://github.com/wix/eslint-plugin-lodash/compare/v1.3.0...v1.2.2
582
583## [1.2.2] - 2016-03-02
584### Fixed
585- Fixed an error where `forEach`, `forIn`, `forOwn`, and their right counterparts were considered chainable. ([`92e4b47`][92e4b47])
586
587[92e4b47]: https://github.com/wix/eslint-plugin-lodash/commit/92e4b47f6d613a39980cce939cbbbab2b7da33eb
588
589
590[1.2.2]: https://github.com/wix/eslint-plugin-lodash/compare/v1.2.2...v1.2.1
591
592## [1.2.1] - 2016-02-25
593### Fixed
594- Fixed rules `prefer-get`, `prefer-matches`, and `prefer-is-nil` that stopped reporting in ESLint v2. ([`5054431`][5054431]);
595
596[5054431]: https://github.com/wix/eslint-plugin-lodash/commit/50544315414c01980cf1580b8f28f3d1324287a7
597
598
599[1.2.1]: https://github.com/wix/eslint-plugin-lodash/compare/v1.2.1...v1.2.0
600
601## [1.2.0] - 2016-02-24
602### Fixed
603- Fixed `path-style` to report for calls to `matchesProperty`. ([`24d2ba6`][24d2ba6])
604- Fixed shorthand rules to report on more methods and on iteratees that call the shorthand methods (e.g. `_.property`). ([`e42d364`][e42d364])
605
606[24d2ba6]: https://github.com/wix/eslint-plugin-lodash/commit/24d2ba6e154b8d00691536846e95699380de45bf
607[e42d364]: https://github.com/wix/eslint-plugin-lodash/commit/e42d364d82d5e2a4e3b4b2c2c92d4330c9137958
608
609
610[1.2.0]: https://github.com/wix/eslint-plugin-lodash/compare/v1.2.0...v1.1.1
611
612## [1.1.1] - 2016-02-22
613### Fixed
614- Fixed error where `prefer-times` crashes when using destructuring. ([`926a449`][926a449])
615
616[926a449]: https://github.com/wix/eslint-plugin-lodash/commit/926a449043a074ec906854f4c6b3981702e91882
617
618
619[1.1.1]: https://github.com/wix/eslint-plugin-lodash/compare/v1.1.1...v1.1.0
620
621## [1.1.0] - 2016-02-21
622### Added
623- Added rule [`identity-shorthand`][identity-shorthand]. ([`e1e5ee3`][e1e5ee3])
624- Added fixer for rule `preferred-alias`. ([`0ea186e`][0ea186e])
625- Added fixer for rule `no-double-unwrap`. ([`105e873`][105e873])
626
627[0ea186e]: https://github.com/wix/eslint-plugin-lodash/commit/0ea186e90c5cdac73a64813167761e5ee0ea6f91
628[105e873]: https://github.com/wix/eslint-plugin-lodash/commit/105e8739f23fd32be5cc3d3c042d44deca259ecd
629[e1e5ee3]: https://github.com/wix/eslint-plugin-lodash/commit/e1e5ee310a473f92ef19391a4cd9793cd10dbf6b
630
631
632[1.1.0]: https://github.com/wix/eslint-plugin-lodash/compare/v1.1.0...v1.0.6
633
634## [1.0.6] - 2016-02-18
635### Added
636- Added rule [`path-style`][path-style]. ([`7166adc`][7166adc])
637- Added rule [`no-extra-args`][no-extra-args]. ([`b11e566`][b11e566])
638
639### Changed
640- Moved CONTRIBUTING.md to new .github directory. ([`d86bde2`][d86bde2])
641
642[7166adc]: https://github.com/wix/eslint-plugin-lodash/commit/7166adc55734fda866720950c7b4ce9739c7cb4d
643[b11e566]: https://github.com/wix/eslint-plugin-lodash/commit/b11e5665b2b08598045957370d1d7bfd931906b2
644[d86bde2]: https://github.com/wix/eslint-plugin-lodash/commit/d86bde2d6a72d53908ac63e91e041559d407b124
645
646[1.0.6]: https://github.com/wix/eslint-plugin-lodash/compare/v1.0.6...v1.0.5
647
648## [1.0.5] - 2016-02-07
649### Fixed
650- Fixed error with rule `prefer-map` when `_` isn't lodash ([`8892139`][8892139])
651
652[8892139]: https://github.com/wix/eslint-plugin-lodash/commit/8892139ea438dba68118bfa2fbadecb32aac2762
653[1.0.5]: https://github.com/wix/eslint-plugin-lodash/compare/v1.0.5...v1.0.4
654
655## [1.0.4] - 2016-02-04
656### Fixed
657- Fixed error with rule `prefer-filter` when `_` isn't lodash ([`95c3d46`][95c3d46])
658
659[95c3d46]: https://github.com/wix/eslint-plugin-lodash/commit/95c3d46470a7c922cde355f2dd3a3e4b6983fcc3
660[1.0.4]: https://github.com/wix/eslint-plugin-lodash/compare/v1.0.4...v1.0.3
661
662## [1.0.3] - 2016-01-31
663### Added
664- Added support for ESLint 2 ecmaFeatures syntax ([`7a68c45`][7a68c45])
665
666[7a68c45]: https://github.com/wix/eslint-plugin-lodash/commit/7a68c455c5f28c29fe2a01089df0db5ee82b98a0
667[1.0.3]: https://github.com/wix/eslint-plugin-lodash/compare/v1.0.3...v1.0.2
668
669
670## [1.0.2] - 2016-01-27
671### Fixed
672- Fixed error where rules assume second arg is iteratee when it isn't (e.g. `callback-binding`) ([`b3bd896`][b3bd896])
673
674[b3bd896]: https://github.com/wix/eslint-plugin-lodash/commit/b3bd89614fb4db86f819ca95e351466da6083419
675[1.0.2]: https://github.com/wix/eslint-plugin-lodash/compare/v1.0.2...v1.0.1
676
677## [1.0.1] - 2016-01-27
678### Fixed
679- Fixed error in rule matches-shorthand which caused crashes. ([`599e8e7`][599e8e7])
680- Fixed error in rule callback-binding which caused crashes in some cases ([`c985ba9`][c985ba9])
681
682[599e8e7]: https://github.com/wix/eslint-plugin-lodash/commit/599e8e7b57aa6d5cafcaef3a5467cabb8f30d451
683[c985ba9]: https://github.com/wix/eslint-plugin-lodash/commit/c985ba90addefb856e0fa7af65d6d46b20a48c30
684[1.0.1]: https://github.com/wix/eslint-plugin-lodash/compare/v1.0.1...v1.0.0
685
686## [1.0.0] - 2016-01-27
687### Added
688- Added support for using a different pragma (symbol) as the Lodash object using [shared settings](http://eslint.org/docs/user-guide/configuring#adding-shared-settings). ([`e4dc506`][e4dc506])
689- Added rule [`prefer-is-nil`][prefer-is-nil]. ([`ee23d5b`][ee23d5b])
690- Added rule [`prefer-over-quantifier`][prefer-over-quantifier]. ([`b9aa62d`][b9aa62d])
691- Added rule [`prefer-flat-map`][prefer-flat-map]. ([`8c0dfcb`][8c0dfcb])
692- Added [Contribution guidelines][CONTRIBUTING]. ([`0acfdc8`][0acfdc8])
693
694### Changed
695- Changed rule `no-unnecessary-bind` to rule [`callback-binding`][callback-binding], that is dependent on major Lodash version specified in the shared settings. ([`a107ad5`][a107ad5])
696- Changed all rules to be dependent on major Lodash version specified in settings for method aliases. ([`6f3e204`][6f3e204])
697- Changed rule prefer-invoke to [`prefer-invoke-map`][prefer-invoke-map] and made it only relevant for version 4. ([`90d057c`][90d057c])
698- Changed rule `no-commit` to not accept forEach cases, and made it only relevant for version 4. ([`c28ba30`][c28ba30])
699- Changed rule [`matches-shorthand`][matches-shorthand] "always" option to report only when there are multiple properties or when the resulting object can be shortened to `{property}` syntax. ([`30fde0e`][30fde0e]).
700- Changed rule [`matches-prop-shorthand`][matches-prop-shorthand] "never" option to report on the syntax depending on the version. ([`b17c145`][b17c145])
701
702[e4dc506]: https://github.com/wix/eslint-plugin-lodash3/commit/e4dc50681ee667e3111fedd6dbd6147f9c4fa7b0
703[ee23d5b]: https://github.com/wix/eslint-plugin-lodash3/commit/ee23d5bef217650f083f6f4b98e041b18c1be68c
704[a107ad5]: https://github.com/wix/eslint-plugin-lodash3/commit/a107ad5f7ee523bc1131d5ebb9ffc68b1935038c
705[6f3e204]: https://github.com/wix/eslint-plugin-lodash3/commit/6f3e2043bf30f925f7cd0840e115402dd5b40fbc
706[b9aa62d]: https://github.com/wix/eslint-plugin-lodash3/commit/b9aa62db63698e9458062b240467d493eb94c0d5
707[8c0dfcb]: https://github.com/wix/eslint-plugin-lodash3/commit/8c0dfcb4706d275ae669c65bb5942e462b7c5f65
708[0acfdc8]: https://github.com/wix/eslint-plugin-lodash3/commit/0acfdc85afa70da7150c481048fa2fc124612f0b
709[90d057c]: https://github.com/wix/eslint-plugin-lodash3/commit/90d057c3e298349a13ea2fcc0fcbae15702351f1
710[c28ba30]: https://github.com/wix/eslint-plugin-lodash3/commit/c28ba30ed567d6ba15f7d048215aa7c6c5376d11
711[30fde0e]: https://github.com/wix/eslint-plugin-lodash3/commit/30fde0e779eea7b14f60c6cd9ca8b211acd7dd7f
712[b17c145]: https://github.com/wix/eslint-plugin-lodash3/commit/b17c1453ecf06fd2f1df686c26836f0615d5ca57
713[1.0.0]: https://github.com/wix/eslint-plugin-lodash/compare/v1.0.0...v0.6.0
714
715[CONTRIBUTING]: /CONTRIBUTING.md
716
717[prefer-is-nil]: docs/rules/prefer-is-nil.md
718[callback-binding]: docs/rules/callback-binding.md
719[prefer-over-quantifier]: docs/rules/prefer-over-quantifier.md
720[prefer-flat-map]: docs/rules/prefer-flat-map.md
721[prefer-invoke-map]: docs/rules/prefer-invoke-map.md
722[matches-shorthand]: docs/rules/matches-shorthand.md
723[matches-prop-shorthand]: docs/rules/matches-prop-shorthand.md
724[path-style]: docs/rules/path-style.md
725[no-extra-args]: docs/rules/no-extra-args.md
726[identity-shorthand]: docs/rules/identity-shorthand.md
727[prefer-includes]: docs/rules/prefer-includes.md
728[prefer-lodash-method]: docs/rules/prefer-lodash-method.md
729[collection-method-value]: docs/rules/collection-method-value.md
730[consistent-compose]: docs/rules/consistent-compose.md
731
732<!--
733### Added
734### Changed
735### Deprecated
736### Removed
737### Fixed
738### Security
739 -->