README.md (lodash-3.0.0) | : | README.md (lodash-4.0.0) | ||
---|---|---|---|---|
# lodash v3.0.0 | # lodash v4.0.0 | |||
The [modern build](https://github.com/lodash/lodash/wiki/Build-Differences) of [ lodash](https://lodash.com/) with packages for [Bower](http://bower.io/), [Compo nent](http://component.github.io/), & [Volo](http://volojs.org/). | The [lodash](https://lodash.com/) library exported as a [UMD](https://github.com /umdjs/umd) module. | |||
Generated using [lodash-cli](https://www.npmjs.com/package/lodash-cli): | Generated using [lodash-cli](https://www.npmjs.com/package/lodash-cli): | |||
```bash | ```bash | |||
$ lodash modern -o ./lodash.js | $ npm run build | |||
$ lodash -o ./dist/lodash.js | ||||
$ lodash core -o ./dist/lodash.core.js | ||||
``` | ``` | |||
## Community | ||||
[](https://gitter.im/lodash/lodash) | ||||
## Module formats | ## Module formats | |||
lodash is also available in a variety of other builds & module formats. | lodash is also available in a variety of other builds & module formats. | |||
* npm packages for [modern](https://www.npmjs.com/package/lodash), [compatibili | * [lodash](https://www.npmjs.com/package/lodash) & [per method](https://www.npm | |||
ty](https://www.npmjs.com/package/lodash-compat), & [per method](https://www.npm | js.com/browse/keyword/lodash-modularized) packages | |||
js.com/browse/keyword/lodash-modularized) builds | * [lodash-amd](https://github.com/lodash/lodash/tree/4.0.0-amd) | |||
* AMD modules for [modern](https://github.com/lodash/lodash/tree/3.0.0-amd) & [ | * [lodash-es](https://github.com/lodash/lodash/tree/4.0.0-es) | |||
compatibility](https://github.com/lodash/lodash-compat/tree/3.0.0-amd) builds | ||||
* ES modules for the [modern](https://github.com/lodash/lodash/tree/3.0.0-es) b | ||||
uild | ||||
## Further Reading | ## Further Reading | |||
* [API Documentation](https://lodash.com/docs) | * [API Documentation](https://lodash.com/docs) | |||
* [Build Differences](https://github.com/lodash/lodash/wiki/Build-Differences) | * [Build Differences](https://github.com/lodash/lodash/wiki/Build-Differences) | |||
* [Changelog](https://github.com/lodash/lodash/wiki/Changelog) | * [Changelog](https://github.com/lodash/lodash/wiki/Changelog) | |||
* [Release Notes](https://github.com/lodash/lodash/releases) | ||||
* [Roadmap](https://github.com/lodash/lodash/wiki/Roadmap) | * [Roadmap](https://github.com/lodash/lodash/wiki/Roadmap) | |||
* [More Resources](https://github.com/lodash/lodash/wiki/Resources) | * [More Resources](https://github.com/lodash/lodash/wiki/Resources) | |||
End of changes. 6 change blocks. | ||||
11 lines changed or deleted | 14 lines changed or added |