From bf06df447584a0dd4bd55a2a0cf05f88e6e7ed8c Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 10 Jan 2016 13:44:36 -0800 Subject: [PATCH] Bump to v4.0.0. --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 521e7831a..cbcf3cce8 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ -# lodash v4.0.0-pre +# lodash v4.0.0 -The [modern build](https://github.com/lodash/lodash/wiki/Build-Differences) of [lodash](https://lodash.com/). +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): ```bash -$ lodash modern -o ./lodash.js +$ npm run build +$ lodash -o ./dist/lodash.js +$ lodash core -o ./dist/lodash.core.js ``` ## Community @@ -15,15 +17,14 @@ $ lodash modern -o ./lodash.js lodash is also available in a variety of other builds & module formats. - * npm packages for [modern](https://www.npmjs.com/package/lodash), [compatibility](https://www.npmjs.com/package/lodash-compat), & [per method](https://www.npmjs.com/browse/keyword/lodash-modularized) builds - * AMD modules for [modern](https://github.com/lodash/lodash/tree/3.10.1-amd) & [compatibility](https://github.com/lodash/lodash-compat/tree/3.10.1-amd) builds - * ES modules for the [modern](https://github.com/lodash/lodash/tree/3.10.1-es) build + * [lodash](https://www.npmjs.com/package/lodash) & [per method](https://www.npmjs.com/browse/keyword/lodash-modularized) packages + * [lodash-amd](https://github.com/lodash/lodash/tree/4.0.0-amd) + * [lodash-es](https://github.com/lodash/lodash/tree/4.0.0-es) ## Further Reading * [API Documentation](https://lodash.com/docs) * [Build Differences](https://github.com/lodash/lodash/wiki/Build-Differences) * [Changelog](https://github.com/lodash/lodash/wiki/Changelog) - * [Release Notes](https://github.com/lodash/lodash/releases) * [Roadmap](https://github.com/lodash/lodash/wiki/Roadmap) * [More Resources](https://github.com/lodash/lodash/wiki/Resources)