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
John-David Dalton
cad0f1f396
Ensure we use an underscore build of _.result.
2014-01-19 12:28:25 -08:00
John-David Dalton
677fb93494
Use baseEach, baseForOwn and baseForIn to reduce dependencies on baseCreateCallback.
2014-01-19 12:10:09 -08:00
John-David Dalton
55cbb12701
Use ES6 Set to optimize for large arrays in _.uniq, _.difference, & _.intersection.
2014-01-18 22:51:43 -08:00
John-David Dalton
14099813f0
Fix typo in travis.yml.
2014-01-17 20:11:25 -08:00
John-David Dalton
b1fd4e853c
Rebuild dist files.
2014-01-17 09:27:27 -08:00
John-David Dalton
c1d3fc1b78
Cleanup _.result default value patch. [ closes #455 ]
2014-01-17 09:27:11 -08:00
John-David Dalton
829980a941
Ensure sauce tests run against builds created by travis-ci.
2014-01-16 23:45:06 -08:00
John-David Dalton
d1e1a90d08
Merge pull request #454 from pistacchio/master
...
Added default value to `_.result`.
2014-01-16 21:16:12 -08:00
John-David Dalton
d56de091f6
Missed a BIND_FLAG use in baseCreateCallback.
2014-01-16 20:18:21 -08:00
John-David Dalton
87bb926fef
Make the coverage run in .travis.yml use the generated modern build.
2014-01-16 19:54:33 -08:00
pistacchio
e983f93859
Added default value to _.result
2014-01-16 18:54:20 +01:00
John-David Dalton
c721acc2fa
Make each build in travis.yml so users don't have to include them in pull requests for tests to pass.
2014-01-16 08:37:57 -08:00