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

Commit0337c04

Browse files
committed
Bump to v0.6.1.
Former-commit-id: 68b59ea3e76d06d60acc81e30770b5899b8ea761
1 parent4585acf commit0337c04

File tree

6 files changed

+178
-173
lines changed

6 files changed

+178
-173
lines changed

‎README.md‎

Lines changed: 38 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
#Lo-Dash <sup>v0.6.0</sup>
1+
#Lo-Dash <sup>v0.6.1</sup>
22

33
A drop-in replacement<sup>[*](https://github.com/bestiejs/lodash/wiki/Drop-in-Disclaimer)</sup> for Underscore.js, from the devs behind[jsPerf.com](http://jsperf.com), delivering[performance](http://lodash.com/benchmarks),[bug fixes](https://github.com/bestiejs/lodash#resolved-underscorejs-issues-30), 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.6.0/lodash.js)
10-
*[Production source](https://raw.github.com/bestiejs/lodash/v0.6.0/lodash.min.js)
9+
*[Development source](https://raw.github.com/bestiejs/lodash/v0.6.1/lodash.js)
10+
*[Production source](https://raw.github.com/bestiejs/lodash/v0.6.1/lodash.min.js)
1111
* CDN copies of ≤[v0.6.0](http://cdnjs.cloudflare.com/ajax/libs/lodash.js/0.6.0/lodash.min.js) are available on[cdnjs](http://cdnjs.com/) thanks to[CloudFlare](http://www.cloudflare.com/)
1212
* For optimal performance,[create a custom build](https://github.com/bestiejs/lodash#custom-builds) with only the features you need
1313

@@ -171,38 +171,38 @@ require({
171171

172172
##Resolved Underscore.js issues <sup>(30+)</sup>
173173

174-
* 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),[#659](https://github.com/documentcloud/underscore/issues/659),[test](https://github.com/bestiejs/lodash/blob/v0.6.0/test/test.js#L578-584)]
175-
* Ensure array-like objects with invalid`length` properties are treated like regular objects[[test](https://github.com/bestiejs/lodash/blob/v0.6.0/test/test.js#L526-536)]
176-
* Ensure*“Arrays”*, “Collections”, and “Objects” methods don’t error when passed falsey arguments[[#650](https://github.com/documentcloud/underscore/pull/650),[test](https://github.com/bestiejs/lodash/blob/v0.6.0/test/test.js#L1668-1703)]
177-
* Ensure*“Collections”* methods allow string`collection` arguments[[#247](https://github.com/documentcloud/underscore/issues/247),[#276](https://github.com/documentcloud/underscore/issues/276),[#561](https://github.com/documentcloud/underscore/pull/561),[test](https://github.com/bestiejs/lodash/blob/v0.6.0/test/test.js#L538-555)]
178-
* Ensure templates compiled with errors are inspectable[[#666](https://github.com/documentcloud/underscore/issues/666),[test](https://github.com/bestiejs/lodash/blob/v0.6.0/test/test.js#L1383-1386)]
179-
* Fix cross-browser object iteration bugs[[#60](https://github.com/documentcloud/underscore/issues/60),[#376](https://github.com/documentcloud/underscore/issues/376),[test](https://github.com/bestiejs/lodash/blob/v0.6.0/test/test.js#L589-614)]
174+
* 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),[#659](https://github.com/documentcloud/underscore/issues/659),[test](https://github.com/bestiejs/lodash/blob/v0.6.1/test/test.js#L578-584)]
175+
* Ensure array-like objects with invalid`length` properties are treated like regular objects[[test](https://github.com/bestiejs/lodash/blob/v0.6.1/test/test.js#L526-536)]
176+
* Ensure*“Arrays”*, “Collections”, and “Objects” methods don’t error when passed falsey arguments[[#650](https://github.com/documentcloud/underscore/pull/650),[test](https://github.com/bestiejs/lodash/blob/v0.6.1/test/test.js#L1668-1703)]
177+
* Ensure*“Collections”* methods allow string`collection` arguments[[#247](https://github.com/documentcloud/underscore/issues/247),[#276](https://github.com/documentcloud/underscore/issues/276),[#561](https://github.com/documentcloud/underscore/pull/561),[test](https://github.com/bestiejs/lodash/blob/v0.6.1/test/test.js#L538-555)]
178+
* Ensure templates compiled with errors are inspectable[[#666](https://github.com/documentcloud/underscore/issues/666),[test](https://github.com/bestiejs/lodash/blob/v0.6.1/test/test.js#L1383-1386)]
179+
* Fix cross-browser object iteration bugs[[#60](https://github.com/documentcloud/underscore/issues/60),[#376](https://github.com/documentcloud/underscore/issues/376),[test](https://github.com/bestiejs/lodash/blob/v0.6.1/test/test.js#L589-614)]
180180
* Handle arrays with`undefined` values correctly in IE < 9[[#601](https://github.com/documentcloud/underscore/issues/601)]
181-
* 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/v0.6.0/test/test.js#L117-123)]
182-
* Register as an AMD module, but still export to global[[#431](https://github.com/documentcloud/underscore/pull/431),[test](https://github.com/bestiejs/lodash/blob/v0.6.0/test/test.js#L101-115)]
183-
*`_(…)` should return passed wrapper instances[[test](https://github.com/bestiejs/lodash/blob/v0.6.0/test/test.js#L135-138)]
184-
*`_.clone` should allow`deep` cloning[[#595](https://github.com/documentcloud/underscore/pull/595),[test](https://github.com/bestiejs/lodash/blob/v0.6.0/test/test.js#L205-220)]
185-
*`_.contains` should work with strings[[#667](https://github.com/documentcloud/underscore/pull/667),[test](https://github.com/bestiejs/lodash/blob/v0.6.0/test/test.js#L275-284)]
186-
*`_.countBy` and`_.groupBy` should only add values to own, not inherited, properties[[test](https://github.com/bestiejs/lodash/blob/v0.6.0/test/test.js#L292-299)]
187-
*`_.escape` should return an empty string when passed`null` or`undefined`[[#427](https://github.com/documentcloud/underscore/issues/427),[test](https://github.com/bestiejs/lodash/blob/v0.6.0/test/test.js#L402-405)]
188-
*`_.extend` should recursively extend objects[[#379](https://github.com/documentcloud/underscore/pull/379),[#718](https://github.com/documentcloud/underscore/issues/718),[test](https://github.com/bestiejs/lodash/blob/v0.6.0/test/test.js#L979-1001)]
189-
*`_.forEach` should be chainable[[#142](https://github.com/documentcloud/underscore/issues/142),[test](https://github.com/bestiejs/lodash/blob/v0.6.0/test/test.js#L521-524)]
190-
*`_.forEach` should allow exiting iteration early[[#211](https://github.com/documentcloud/underscore/issues/211),[test](https://github.com/bestiejs/lodash/blob/v0.6.0/test/test.js#L616-635)]
191-
*`_.isElement` should use strict equality for its duck type check[[test](https://github.com/bestiejs/lodash/blob/v0.6.0/test/test.js#L731-740)]
192-
*`_.isEmpty` and`_.size` should support jQuery/MooTools DOM query collections[[#690](https://github.com/documentcloud/underscore/pull/690),[test](https://github.com/bestiejs/lodash/blob/v0.6.0/test/test.js#L767-772)]
193-
*`_.isEqual` should return`true` for like-objects from different documents[[test](https://github.com/bestiejs/lodash/blob/v0.6.0/test/test.js#L808-828)]
194-
*`_.isObject` should avoid V8 bug[#2291](http://code.google.com/p/v8/issues/detail?id=2291)[[#605](https://github.com/documentcloud/underscore/issues/605),[test](https://github.com/bestiejs/lodash/blob/v0.6.0/test/test.js#L836-848)]
195-
*`_.isNaN(new Number(NaN))` should return`true`[[test](https://github.com/bestiejs/lodash/blob/v0.6.0/test/test.js#L856-858)]
196-
*`_.keys` and`_.size` should work with`arguments` objects cross-browser[[#396](https://github.com/documentcloud/underscore/issues/396),[#653](https://github.com/documentcloud/underscore/issues/653),[test](https://github.com/bestiejs/lodash/blob/v0.6.0/test/test.js#L912-914)]
181+
* 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/v0.6.1/test/test.js#L117-123)]
182+
* Register as an AMD module, but still export to global[[#431](https://github.com/documentcloud/underscore/pull/431),[test](https://github.com/bestiejs/lodash/blob/v0.6.1/test/test.js#L101-115)]
183+
*`_(…)` should return passed wrapper instances[[test](https://github.com/bestiejs/lodash/blob/v0.6.1/test/test.js#L135-138)]
184+
*`_.clone` should allow`deep` cloning[[#595](https://github.com/documentcloud/underscore/pull/595),[test](https://github.com/bestiejs/lodash/blob/v0.6.1/test/test.js#L205-220)]
185+
*`_.contains` should work with strings[[#667](https://github.com/documentcloud/underscore/pull/667),[test](https://github.com/bestiejs/lodash/blob/v0.6.1/test/test.js#L275-284)]
186+
*`_.countBy` and`_.groupBy` should only add values to own, not inherited, properties[[test](https://github.com/bestiejs/lodash/blob/v0.6.1/test/test.js#L292-299)]
187+
*`_.escape` should return an empty string when passed`null` or`undefined`[[#427](https://github.com/documentcloud/underscore/issues/427),[test](https://github.com/bestiejs/lodash/blob/v0.6.1/test/test.js#L402-405)]
188+
*`_.extend` should recursively extend objects[[#379](https://github.com/documentcloud/underscore/pull/379),[#718](https://github.com/documentcloud/underscore/issues/718),[test](https://github.com/bestiejs/lodash/blob/v0.6.1/test/test.js#L979-1001)]
189+
*`_.forEach` should be chainable[[#142](https://github.com/documentcloud/underscore/issues/142),[test](https://github.com/bestiejs/lodash/blob/v0.6.1/test/test.js#L521-524)]
190+
*`_.forEach` should allow exiting iteration early[[#211](https://github.com/documentcloud/underscore/issues/211),[test](https://github.com/bestiejs/lodash/blob/v0.6.1/test/test.js#L616-635)]
191+
*`_.isElement` should use strict equality for its duck type check[[test](https://github.com/bestiejs/lodash/blob/v0.6.1/test/test.js#L731-740)]
192+
*`_.isEmpty` and`_.size` should support jQuery/MooTools DOM query collections[[#690](https://github.com/documentcloud/underscore/pull/690),[test](https://github.com/bestiejs/lodash/blob/v0.6.1/test/test.js#L767-772)]
193+
*`_.isEqual` should return`true` for like-objects from different documents[[test](https://github.com/bestiejs/lodash/blob/v0.6.1/test/test.js#L808-828)]
194+
*`_.isObject` should avoid V8 bug[#2291](http://code.google.com/p/v8/issues/detail?id=2291)[[#605](https://github.com/documentcloud/underscore/issues/605),[test](https://github.com/bestiejs/lodash/blob/v0.6.1/test/test.js#L836-848)]
195+
*`_.isNaN(new Number(NaN))` should return`true`[[test](https://github.com/bestiejs/lodash/blob/v0.6.1/test/test.js#L856-858)]
196+
*`_.keys` and`_.size` should work with`arguments` objects cross-browser[[#396](https://github.com/documentcloud/underscore/issues/396),[#653](https://github.com/documentcloud/underscore/issues/653),[test](https://github.com/bestiejs/lodash/blob/v0.6.1/test/test.js#L912-914)]
197197
*`_.once` should free the given function for garbage collection[[#693](https://github.com/documentcloud/underscore/pull/693)]
198-
*`_.range` should coerce arguments to numbers[[#634](https://github.com/documentcloud/underscore/issues/634),[#683](https://github.com/documentcloud/underscore/issues/683),[test](https://github.com/bestiejs/lodash/blob/v0.6.0/test/test.js#L1170-1173)]
199-
*`_.reduceRight` should pass correct callback arguments when iterating objects[[test](https://github.com/bestiejs/lodash/blob/v0.6.0/test/test.js#L1205-1219)]
200-
*`_.size` should return the`length` of string values[[test](https://github.com/bestiejs/lodash/blob/v0.6.0/test/test.js#L1263-1265)]
201-
*`_.sortedIndex` should support arrays with high`length` values[[test](https://github.com/bestiejs/lodash/blob/v0.6.0/test/test.js#L1353-1362)]
202-
*`_.template` should not augment the`options` object[[test](https://github.com/bestiejs/lodash/blob/v0.6.0/test/test.js#L1377-1381)]
203-
*`_.throttle` should work when called in a loop[[#502](https://github.com/documentcloud/underscore/issues/502),[test](https://github.com/bestiejs/lodash/blob/v0.6.0/test/test.js#L1473-1483)]
204-
*`_.toArray` uses custom`toArray` methods of arrays and strings[[test](https://github.com/bestiejs/lodash/blob/v0.6.0/test/test.js#L1510-1518)]
205-
*`_.zipObject` should accept less than two arguments[[test](https://github.com/bestiejs/lodash/blob/v0.6.0/test/test.js#L1630-1632)]
198+
*`_.range` should coerce arguments to numbers[[#634](https://github.com/documentcloud/underscore/issues/634),[#683](https://github.com/documentcloud/underscore/issues/683),[test](https://github.com/bestiejs/lodash/blob/v0.6.1/test/test.js#L1170-1173)]
199+
*`_.reduceRight` should pass correct callback arguments when iterating objects[[test](https://github.com/bestiejs/lodash/blob/v0.6.1/test/test.js#L1205-1219)]
200+
*`_.size` should return the`length` of string values[[test](https://github.com/bestiejs/lodash/blob/v0.6.1/test/test.js#L1263-1265)]
201+
*`_.sortedIndex` should support arrays with high`length` values[[test](https://github.com/bestiejs/lodash/blob/v0.6.1/test/test.js#L1353-1362)]
202+
*`_.template` should not augment the`options` object[[test](https://github.com/bestiejs/lodash/blob/v0.6.1/test/test.js#L1377-1381)]
203+
*`_.throttle` should work when called in a loop[[#502](https://github.com/documentcloud/underscore/issues/502),[test](https://github.com/bestiejs/lodash/blob/v0.6.1/test/test.js#L1473-1483)]
204+
*`_.toArray` uses custom`toArray` methods of arrays and strings[[test](https://github.com/bestiejs/lodash/blob/v0.6.1/test/test.js#L1510-1518)]
205+
*`_.zipObject` should accept less than two arguments[[test](https://github.com/bestiejs/lodash/blob/v0.6.1/test/test.js#L1630-1632)]
206206

207207
##Optimized methods <sup>(50+)</sup>
208208

@@ -267,6 +267,11 @@ require({
267267

268268
##Release Notes
269269

270+
###<sup>v0.6.1</sup>
271+
272+
* Ensured IE conditional compilation isn’t enabled by the`useSourceURL` test
273+
* Optimized`isPlainObject`
274+
270275
###<sup>v0.6.0</sup>
271276

272277
* Added`callback` and`thisArg` arguments to`_.drop` and`_.pick`

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp