Stephen Solka
512c8de526
Use .apply for initial function call in _.compose then use .call in loop. [ closes #463 , #464 ]
2014-01-28 22:05:19 -08:00
John-David Dalton
012a929067
Add _.cloneDeep doc note to _.clone too. [ci skip]
2014-01-27 21:59:26 -08:00
John-David Dalton
bec4e8d8e4
Fix lodash-node unit tests.
2014-01-27 21:50:50 -08:00
John-David Dalton
9f0993f29b
Fix setting the selectedIndex of dropdown lists in test-ui.js and perf-ui.js.
2014-01-27 21:49:38 -08:00
John-David Dalton
1b79448ac2
Add _.zipObject test for extra values.
2014-01-27 20:00:47 -08:00
John-David Dalton
6cef7d5060
Ensure _.where handles properties with undefined properties. [ closes #461 ]
2014-01-27 17:53:10 -08:00
John-David Dalton
752545ec0e
Minor doc nit for _.runInContext. [ci skip]
2014-01-26 14:44:11 -08:00
John-David Dalton
adbebf7ecc
Avoid detecting the global function in Java based environments like Rhino as the freeGlobal.
2014-01-26 13:37:31 -08:00
John-David Dalton
4d57ac0ce1
Avoid detecting the global function in Java based environments like Rhino as the freeGlobal.
2014-01-26 13:27:39 -08:00
John-David Dalton
24b77d9dcb
Minor code format nit in test.js. [ci skip]
2014-01-26 13:27:01 -08:00
John-David Dalton
cc0f431c35
Minor comment nit for consistency across projects. [ci ckip]
2014-01-25 22:48:12 -08:00
John-David Dalton
1e7927fbff
Consistent use of getConfig in test/index.html and test/underscore.html.
2014-01-25 19:52:49 -08:00
John-David Dalton
129e56e570
Avoid accessing body.completed if body isn't truey in saucelabs.js.
2014-01-25 18:12:00 -08:00
John-David Dalton
5beef690ad
Fix loading baseEach for commonjs modularize tests.
2014-01-25 18:11:25 -08:00
John-David Dalton
b0383b0978
Update freeGlobal assignment in lodash builds, benchmark.js, and qunit-extras to work in node-webkit. [ closes #419 ]
2014-01-25 17:02:27 -08:00
John-David Dalton
16c6a11b77
Replace _.createCallback reference in readme with _.callback. [ci skip]
2014-01-25 11:00:30 -08:00
John-David Dalton
9117b13576
Rebuild dist & docs. [ci skip]
2014-01-25 11:00:18 -08:00
John-David Dalton
af55978918
Minor test cleanup. [ci skip]
2014-01-25 10:25:50 -08:00
John-David Dalton
0446a1b3a8
Tweak documented arg name key for _.pluck. [ci skip]
2014-01-25 02:52:14 -08:00
John-David Dalton
3986dd4c32
Add baseEach tests.
2014-01-25 02:48:41 -08:00
John-David Dalton
79afa16a7f
Fix test fails in older Safari and cleanup setProperty in test.js.
2014-01-24 23:16:07 -08:00
John-David Dalton
087ed0aa6a
Update vendor/qunit-extras and simplify its load/install.
2014-01-24 09:42:45 -08:00
John-David Dalton
44fa3d2d07
Fix typo in throttle test.
2014-01-24 00:52:38 -08:00
John-David Dalton
8654d83a33
Drop 'use strict' in the unit tests and make its IIFE more closely resemble lodash's.
2014-01-23 23:19:13 -08:00
John-David Dalton
efb78c823c
Add _.memoize test and normalize on using properties of a and b instead of x and y.
2014-01-23 23:00:49 -08:00
John-David Dalton
3bb7f0c291
Fix regression in test-ui.js. [ci skip]
2014-01-23 09:17:53 -08:00
John-David Dalton
62e0db7c9b
Fix Function.prototype.toString mock in test/ to avoid errors in Firefox.
2014-01-23 00:30:59 -08:00
John-David Dalton
130695fcb3
Remove trailing slash in locationPath of test/underscore.html.
2014-01-23 00:30:24 -08:00
John-David Dalton
05fa301ecb
Add freeGlobal.self checks to benchmark.js and quinit-extras to support browserified code running in a web worker.
2014-01-22 23:48:29 -08:00
Michael "Z" Goddard
ee90f730b5
Add freeGlobal.self check to support browserified code running in a web worker.
...
`self` is the global context name in web workers. So
`freeGlobal.self === freeGlobal` is `true` in that environment when
lodash is packaged in a library/site for use in web workers.
2014-01-22 23:38:36 -08:00
John-David Dalton
7b8a23453f
Cleanup lodashBizarro code to get coverage up in AMD modules.
2014-01-22 23:09:42 -08:00
John-David Dalton
cb44479420
Add freeGlobal.self check to test/asset/set.js.
2014-01-22 23:07:50 -08:00
John-David Dalton
afb3806326
Cleanup the perf and test ui files.
2014-01-22 23:04:10 -08:00
John-David Dalton
d96bfd21b7
Comment nit in the underscore build. [ci skip]
2014-01-22 11:40:43 -08:00
John-David Dalton
bbc3100bb3
Add _.callback as an alias of _.createCallback.
2014-01-22 08:54:25 -08:00
John-David Dalton
ac1bb2a6bd
Rebuild docs and updated tested Chrome version in readme. [ci skip]
2014-01-22 00:27:50 -08:00
John-David Dalton
41ef391d15
Avoid leaking a data var in compat/legacy builds and remove dead code from the underscore build.
2014-01-22 00:26:45 -08:00
John-David Dalton
e51aa5899a
Dumb _.curry down for consistent feature support for old environments.
2014-01-21 22:25:08 -08:00
John-David Dalton
38bb975abd
Allow legacy build tests to pass.
2014-01-21 20:49:44 -08:00
John-David Dalton
a249b315ca
Make breakIndicator use expando in underscore builds.
2014-01-21 19:59:59 -08:00
John-David Dalton
eba85e1ec3
Update vendor/qunit-extras. [ci skip]
2014-01-21 19:59:31 -08:00
John-David Dalton
c1c92256ea
Track arity of functions created by _.bind, _.bindKey, _.bindAll, _.partial, _.partialRight, _.curry, and _.wrap.
2014-01-21 19:59:13 -08:00
John-David Dalton
58ce97c0b4
Ensure _.flatten works with _.map in underscore builds.
2014-01-20 11:33:31 -08:00
John-David Dalton
ca58bab1f0
Cleanup assign/defaults/merge unit test. [ci skip]
2014-01-20 09:31:55 -08:00
John-David Dalton
052c484abd
Update .travis.yml dep versions and make coveralls reporting optional so we don't fail when their service is down.
2014-01-20 08:46:53 -08:00
John-David Dalton
7a213c9d6f
Fix test typo in test/index.html.
2014-01-20 00:39:40 -08:00
John-David Dalton
f4de7422b3
Fix large array optimization in baseDifference.
2014-01-20 00:39:20 -08:00
John-David Dalton
a3d18d0429
Add coverage for Set for environments w/o native support.
2014-01-19 23:52:27 -08:00
John-David Dalton
77fbffdc4b
Use baseEach in underscore build of _.sortBy.
2014-01-19 13:41:15 -08:00
John-David Dalton
63ea01104b
Conditionally define createCache base on feature inference.
2014-01-19 13:27:23 -08:00