Skip to content

Commit 9e5a311

Browse files
committed
Bump to v1.1.1.
1 parent 7e8d84f commit 9e5a311

17 files changed

+48
-43
lines changed

README.md

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
# Lo-Dash <sup>v1.1.0</sup>
1+
# Lo-Dash <sup>v1.1.1</sup>
22
[![build status](https://secure.travis-ci.org/bestiejs/lodash.png)](http://travis-ci.org/bestiejs/lodash)
33

44
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).
55

66
## Download
77

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

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

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

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

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

@@ -252,6 +252,11 @@ require({
252252

253253
## Release Notes
254254

255+
### <sup>v1.1.1</sup>
256+
257+
* Ensured the `underscore` build version of `_.forEach` accepts a `thisArg` argument
258+
* Updated vendor/tar to work with Node v0.10.x
259+
255260
### <sup>v1.1.0</sup>
256261

257262
* Added `rhino -require` support

dist/lodash.backbone.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Lo-Dash 1.1.0 (Custom Build) <http://lodash.com/>
3+
* Lo-Dash 1.1.1 (Custom Build) <http://lodash.com/>
44
* Build: `lodash backbone exports="amd,commonjs,global,node" -o ./dist/lodash.backbone.js`
55
* Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>
66
* Based on Underscore.js 1.4.4 <http://underscorejs.org/>
@@ -3047,7 +3047,7 @@
30473047
* @memberOf _
30483048
* @type String
30493049
*/
3050-
lodash.VERSION = '1.1.0';
3050+
lodash.VERSION = '1.1.1';
30513051

30523052
// add functions to `lodash.prototype`
30533053
mixin(lodash);

dist/lodash.backbone.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lodash.compat.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Lo-Dash 1.1.0 (Custom Build) <http://lodash.com/>
3+
* Lo-Dash 1.1.1 (Custom Build) <http://lodash.com/>
44
* Build: `lodash -o ./dist/lodash.compat.js`
55
* Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>
66
* Based on Underscore.js 1.4.4 <http://underscorejs.org/>
@@ -5347,7 +5347,7 @@
53475347
* @memberOf _
53485348
* @type String
53495349
*/
5350-
lodash.VERSION = '1.1.0';
5350+
lodash.VERSION = '1.1.1';
53515351

53525352
// add "Chaining" functions to the wrapper
53535353
lodash.prototype.toString = wrapperToString;

dist/lodash.compat.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lodash.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Lo-Dash 1.1.0 (Custom Build) <http://lodash.com/>
3+
* Lo-Dash 1.1.1 (Custom Build) <http://lodash.com/>
44
* Build: `lodash modern -o ./dist/lodash.js`
55
* Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>
66
* Based on Underscore.js 1.4.4 <http://underscorejs.org/>
@@ -5145,7 +5145,7 @@
51455145
* @memberOf _
51465146
* @type String
51475147
*/
5148-
lodash.VERSION = '1.1.0';
5148+
lodash.VERSION = '1.1.1';
51495149

51505150
// add "Chaining" functions to the wrapper
51515151
lodash.prototype.toString = wrapperToString;

dist/lodash.legacy.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Lo-Dash 1.1.0 (Custom Build) <http://lodash.com/>
3+
* Lo-Dash 1.1.1 (Custom Build) <http://lodash.com/>
44
* Build: `lodash legacy -o ./dist/lodash.legacy.js`
55
* Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>
66
* Based on Underscore.js 1.4.4 <http://underscorejs.org/>
@@ -5273,7 +5273,7 @@
52735273
* @memberOf _
52745274
* @type String
52755275
*/
5276-
lodash.VERSION = '1.1.0';
5276+
lodash.VERSION = '1.1.1';
52775277

52785278
// add "Chaining" functions to the wrapper
52795279
lodash.prototype.toString = wrapperToString;

dist/lodash.legacy.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)