mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 02:17:50 +00:00
Update changelog with intersect removal.
Former-commit-id: 5902c720c1403b856ac213e293619c31ea6834f5
This commit is contained in:
@@ -148,7 +148,7 @@ git submodule update --init
|
|||||||
* `_.functions`, `_.methods`
|
* `_.functions`, `_.methods`
|
||||||
* `_.groupBy`
|
* `_.groupBy`
|
||||||
* `_.indexOf`
|
* `_.indexOf`
|
||||||
* `_.intersection`, `_.intersect`
|
* `_.intersection`
|
||||||
* `_.invoke`
|
* `_.invoke`
|
||||||
* `_.isEmpty`
|
* `_.isEmpty`
|
||||||
* `_.isEqual`
|
* `_.isEqual`
|
||||||
@@ -189,6 +189,7 @@ git submodule update --init
|
|||||||
* Adjusted the Lo-Dash export order for r.js
|
* Adjusted the Lo-Dash export order for r.js
|
||||||
* Ensured `_.groupBy` values are added to own, not inherited, properties
|
* Ensured `_.groupBy` values are added to own, not inherited, properties
|
||||||
* Made `_.bind` follow ES5 spec to support a popular Backbone.js pattern
|
* Made `_.bind` follow ES5 spec to support a popular Backbone.js pattern
|
||||||
|
* Removed the alias `intersect`
|
||||||
* Simplified `_.bind`, `_.flatten`, `_.groupBy`, `_.max`, and `_.min`
|
* Simplified `_.bind`, `_.flatten`, `_.groupBy`, `_.max`, and `_.min`
|
||||||
|
|
||||||
### <sup>v0.2.0</sup>
|
### <sup>v0.2.0</sup>
|
||||||
|
|||||||
Reference in New Issue
Block a user