Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1e2ef54

Browse files
committed
Bump to v0.3.1.
Former-commit-id: 2e1e3b7e47b1f98d2ca20a89a4570a0b958d4323
1 parent94e8af4 commit1e2ef54

File tree

5 files changed

+32
-24
lines changed

5 files changed

+32
-24
lines changed

‎README.md‎

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
#Lo-Dash <sup>v0.3.0</sup>
1+
#Lo-Dash <sup>v0.3.1</sup>
22

33
A drop-in replacement for Underscore.js, from the devs behind[jsPerf.com](http://jsperf.com), that delivers[performance improvements](http://lodash.com/benchmarks),[bug fixes](https://github.com/bestiejs/lodash#closed-underscorejs-issues), and[additional features](https://github.com/bestiejs/lodash#features).
44

55
Lo-Dash’s performance is gained by avoiding slower native methods, instead opting for simplified non-ES5 compliant methods optimized for common usage, and by leveraging function compilation to reduce the number of overall function calls.
66

77
##Download
88

9-
*[Development source](https://raw.github.com/bestiejs/lodash/v0.3.0/lodash.js)
10-
*[Production source](https://raw.github.com/bestiejs/lodash/v0.3.0/lodash.min.js)
9+
*[Development source](https://raw.github.com/bestiejs/lodash/v0.3.1/lodash.js)
10+
*[Production source](https://raw.github.com/bestiejs/lodash/v0.3.1/lodash.min.js)
1111
* For optimal performance,[create a custom build](https://github.com/bestiejs/lodash#custom-builds) with only the features you need
1212

1313
##Dive in
@@ -25,7 +25,7 @@ For more information check out these screencasts over Lo-Dash:
2525

2626
##Features
2727

28-
* AMD loader support (RequireJS,curl.js, etc.)
28+
* AMD loader support ([RequireJS](http://requirejs.org/),[curl.js](https://github.com/cujojs/curl), etc.)
2929
*[_.bind](http://lodash.com/docs#bind) supports*"lazy"* binding
3030
*[_.debounce](http://lodash.com/docs#debounce)’ed functions match[_.throttle](http://lodash.com/docs#throttle)’ed functions’ return value behavior
3131
*[_.forEach](http://lodash.com/docs#forEach) is chainable
@@ -150,20 +150,21 @@ git submodule update --init
150150

151151
##Closed Underscore.js issues
152152

153-
* Allow iteration of objects with a`length` property[[#148](https://github.com/documentcloud/underscore/issues/148),[#154](https://github.com/documentcloud/underscore/issues/154),[#252](https://github.com/documentcloud/underscore/issues/252),[#448](https://github.com/documentcloud/underscore/issues/448),[test](https://github.com/bestiejs/lodash/blob/c07e1567a7a12cff2c5ee6cda81306c8bcf126f0/test/test.js#L266-272)]
154-
* Ensure array-like objects with invalid`length` properties are treated like regular objects[[test](https://github.com/bestiejs/lodash/blob/c07e1567a7a12cff2c5ee6cda81306c8bcf126f0/test/test.js#L237-243),[test](https://github.com/bestiejs/lodash/blob/c07e1567a7a12cff2c5ee6cda81306c8bcf126f0/test/test.js#L533-542),[test](https://github.com/bestiejs/lodash/blob/c07e1567a7a12cff2c5ee6cda81306c8bcf126f0/test/test.js#L661-664)]
155-
* Ensure`_(...)` returns passed wrapper instances[[test](https://github.com/bestiejs/lodash/blob/c07e1567a7a12cff2c5ee6cda81306c8bcf126f0/test/test.js#L106-109)]
156-
* Ensure`_.groupBy` adds values to own, not inherited, properties[[test](https://github.com/bestiejs/lodash/blob/c07e1567a7a12cff2c5ee6cda81306c8bcf126f0/test/test.js#L317-324)]
157-
* Ensure`_.sortedIndex` supports arrays with high`length` values[[test](https://github.com/bestiejs/lodash/blob/c07e1567a7a12cff2c5ee6cda81306c8bcf126f0/test/test.js#L586-595)]
158-
* Ensure`_.throttle` works when called in tight loops[[#502](https://github.com/documentcloud/underscore/issues/502),[test](https://github.com/bestiejs/lodash/blob/c07e1567a7a12cff2c5ee6cda81306c8bcf126f0/test/test.js#L629-639)]
159-
* Fix Firefox, IE, Opera, and Safari object iteration bugs[[#376](https://github.com/documentcloud/underscore/issues/376),[test](https://github.com/bestiejs/lodash/blob/c07e1567a7a12cff2c5ee6cda81306c8bcf126f0/test/test.js#L175-187),[test](https://github.com/bestiejs/lodash/blob/c07e1567a7a12cff2c5ee6cda81306c8bcf126f0/test/test.js#L277-302),[test](https://github.com/bestiejs/lodash/blob/c07e1567a7a12cff2c5ee6cda81306c8bcf126f0/test/test.js#L379-390),[test](https://github.com/bestiejs/lodash/blob/c07e1567a7a12cff2c5ee6cda81306c8bcf126f0/test/test.js#L398-400),[test](https://github.com/bestiejs/lodash/blob/c07e1567a7a12cff2c5ee6cda81306c8bcf126f0/test/test.js#L418-438),[test](https://github.com/bestiejs/lodash/blob/c07e1567a7a12cff2c5ee6cda81306c8bcf126f0/test/test.js#L554-556)]
153+
* Allow iteration of objects with a`length` property[[#148](https://github.com/documentcloud/underscore/issues/148),[#154](https://github.com/documentcloud/underscore/issues/154),[#252](https://github.com/documentcloud/underscore/issues/252),[#448](https://github.com/documentcloud/underscore/issues/448),[test](https://github.com/bestiejs/lodash/blob/801e8a5b3a963157fceaad15075690f59c22de9c/test/test.js#L266-272)]
154+
* Ensure "Arrays" category methods allow falsey`array` arguments[[test](https://github.com/bestiejs/lodash/blob/801e8a5b3a963157fceaad15075690f59c22de9c/test/test.js#L714-748)]
155+
* Ensure array-like objects with invalid`length` properties are treated like regular objects[[test](https://github.com/bestiejs/lodash/blob/801e8a5b3a963157fceaad15075690f59c22de9c/test/test.js#L237-243),[test](https://github.com/bestiejs/lodash/blob/801e8a5b3a963157fceaad15075690f59c22de9c/test/test.js#L533-542),[test](https://github.com/bestiejs/lodash/blob/801e8a5b3a963157fceaad15075690f59c22de9c/test/test.js#L661-664)]
156+
* Ensure`_(...)` returns passed wrapper instances[[test](https://github.com/bestiejs/lodash/blob/801e8a5b3a963157fceaad15075690f59c22de9c/test/test.js#L106-109)]
157+
* Ensure`_.groupBy` adds values to own, not inherited, properties[[test](https://github.com/bestiejs/lodash/blob/801e8a5b3a963157fceaad15075690f59c22de9c/test/test.js#L317-324)]
158+
* Ensure`_.sortedIndex` supports arrays with high`length` values[[test](https://github.com/bestiejs/lodash/blob/801e8a5b3a963157fceaad15075690f59c22de9c/test/test.js#L586-595)]
159+
* Ensure`_.throttle` works when called in tight loops[[#502](https://github.com/documentcloud/underscore/issues/502),[test](https://github.com/bestiejs/lodash/blob/801e8a5b3a963157fceaad15075690f59c22de9c/test/test.js#L629-639)]
160+
* Fix Firefox, IE, Opera, and Safari object iteration bugs[[#376](https://github.com/documentcloud/underscore/issues/376),[test](https://github.com/bestiejs/lodash/blob/801e8a5b3a963157fceaad15075690f59c22de9c/test/test.js#L175-187),[test](https://github.com/bestiejs/lodash/blob/801e8a5b3a963157fceaad15075690f59c22de9c/test/test.js#L277-302),[test](https://github.com/bestiejs/lodash/blob/801e8a5b3a963157fceaad15075690f59c22de9c/test/test.js#L379-390),[test](https://github.com/bestiejs/lodash/blob/801e8a5b3a963157fceaad15075690f59c22de9c/test/test.js#L398-400),[test](https://github.com/bestiejs/lodash/blob/801e8a5b3a963157fceaad15075690f59c22de9c/test/test.js#L418-438),[test](https://github.com/bestiejs/lodash/blob/801e8a5b3a963157fceaad15075690f59c22de9c/test/test.js#L554-556)]
160161
* Handle arrays with`undefined` values correctly in IE < 9[[#601](https://github.com/documentcloud/underscore/issues/601)]
161-
* Methods should work on pages with incorrectly shimmed native methods[[#7](https://github.com/documentcloud/underscore/issues/7),[test](https://github.com/bestiejs/lodash/blob/c07e1567a7a12cff2c5ee6cda81306c8bcf126f0/test/test.js#L88-94)]
162-
* Register as AMD module, but still export to global[[#431](https://github.com/documentcloud/underscore/pull/431),[test](https://github.com/bestiejs/lodash/blob/c07e1567a7a12cff2c5ee6cda81306c8bcf126f0/test/test.js#L72-86)]
163-
*`_.forEach` should be chainable[[#142](https://github.com/documentcloud/underscore/issues/142),[test](https://github.com/bestiejs/lodash/blob/c07e1567a7a12cff2c5ee6cda81306c8bcf126f0/test/test.js#L232-235)]
164-
*`_isNaN(new Number(NaN))` should return`true`[[test](https://github.com/bestiejs/lodash/blob/c07e1567a7a12cff2c5ee6cda81306c8bcf126f0/test/test.js#L408-410)]
165-
*`_.reduceRight` should pass correct callback arguments when iterating objects[[test](https://github.com/bestiejs/lodash/blob/c07e1567a7a12cff2c5ee6cda81306c8bcf126f0/test/test.js#L521-531)]
166-
*`_.size` should return the`length` of string values[[test](https://github.com/bestiejs/lodash/blob/c07e1567a7a12cff2c5ee6cda81306c8bcf126f0/test/test.js#L550-552)]
162+
* Methods should work on pages with incorrectly shimmed native methods[[#7](https://github.com/documentcloud/underscore/issues/7),[test](https://github.com/bestiejs/lodash/blob/801e8a5b3a963157fceaad15075690f59c22de9c/test/test.js#L88-94)]
163+
* Register as AMD module, but still export to global[[#431](https://github.com/documentcloud/underscore/pull/431),[test](https://github.com/bestiejs/lodash/blob/801e8a5b3a963157fceaad15075690f59c22de9c/test/test.js#L72-86)]
164+
*`_.forEach` should be chainable[[#142](https://github.com/documentcloud/underscore/issues/142),[test](https://github.com/bestiejs/lodash/blob/801e8a5b3a963157fceaad15075690f59c22de9c/test/test.js#L232-235)]
165+
*`_isNaN(new Number(NaN))` should return`true`[[test](https://github.com/bestiejs/lodash/blob/801e8a5b3a963157fceaad15075690f59c22de9c/test/test.js#L408-410)]
166+
*`_.reduceRight` should pass correct callback arguments when iterating objects[[test](https://github.com/bestiejs/lodash/blob/801e8a5b3a963157fceaad15075690f59c22de9c/test/test.js#L521-531)]
167+
*`_.size` should return the`length` of string values[[test](https://github.com/bestiejs/lodash/blob/801e8a5b3a963157fceaad15075690f59c22de9c/test/test.js#L550-552)]
167168

168169
##Optimized methods <sup>(50+)</sup>
169170

@@ -223,6 +224,13 @@ git submodule update --init
223224

224225
##Changelog
225226

227+
###<sup>v0.3.1</sup>
228+
229+
* Added`backbone` build option
230+
* Ensured "Arrays" category methods allow falsey`array` arguments
231+
* Removed`_.isArguments` fallback from the`mobile` build
232+
* Simplified`_.pluck`,`_.values` and`_(...)` method wrappers
233+
226234
###<sup>v0.3.0</sup>
227235

228236
* Added`category` build option

‎doc/parse.php‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
// generate Markdown
2222
$markdown =docdown(array(
2323
'path' =>'../' .$file,
24-
'title' =>'Lo-Dash <sup>v0.3.0</sup>',
25-
'url' =>'https://github.com/bestiejs/lodash/blob/v0.3.0/lodash.js'
24+
'title' =>'Lo-Dash <sup>v0.3.1</sup>',
25+
'url' =>'https://github.com/bestiejs/lodash/blob/v0.3.1/lodash.js'
2626
));
2727

2828
// save to a .md file

‎lodash.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Lo-Dash v0.3.0 <http://lodash.com>
2+
* Lo-Dash v0.3.1 <http://lodash.com>
33
* Copyright 2012 John-David Dalton <http://allyoucanleet.com/>
44
* Based on Underscore.js 1.3.3, copyright 2009-2012 Jeremy Ashkenas, DocumentCloud Inc.
55
* <http://documentcloud.github.com/underscore>
@@ -3341,7 +3341,7 @@
33413341
*@memberOf _
33423342
*@type String
33433343
*/
3344-
lodash.VERSION='0.3.0';
3344+
lodash.VERSION='0.3.1';
33453345

33463346
// assign static methods
33473347
lodash.after=after;

‎lodash.min.js‎

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

‎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":"0.3.0",
3+
"version":"0.3.1",
44
"description":"A drop-in replacement for Underscore.js that delivers performance improvements, bug fixes, and additional features.",
55
"homepage":"http://lodash.com",
66
"main":"lodash",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp