mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 03:17:49 +00:00
Tweak release notes in README.md. [ci skip]
Former-commit-id: 316e7610ad00ca0b9d6a80ec44d38e1e739dcfd8
This commit is contained in:
@@ -249,7 +249,6 @@ require({
|
|||||||
|
|
||||||
### <sup>v1.2.0</sup>
|
### <sup>v1.2.0</sup>
|
||||||
|
|
||||||
* Added Bower package support
|
|
||||||
* Added `_.unzip`
|
* Added `_.unzip`
|
||||||
* Added an `options` argument to `_.debounce` and `_.throttle`
|
* Added an `options` argument to `_.debounce` and `_.throttle`
|
||||||
* Allowed non-`underscore` builds to include `_.findWhere` and `_.chain`
|
* Allowed non-`underscore` builds to include `_.findWhere` and `_.chain`
|
||||||
@@ -257,10 +256,11 @@ require({
|
|||||||
* Ensured build utility runs on Windows
|
* Ensured build utility runs on Windows
|
||||||
* Ensured `underscore` build versions of *“isType”* methods align with Underscore
|
* Ensured `underscore` build versions of *“isType”* methods align with Underscore
|
||||||
* Ensured methods avoid issues with the `__proto__` property
|
* Ensured methods avoid issues with the `__proto__` property
|
||||||
|
* Ensured `_.isEqual` uses a `callback` only if it’s a function
|
||||||
* Ensured `_.merge` applies a `callback` to nested properties
|
* Ensured `_.merge` applies a `callback` to nested properties
|
||||||
* Ensured `_.merge` passes the correct `callback` arguments when comparing objects
|
* Ensured `_.merge` passes the correct `callback` arguments when comparing objects
|
||||||
* Made Lo-Dash work with Browserify
|
* Made Lo-Dash work with Browserify
|
||||||
* Removed method compilation from the `modern`
|
* Removed method compilation from the `modern` build
|
||||||
|
|
||||||
The full changelog is available [here](https://github.com/bestiejs/lodash/wiki/Changelog).
|
The full changelog is available [here](https://github.com/bestiejs/lodash/wiki/Changelog).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user