John-David Dalton
369dd98cbe
Avoid installing coveralls in travis runs when not needed.
2014-01-29 08:57:14 -08:00
John-David Dalton
8cdd6cd131
Fix test/test.js in lodash-node and carry fixes over to perf/perf.js.
2014-01-29 08:57:14 -08:00
John-David Dalton
973bc21f37
Add note to contributing.md to not worry about regenerating docs or dist files. [ci skip]
2014-01-29 08:56:55 -08:00
John-David Dalton
2ba327345d
Fix underscore build modifications to match.
2014-01-29 01:44:09 -08:00
John-David Dalton
138ecc4ee1
Simplify resolving filePath in perf/perf.js. [ci skip]
2014-01-29 00:29:57 -08:00
John-David Dalton
5b9a8e9bf9
Fix tests for lodash-amd.
2014-01-29 00:29:50 -08:00
John-David Dalton
e520486892
Rebuild dist/ and docs.
2014-01-28 23:41:44 -08:00
John-David Dalton
ecb91613e8
Minor whitespace nits in _.compose and _.pull. [ci skip]
2014-01-28 23:38:29 -08:00
John-David Dalton
d4ac76081e
Correct _.compose unit test.
2014-01-28 23:38:29 -08:00
John-David Dalton
63727b67ee
Cleanup _.compose.
2014-01-28 22:14:10 -08:00
John-David Dalton
d969dcecbf
Set LARGE_ARRAY_SIZE to 40.
2014-01-28 22:05:50 -08:00
John-David Dalton
49c9a202e0
Cleanup perf tests and adjust for LARGE_ARRAY_SIZE of 40.
2014-01-28 22:05:50 -08:00
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