8000 Bump to v1.3.1. · lodash/lodash@9bd12eb · GitHub
[go: up one dir, main page]

Skip to content

Commit 9bd12eb

Browse files
committed
Bump to v1.3.1.
Former-commit-id: 2d7b1adacb8d2dd6fbee4b9b623b73aa8582e487
1 parent ef66650 commit 9bd12eb

13 files changed

+40
-33
lines changed

README.md

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
# Lo-Dash <sup>v1.3.0</sup>
1+
# Lo-Dash <sup>v1.3.1</sup>
22

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

55
## Download
66

77
* Lo-Dash builds (for modern environments):<br>
8-
[Development](https://raw.github.com/bestiejs/lodash/v1.3.0/dist/lodash.js) and
9-
[Production](https://raw.github.com/bestiejs/lodash/v1.3.0/dist/lodash.min.js)
8+
[Development](https://raw.github.com/bestiejs/lodash/v1.3.1/dist/lodash.js) and
9+
[Production](https://raw.github.com/bestiejs/lodash/v1.3.1/dist/lodash.min.js)
1010

1111
* Lo-Dash compatibility builds (for legacy and modern environments):<br>
12-
[Development](https://raw.github.com/bestiejs/lodash/v1.3.0/dist/lodash.compat.js) and
13-
[Production](https://raw.github.com/bestiejs/lodash/v1.3.0/dist/lodash.compat.min.js)
12+
[Development](https://raw.github.com/bestiejs/lodash/v1.3.1/dist/lodash.compat.js) and
13+
[Production](https://raw.github.com/bestiejs/lodash/v1.3.1/dist/lodash.compat.min.js)
1414

1515
* Underscore compatibility builds:<br>
16-
[Development](https://raw.github.com/bestiejs/lodash/v1.3.0/dist/lodash.underscore.js) and
17-
[Production](https://raw.github.com/bestiejs/lodash/v1.3.0/dist/lodash.underscore.min.js)
16+
[Development](https://raw.github.com/bestiejs/lodash/v1.3.1/dist/lodash.underscore.js) and
17+
[Production](https://raw.github.com/bestiejs/lodash/v1.3.1/dist/lodash.underscore.min.js)
1818

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

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

@@ -249,6 +249,13 @@ require({
249249

250250
## Release Notes
251251

252+
### <sup>v1.3.1</sup>
253+
254+
* Added missing `cache` property to the objects returned by `getObject`
255+
* Ensured `maxWait` unit tests pass in Ringo
256+
* Increased the `maxPoolSize` value
257+
* Optimized `releaseArray` and `releaseObject`
258+
252259
### <sup>v1.3.0</sup>
253260

254261
* Added `_.transform` method

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lodash",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"main": "./dist/lodash.compat.js",
55
"ignore": [
66
".*",

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lodash",
33
"repo": "bestiejs/lodash",
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"description": "A low-level utility library delivering consistency, customization, performance, and extra features.",
66
"license": "MIT",
77
"scripts": [

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.3.0 (Custom Build) <http://lodash.com/>
3+
* Lo-Dash 1.3.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/>
@@ -5818,7 +5818,7 @@
58185818
* @memberOf _
58195819
* @type String
58205820
*/
5821-
lodash.VERSION = '1.3.0';
5821+
lodash.VERSION = '1.3.1';
58225822

58235823
// add "Chaining" functions to the wrapper
58245824
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.3.0 (Custom Build) <http://lodash.com/>
3+
* Lo-Dash 1.3.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/>
@@ -5483,7 +5483,7 @@
54835483
* @memberOf _
54845484
* @type String
54855485
*/
5486-
lodash.VERSION = '1.3.0';
5486+
lodash.VERSION = '1.3.1';
54875487

54885488
// add "Chaining" functions to the wrapper
54895489
lodash.prototype.toString = wrapperToString;

dist/lodash.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.underscore.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.3.0 (Custom Build) <http://lodash.com/>
3+
* Lo-Dash 1.3.1 (Custom Build) <http://lodash.com/>
44
* Build: `lodash underscore exports="amd,commonjs,global,node" -o ./dist/lodash.underscore.js`
55
* Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>
66
* Based on Underscore.js 1.4.4 <http://underscorejs.org/>
@@ -4418,7 +4418,7 @@
44184418
* @memberOf _
44194419
* @type String
44204420
*/
4421-
lodash.VERSION = '1.3.0';
4421+
lodash.VERSION = '1.3.1';
44224422

44234423
// add functions to `lodash.prototype`
44244424
mixin(lodash);

dist/lodash.underscore.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.

doc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Lo-Dash <sup>v1.3.0</sup>
1+
# Lo-Dash <sup>v1.3.1</sup>
22

33
<!-- div -->
44

doc/parse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
// generate Markdown
2222
$markdown = docdown(array(
2323
'path' => '../' . $file,
24-
'title' => 'Lo-Dash <sup>v1.3.0</sup>',
24+
'title' => 'Lo-Dash <sup>v1.3.1</sup>',
2525
'toc' => 'categories',
2626
'url' => 'https://github.com/bestiejs/lodash/blob/master/lodash.js'
2727
));

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.3.0 <http://lodash.com/>
3+
* Lo-Dash 1.3.1 <http://lodash.com/>
44
* Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>
55
* Based on Underscore.js 1.4.4 <http://underscorejs.org/>
66
* Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud Inc.
@@ -5837,7 +5837,7 @@
58375837
* @memberOf _
58385838
* @type String
58395839
*/
5840-
lodash.VERSION = '1.3.0';
5840+
lodash.VERSION = '1.3.1';
58415841

58425842
// add "Chaining" functions to the wrapper
58435843
lodash.prototype.toString = wrapperToString;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lodash",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "A low-level utility library delivering consistency, customization, performance, and extra features.",
55
"homepage": "http://lodash.com/",
66
"license": "MIT",

0 commit comments

Comments
 (0)
0