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:
John-David Dalton
2012-11-18 01:22:56 -08:00
parent ca7f36506c
commit 49c60b6b75

View File

@@ -230,7 +230,7 @@ require({
#### 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`
#### Changes ####
@@ -241,7 +241,7 @@ require({
* Ensured `_defaults`, `_.extends`, and `_.merge` works with `_.reduce`
* Made Lo-Dashs `npm` package installation work with more system configurations
* 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
* Updated `backbone` build Lo-Dash method dependencies