John-David Dalton
|
df3540b0f9
|
Expose _.isNative.
|
2014-08-19 23:57:54 -07:00 |
|
John-David Dalton
|
921209580a
|
Add DOM node check to _.isFunction test.
|
2014-08-19 23:57:54 -07:00 |
|
John-David Dalton
|
d4e058a844
|
Add _.negate unit test.
|
2014-08-19 23:57:53 -07:00 |
|
John-David Dalton
|
1416655d53
|
Minor whitespace nit.
|
2014-08-18 09:31:30 -07:00 |
|
John-David Dalton
|
9a147218ce
|
Add console.log shim to avoid errors while deving.
|
2014-08-18 09:31:30 -07:00 |
|
John-David Dalton
|
d317171a45
|
Remove sauce testing of older Firefox.
|
2014-08-18 09:31:29 -07:00 |
|
John-David Dalton
|
d6850ab358
|
Use WeakMaps if available to store function metadata.
|
2014-08-14 23:55:23 -07:00 |
|
John-David Dalton
|
ce36bf6134
|
Update tested Firefox versions.
|
2014-08-14 23:55:23 -07:00 |
|
John-David Dalton
|
6dc0cf0c44
|
Typo nit in _.uniq tests.
|
2014-08-11 09:25:35 -07:00 |
|
John-David Dalton
|
0deacc7229
|
Add tests for large arrays and NaN values.
|
2014-08-11 09:25:35 -07:00 |
|
John-David Dalton
|
4238e84ec4
|
Add tests for matching NaN.
|
2014-08-09 09:43:31 -07:00 |
|
John-David Dalton
|
48acda2c3c
|
Add _.iteratee alias of _.callback.
|
2014-08-03 22:40:31 -07:00 |
|
John-David Dalton
|
264f7b1d30
|
Fix tests in old IE.
|
2014-08-03 14:03:36 -07:00 |
|
John-David Dalton
|
fc44d54607
|
Fix test fail.
|
2014-08-02 23:25:20 -07:00 |
|
John-David Dalton
|
afc3698578
|
Minor whitespace nits in test.js. [ci skip]
|
2014-08-02 22:08:37 -07:00 |
|
John-David Dalton
|
c3cd94b695
|
Fix coercing arity in baseCurry.
|
2014-08-02 22:08:17 -07:00 |
|
John-David Dalton
|
faf6584652
|
Ensure _.mixin does not extend lodash when an object is provided with an empty options object. [closes #650]
|
2014-08-01 16:36:44 -07:00 |
|
John-David Dalton
|
5cbc44610c
|
Simplify support property detection.
|
2014-07-30 09:21:25 -07:00 |
|
John-David Dalton
|
9032cc0ecc
|
Updated tested Chrome versions in Sauce.
|
2014-07-29 22:21:22 -07:00 |
|
John-David Dalton
|
7a7f12504b
|
Consistent empty bracket style.
|
2014-07-28 09:33:24 -07:00 |
|
John-David Dalton
|
55c83d17e1
|
Fix sortedIndex method tests for phantomjs.
|
2014-07-28 01:26:01 -07:00 |
|
John-David Dalton
|
1580453f4b
|
Ensure _.sortedIndex and _.sortedLastIndex align with _.sortBy.
|
2014-07-27 19:40:10 -07:00 |
|
John-David Dalton
|
9cc8f5dd07
|
Add bizarro tests for _.parseInt.
|
2014-07-27 17:42:56 -07:00 |
|
John-David Dalton
|
8bddb47fab
|
Add test for _.slice where start >= end.
|
2014-07-27 17:42:56 -07:00 |
|
John-David Dalton
|
b1b462d22b
|
Add/cleanup tests for using methods as a callback for _.map and _.reduce.
|
2014-07-27 17:42:56 -07:00 |
|
John-David Dalton
|
642ed4061a
|
Ensure EXPANDO doesn't disable fast properties in v8.
|
2014-07-24 22:17:21 -07:00 |
|
John-David Dalton
|
5178c3e67f
|
Comma and whitespace nits. [ci skip]
|
2014-07-24 22:17:21 -07:00 |
|
John-David Dalton
|
e402347d73
|
Fix placeholder support without metadata.
|
2014-07-24 22:17:21 -07:00 |
|
John-David Dalton
|
663ebd25ea
|
Add more placeholder tests.
|
2014-07-23 19:52:32 -07:00 |
|
John-David Dalton
|
f513effd47
|
Make Float64Array mock more accurately handle its arg signature.
|
2014-07-22 22:53:38 -07:00 |
|
John-David Dalton
|
49a88e75e6
|
Fix test fails in Safari 5.
|
2014-07-22 09:42:34 -07:00 |
|
John-David Dalton
|
14a99471f4
|
Use a better Float64Array mock.
|
2014-07-22 09:16:09 -07:00 |
|
John-David Dalton
|
bdbc181e38
|
Ensure testing array buffers hits all parts of cloneBuffer.
|
2014-07-22 07:15:38 -07:00 |
|
John-David Dalton
|
133b1151bd
|
Add Float64Array even in the non-bizarro test case.
|
2014-07-22 00:52:16 -07:00 |
|
John-David Dalton
|
653aab2358
|
Fix typo in the ArrayBuffer#slice mock for node.
|
2014-07-22 00:18:40 -07:00 |
|
John-David Dalton
|
13669313d4
|
Fix ArrayBuffer#slice test mock.
|
2014-07-21 22:13:27 -07:00 |
|
John-David Dalton
|
e84d79ccf3
|
Increase typed array coverage for node test runs.
|
2014-07-21 20:35:39 -07:00 |
|
John-David Dalton
|
34077f9624
|
Fix html test runner errors.
|
2014-07-21 20:34:58 -07:00 |
|
John-David Dalton
|
28ba64a4db
|
Another attempt at fixing _.isElement bizarro tests.
|
2014-07-21 11:54:16 -07:00 |
|
John-David Dalton
|
0eefd3e140
|
Fix typed array tests in Safari.
|
2014-07-21 11:53:46 -07:00 |
|
John-David Dalton
|
390cf2114a
|
Fix bizarro _.isElement test.
|
2014-07-21 08:33:49 -07:00 |
|
John-David Dalton
|
8bff019b5d
|
Allow placeholders to be customizable.
|
2014-07-21 00:36:19 -07:00 |
|
John-David Dalton
|
b8628b9772
|
Add _.flattenDeep and allow _.template to be called with its legacy options param signature.
|
2014-07-20 12:38:32 -07:00 |
|
John-David Dalton
|
94486302f5
|
Correct ArrayBuffer bizarro shims.
|
2014-07-20 10:38:08 -07:00 |
|
John-David Dalton
|
60f57f9e4b
|
Cleanup prototype references of built-ins and the _.isElement bizarro tests.
|
2014-07-18 23:59:32 -07:00 |
|
John-David Dalton
|
f77586f13d
|
Add second part of the bizarro ArrayBuffer#slice tests.
|
2014-07-18 08:57:21 -07:00 |
|
Benjamin Tan
|
fa82091989
|
Update test descriptions
|
2014-07-18 08:49:22 -07:00 |
|
John-David Dalton
|
66e9c68da4
|
Add bizarro tests for shimmed ArrayBuffer#slice.
|
2014-07-18 08:49:14 -07:00 |
|
John-David Dalton
|
c97c2fee37
|
Ensure shallow clones of typed arrays don't clone the buffer.
|
2014-07-17 06:57:05 -07:00 |
|
John-David Dalton
|
d504b1f90f
|
Add tests for overwriting native Number.isFinite.
|
2014-07-16 00:19:21 -07:00 |
|