mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 18:17:48 +00:00
Tweak readme layout of downloads and add not about 100% code coverage. [ci skip]
This commit is contained in:
17
README.md
17
README.md
@@ -5,17 +5,9 @@ A utility library delivering consistency, [customization](http://lodash.com/cust
|
|||||||
|
|
||||||
Check out our [wiki]([https://github.com/lodash/lodash/wiki/build-differences]) for details over the differences between builds.
|
Check out our [wiki]([https://github.com/lodash/lodash/wiki/build-differences]) for details over the differences between builds.
|
||||||
|
|
||||||
* Modern builds perfect for newer browsers/environments:<br>
|
* [Modern build](https://raw.github.com/lodash/lodash/2.4.1/dist/lodash.js) ([minified](https://raw.github.com/lodash/lodash/2.4.1/dist/lodash.min.js)) perfect for new environments
|
||||||
[Development](https://raw.github.com/lodash/lodash/2.4.1/dist/lodash.js) &
|
* [Compatibility build](https://raw.github.com/lodash/lodash/2.4.1/dist/lodash.compat.js) ([minified](https://raw.github.com/lodash/lodash/2.4.1/dist/lodash.compat.min.js)) for old environments too
|
||||||
[Production](https://raw.github.com/lodash/lodash/2.4.1/dist/lodash.min.js)
|
* [Underscore build](https://raw.github.com/lodash/lodash/2.4.1/dist/lodash.underscore.js) ([minified](https://raw.github.com/lodash/lodash/2.4.1/dist/lodash.underscore.min.js)) as a drop-in replacement
|
||||||
|
|
||||||
* Compatibility builds for older environment support too:<br>
|
|
||||||
[Development](https://raw.github.com/lodash/lodash/2.4.1/dist/lodash.compat.js) &
|
|
||||||
[Production](https://raw.github.com/lodash/lodash/2.4.1/dist/lodash.compat.min.js)
|
|
||||||
|
|
||||||
* Underscore builds to use as a drop-in replacement:<br>
|
|
||||||
[Development](https://raw.github.com/lodash/lodash/2.4.1/dist/lodash.underscore.js) &
|
|
||||||
[Production](https://raw.github.com/lodash/lodash/2.4.1/dist/lodash.underscore.min.js)
|
|
||||||
|
|
||||||
CDN copies are available on [cdnjs](http://cdnjs.com/libraries/lodash.js/) & [jsDelivr](http://www.jsdelivr.com/#!lodash). For smaller file sizes, create [custom builds](http://lodash.com/custom-builds) with only the features needed.
|
CDN copies are available on [cdnjs](http://cdnjs.com/libraries/lodash.js/) & [jsDelivr](http://www.jsdelivr.com/#!lodash). For smaller file sizes, create [custom builds](http://lodash.com/custom-builds) with only the features needed.
|
||||||
|
|
||||||
@@ -23,7 +15,7 @@ Love modules? We’ve got you covered with [lodash-amd](https://npmjs.org/packag
|
|||||||
|
|
||||||
## Dive in
|
## Dive in
|
||||||
|
|
||||||
There’s plenty of **[documentation](http://lodash.com/docs)**, [unit tests](http://lodash.com/tests), & [benchmarks](http://lodash.com/benchmarks).<br>
|
There’s plenty of **[API documentation](http://lodash.com/docs)**, [unit tests](http://lodash.com/tests), & [benchmarks](http://lodash.com/benchmarks).<br>
|
||||||
Check out <a href="http://devdocs.io/lodash/">DevDocs</a> as a fast, organized, & searchable interface for our documentation.
|
Check out <a href="http://devdocs.io/lodash/">DevDocs</a> as a fast, organized, & searchable interface for our documentation.
|
||||||
|
|
||||||
The full changelog for this release is available on our [wiki](https://github.com/lodash/lodash/wiki/Changelog).<br>
|
The full changelog for this release is available on our [wiki](https://github.com/lodash/lodash/wiki/Changelog).<br>
|
||||||
@@ -31,6 +23,7 @@ A list of upcoming features is available on our [roadmap](https://github.com/lod
|
|||||||
|
|
||||||
## Features *not* in Underscore
|
## Features *not* in Underscore
|
||||||
|
|
||||||
|
* 100% [code coverage](https://coveralls.io/r/lodash)
|
||||||
* AMD loader support ([curl](https://github.com/cujojs/curl), [dojo](http://dojotoolkit.org/), [requirejs](http://requirejs.org/), etc.)
|
* AMD loader support ([curl](https://github.com/cujojs/curl), [dojo](http://dojotoolkit.org/), [requirejs](http://requirejs.org/), etc.)
|
||||||
* [_(…)](http://lodash.com/docs#_) supports intuitive chaining
|
* [_(…)](http://lodash.com/docs#_) supports intuitive chaining
|
||||||
* [_.at](http://lodash.com/docs#at) for cherry-picking collection values
|
* [_.at](http://lodash.com/docs#at) for cherry-picking collection values
|
||||||
|
|||||||
Reference in New Issue
Block a user