mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 09:47:48 +00:00
Bump to v4.4.0.
This commit is contained in:
11
README.md
11
README.md
@@ -1,4 +1,4 @@
|
|||||||
# lodash v4.3.0
|
# lodash v4.4.0
|
||||||
|
|
||||||
The [lodash](https://lodash.com/) library exported as a [UMD](https://github.com/umdjs/umd) module.
|
The [lodash](https://lodash.com/) library exported as a [UMD](https://github.com/umdjs/umd) module.
|
||||||
|
|
||||||
@@ -26,14 +26,15 @@ numbers, objects, strings, etc. Lodash’s modular methods are great for:
|
|||||||
|
|
||||||
* [API Documentation](https://lodash.com/docs)
|
* [API Documentation](https://lodash.com/docs)
|
||||||
* [DevDocs – *a searchable interface for our documentation*](https://devdocs.io/lodash/)
|
* [DevDocs – *a searchable interface for our documentation*](https://devdocs.io/lodash/)
|
||||||
|
* [FP Guide](https://github.com/lodash/lodash/wiki/FP-Guide)
|
||||||
|
|
||||||
## Download
|
## Download
|
||||||
|
|
||||||
Lodash is released under the [MIT license](https://raw.githubusercontent.com/lodash/lodash/4.3.0/LICENSE) & supports [modern environments](#support).<br>
|
Lodash is released under the [MIT license](https://raw.githubusercontent.com/lodash/lodash/4.4.0/LICENSE) & supports [modern environments](#support).<br>
|
||||||
Review the [build differences](https://github.com/lodash/lodash/wiki/build-differences) & pick the one that’s right for you.
|
Review the [build differences](https://github.com/lodash/lodash/wiki/build-differences) & pick the one that’s right for you.
|
||||||
|
|
||||||
* [Core build](https://raw.githubusercontent.com/lodash/lodash/4.3.0/dist/lodash.core.js) ([~4 kB gzipped](https://raw.githubusercontent.com/lodash/lodash/4.3.0/dist/lodash.core.min.js))
|
* [Core build](https://raw.githubusercontent.com/lodash/lodash/4.4.0/dist/lodash.core.js) ([~4 kB gzipped](https://raw.githubusercontent.com/lodash/lodash/4.4.0/dist/lodash.core.min.js))
|
||||||
* [Full build](https://raw.githubusercontent.com/lodash/lodash/4.3.0/dist/lodash.js) ([~20 kB gzipped](https://raw.githubusercontent.com/lodash/lodash/4.3.0/dist/lodash.min.js))
|
* [Full build](https://raw.githubusercontent.com/lodash/lodash/4.4.0/dist/lodash.js) ([~20 kB gzipped](https://raw.githubusercontent.com/lodash/lodash/4.4.0/dist/lodash.min.js))
|
||||||
|
|
||||||
## Module Formats
|
## Module Formats
|
||||||
|
|
||||||
@@ -42,7 +43,7 @@ Lodash is available in a variety of other builds & module formats.
|
|||||||
* [lodash](https://www.npmjs.com/package/lodash) & [per method packages](https://www.npmjs.com/browse/keyword/lodash-modularized)
|
* [lodash](https://www.npmjs.com/package/lodash) & [per method packages](https://www.npmjs.com/browse/keyword/lodash-modularized)
|
||||||
* [lodash-amd](https://www.npmjs.com/package/lodash-amd)
|
* [lodash-amd](https://www.npmjs.com/package/lodash-amd)
|
||||||
* [lodash-es](https://www.npmjs.com/package/lodash-es) & [babel-plugin-lodash](https://www.npmjs.com/package/babel-plugin-lodash)
|
* [lodash-es](https://www.npmjs.com/package/lodash-es) & [babel-plugin-lodash](https://www.npmjs.com/package/babel-plugin-lodash)
|
||||||
* [lodash/fp](https://github.com/lodash/lodash/wiki/FP-Guide)
|
* [lodash/fp](https://github.com/lodash/lodash/tree/4.4.0-npm/fp)
|
||||||
|
|
||||||
CDN copies are available on [cdnjs](https://cdnjs.com/) & [jsDelivr](http://www.jsdelivr.com/).<br>
|
CDN copies are available on [cdnjs](https://cdnjs.com/) & [jsDelivr](http://www.jsdelivr.com/).<br>
|
||||||
Create [custom builds](https://lodash.com/custom-builds) with only the features you need.
|
Create [custom builds](https://lodash.com/custom-builds) with only the features you need.
|
||||||
|
|||||||
Reference in New Issue
Block a user