mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 20:07:49 +00:00
Add link to ES6 draft spec for Object.assign and add more notes to the v0.10.0 changelog to README.md.
Former-commit-id: c0f5d00e506f6b4a03d0844e7cc8379d462f9fff
This commit is contained in:
@@ -230,7 +230,7 @@ require({
|
|||||||
|
|
||||||
#### Compatibility Warnings ####
|
#### Compatibility Warnings ####
|
||||||
|
|
||||||
* Aligned `_.defaults` and `_.extend` with ES6 `Object.assign`
|
* Aligned `_.defaults` and `_.extend` with ES6 [Object.assign](http://people.mozilla.org/~jorendorff/es6-draft.html#sec-15.2.3.15)
|
||||||
* Renamed `_.lateBind` to `_.bindKey`
|
* Renamed `_.lateBind` to `_.bindKey`
|
||||||
|
|
||||||
#### Changes ####
|
#### Changes ####
|
||||||
@@ -241,7 +241,7 @@ require({
|
|||||||
* Ensured `_defaults`, `_.extends`, and `_.merge` works with `_.reduce`
|
* Ensured `_defaults`, `_.extends`, and `_.merge` works with `_.reduce`
|
||||||
* Made Lo-Dash’s `npm` package installation work with more system configurations
|
* Made Lo-Dash’s `npm` package installation work with more system configurations
|
||||||
* Made `_.extend` an alias of `_.assign`
|
* Made `_.extend` an alias of `_.assign`
|
||||||
* Optimized `_.contains` and `_.filter`
|
* Optimized `_.contains`, `_.defaults`, `_.extend`, and `_.filter`
|
||||||
* Restricted `_.where` to iterate only own properties of the `source` object
|
* Restricted `_.where` to iterate only own properties of the `source` object
|
||||||
* Updated `backbone` build Lo-Dash method dependencies
|
* Updated `backbone` build Lo-Dash method dependencies
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user