Bump to v4.14.1.

This commit is contained in:
John-David Dalton
2016-07-27 17:41:16 -07:00
parent 51ed7e7707
commit 6d4f76888f
20 changed files with 61 additions and 44 deletions

View File

@@ -3,10 +3,10 @@ import getMatchData from './_getMatchData.js';
/**
* Performs a partial deep comparison between `object` and `source` to
* determine if `object` contains equivalent property values. This method is
* equivalent to a `_.matches` function when `source` is partially applied.
* determine if `object` contains equivalent property values.
*
* **Note:** This method supports comparing the same values as `_.isEqual`.
* **Note:** This method supports comparing the same values as `_.isEqual`
* and is equivalent to `_.matches` when `source` is partially applied.
*
* @static
* @memberOf _