Skip to content

Commit

Permalink
Bump to v1.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Mar 27, 2013
1 parent 7e8d84f commit 9e5a311
Show file tree
Hide file tree
Showing 17 changed files with 48 additions and 43 deletions.
33 changes: 19 additions & 14 deletions README.md
@@ -1,29 +1,29 @@
# Lo-Dash <sup>v1.1.0</sup>
# Lo-Dash <sup>v1.1.1</sup>
[![build status](https://secure.travis-ci.org/bestiejs/lodash.png)](http://travis-ci.org/bestiejs/lodash)

A low-level utility library delivering consistency, [customization](https://github.com/bestiejs/lodash#custom-builds), [performance](http://lodash.com/benchmarks), and [extra features](https://github.com/bestiejs/lodash#features).

## Download

* Lo-Dash builds (for modern environments):<br>
[Development](https://raw.github.com/bestiejs/lodash/v1.1.0/dist/lodash.js) and
[Production](https://raw.github.com/bestiejs/lodash/v1.1.0/dist/lodash.min.js)
[Development](https://raw.github.com/bestiejs/lodash/v1.1.1/dist/lodash.js) and
[Production](https://raw.github.com/bestiejs/lodash/v1.1.1/dist/lodash.min.js)

* Lo-Dash compatibility builds (for legacy and modern environments):<br>
[Development](https://raw.github.com/bestiejs/lodash/v1.1.0/dist/lodash.compat.js) and
[Production](https://raw.github.com/bestiejs/lodash/v1.1.0/dist/lodash.compat.min.js)
[Development](https://raw.github.com/bestiejs/lodash/v1.1.1/dist/lodash.compat.js) and
[Production](https://raw.github.com/bestiejs/lodash/v1.1.1/dist/lodash.compat.min.js)

* Underscore compatibility builds:<br>
[Development](https://raw.github.com/bestiejs/lodash/v1.1.0/dist/lodash.underscore.js) and
[Production](https://raw.github.com/bestiejs/lodash/v1.1.0/dist/lodash.underscore.min.js)
[Development](https://raw.github.com/bestiejs/lodash/v1.1.1/dist/lodash.underscore.js) and
[Production](https://raw.github.com/bestiejs/lodash/v1.1.1/dist/lodash.underscore.min.js)

* CDN copies of ≤ v1.1.0’s builds are available on [cdnjs](http://cdnjs.com/) thanks to [CloudFlare](http://www.cloudflare.com/):<br>
[Lo-Dash dev](http://cdnjs.cloudflare.com/ajax/libs/lodash.js/1.1.0/lodash.js),
[Lo-Dash prod](http://cdnjs.cloudflare.com/ajax/libs/lodash.js/1.1.0/lodash.min.js),<br>
[Lo-Dash compat-dev](http://cdnjs.cloudflare.com/ajax/libs/lodash.js/1.1.0/lodash.compat.js),
[Lo-Dash compat-prod](http://cdnjs.cloudflare.com/ajax/libs/lodash.js/1.1.0/lodash.compat.min.js),<br>
[Underscore compat-dev](http://cdnjs.cloudflare.com/ajax/libs/lodash.js/1.1.0/lodash.underscore.js), and
[Underscore compat-prod](http://cdnjs.cloudflare.com/ajax/libs/lodash.js/1.1.0/lodash.underscore.min.js)
* CDN copies of ≤ v1.1.1’s builds are available on [cdnjs](http://cdnjs.com/) thanks to [CloudFlare](http://www.cloudflare.com/):<br>
[Lo-Dash dev](http://cdnjs.cloudflare.com/ajax/libs/lodash.js/1.1.1/lodash.js),
[Lo-Dash prod](http://cdnjs.cloudflare.com/ajax/libs/lodash.js/1.1.1/lodash.min.js),<br>
[Lo-Dash compat-dev](http://cdnjs.cloudflare.com/ajax/libs/lodash.js/1.1.1/lodash.compat.js),
[Lo-Dash compat-prod](http://cdnjs.cloudflare.com/ajax/libs/lodash.js/1.1.1/lodash.compat.min.js),<br>
[Underscore compat-dev](http://cdnjs.cloudflare.com/ajax/libs/lodash.js/1.1.1/lodash.underscore.js), and
[Underscore compat-prod](http://cdnjs.cloudflare.com/ajax/libs/lodash.js/1.1.1/lodash.underscore.min.js)

* For optimal file size, [create a custom build](https://github.com/bestiejs/lodash#custom-builds) with only the features you need

Expand Down Expand Up @@ -252,6 +252,11 @@ require({

## Release Notes

### <sup>v1.1.1</sup>

* Ensured the `underscore` build version of `_.forEach` accepts a `thisArg` argument
* Updated vendor/tar to work with Node v0.10.x

### <sup>v1.1.0</sup>

* Added `rhino -require` support
Expand Down
4 changes: 2 additions & 2 deletions dist/lodash.backbone.js
@@ -1,6 +1,6 @@
/**
* @license
* Lo-Dash 1.1.0 (Custom Build) <http://lodash.com/>
* Lo-Dash 1.1.1 (Custom Build) <http://lodash.com/>
* Build: `lodash backbone exports="amd,commonjs,global,node" -o ./dist/lodash.backbone.js`
* Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>
* Based on Underscore.js 1.4.4 <http://underscorejs.org/>
Expand Down Expand Up @@ -3047,7 +3047,7 @@
* @memberOf _
* @type String
*/
lodash.VERSION = '1.1.0';
lodash.VERSION = '1.1.1';

// add functions to `lodash.prototype`
mixin(lodash);
Expand Down
4 changes: 2 additions & 2 deletions dist/lodash.backbone.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/lodash.compat.js
@@ -1,6 +1,6 @@
/**
* @license
* Lo-Dash 1.1.0 (Custom Build) <http://lodash.com/>
* Lo-Dash 1.1.1 (Custom Build) <http://lodash.com/>
* Build: `lodash -o ./dist/lodash.compat.js`
* Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>
* Based on Underscore.js 1.4.4 <http://underscorejs.org/>
Expand Down Expand Up @@ -5347,7 +5347,7 @@
* @memberOf _
* @type String
*/
lodash.VERSION = '1.1.0';
lodash.VERSION = '1.1.1';

// add "Chaining" functions to the wrapper
lodash.prototype.toString = wrapperToString;
Expand Down
4 changes: 2 additions & 2 deletions dist/lodash.compat.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/lodash.js
@@ -1,6 +1,6 @@
/**
* @license
* Lo-Dash 1.1.0 (Custom Build) <http://lodash.com/>
* Lo-Dash 1.1.1 (Custom Build) <http://lodash.com/>
* Build: `lodash modern -o ./dist/lodash.js`
* Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>
* Based on Underscore.js 1.4.4 <http://underscorejs.org/>
Expand Down Expand Up @@ -5145,7 +5145,7 @@
* @memberOf _
* @type String
*/
lodash.VERSION = '1.1.0';
lodash.VERSION = '1.1.1';

// add "Chaining" functions to the wrapper
lodash.prototype.toString = wrapperToString;
Expand Down
4 changes: 2 additions & 2 deletions dist/lodash.legacy.js
@@ -1,6 +1,6 @@
/**
* @license
* Lo-Dash 1.1.0 (Custom Build) <http://lodash.com/>
* Lo-Dash 1.1.1 (Custom Build) <http://lodash.com/>
* Build: `lodash legacy -o ./dist/lodash.legacy.js`
* Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>
* Based on Underscore.js 1.4.4 <http://underscorejs.org/>
Expand Down Expand Up @@ -5273,7 +5273,7 @@
* @memberOf _
* @type String
*/
lodash.VERSION = '1.1.0';
lodash.VERSION = '1.1.1';

// add "Chaining" functions to the wrapper
lodash.prototype.toString = wrapperToString;
Expand Down
4 changes: 2 additions & 2 deletions dist/lodash.legacy.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9e5a311

Please sign in to comment.