mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 10:07:48 +00:00
Bump to v2.2.1.
This commit is contained in:
14
README.md
14
README.md
@@ -1,19 +1,19 @@
|
||||
# Lo-Dash v2.2.0
|
||||
# Lo-Dash v2.2.1
|
||||
A utility library delivering consistency, [customization](http://lodash.com/custom-builds), [performance](http://lodash.com/benchmarks), & [extras](http://lodash.com/#features).
|
||||
|
||||
## Download
|
||||
|
||||
* Modern builds perfect for newer browsers/environments:<br>
|
||||
[Development](https://raw.github.com/lodash/lodash/2.2.0/dist/lodash.js) &
|
||||
[Production](https://raw.github.com/lodash/lodash/2.2.0/dist/lodash.min.js)
|
||||
[Development](https://raw.github.com/lodash/lodash/2.2.1/dist/lodash.js) &
|
||||
[Production](https://raw.github.com/lodash/lodash/2.2.1/dist/lodash.min.js)
|
||||
|
||||
* Compatibility builds for older environment support too:<br>
|
||||
[Development](https://raw.github.com/lodash/lodash/2.2.0/dist/lodash.compat.js) &
|
||||
[Production](https://raw.github.com/lodash/lodash/2.2.0/dist/lodash.compat.min.js)
|
||||
[Development](https://raw.github.com/lodash/lodash/2.2.1/dist/lodash.compat.js) &
|
||||
[Production](https://raw.github.com/lodash/lodash/2.2.1/dist/lodash.compat.min.js)
|
||||
|
||||
* Underscore builds to use as a drop-in replacement:<br>
|
||||
[Development](https://raw.github.com/lodash/lodash/2.2.0/dist/lodash.underscore.js) &
|
||||
[Production](https://raw.github.com/lodash/lodash/2.2.0/dist/lodash.underscore.min.js)
|
||||
[Development](https://raw.github.com/lodash/lodash/2.2.1/dist/lodash.underscore.js) &
|
||||
[Production](https://raw.github.com/lodash/lodash/2.2.1/dist/lodash.underscore.min.js)
|
||||
|
||||
CDN copies are available on [cdnjs](http://cdnjs.com/libraries/lodash.js/) & [jsDelivr](http://www.jsdelivr.com/#!lodash).<br>
|
||||
For smaller file sizes, create [custom builds](http://lodash.com/custom-builds) with only the features needed.<br>
|
||||
|
||||
Reference in New Issue
Block a user