John-David Dalton
|
492caa4fd2
|
Add _.isFunction test for the Proxy constructor.
|
2016-10-01 23:34:45 -07:00 |
|
John-David Dalton
|
320ef6f933
|
Cleanup assignment test.
|
2016-09-26 21:43:49 -07:00 |
|
John-David Dalton
|
b678bb4a74
|
Make _.defaultsDeep and _.merge consistent with _.defaults in assigning undefined values. [closes #2676]
|
2016-09-26 21:43:49 -07:00 |
|
John-David Dalton
|
b25a86f352
|
Use lodashStable.escape in more places.
|
2016-09-20 07:49:59 -07:00 |
|
John-David Dalton
|
ec8e279235
|
Add _.escape and _.unescape tests for backticks.
|
2016-09-20 07:49:40 -07:00 |
|
John-David Dalton
|
0d757fdc40
|
Ensure _.has returns the correct result for nested sparse arrays. [closes #2614]
|
2016-08-30 19:20:52 -07:00 |
|
John-David Dalton
|
e58de14437
|
Add memoizeCapped.
|
2016-08-29 08:07:34 -07:00 |
|
John-David Dalton
|
78a7fa1d14
|
Add Node.js test note. [ci skip]
|
2016-08-29 08:07:34 -07:00 |
|
John-David Dalton
|
1bbb7c9d3b
|
Add _.memoize tests for max cache size and immutable maps.
|
2016-08-28 18:46:19 -07:00 |
|
John-David Dalton
|
08a4ae1f56
|
Add _.memoize tests for max cache size.
|
2016-08-28 18:46:19 -07:00 |
|
John-David Dalton
|
7c398f8019
|
Add Stack#size.
|
2016-08-28 18:46:03 -07:00 |
|
John-David Dalton
|
6651023f7f
|
Unescape delete properties.
|
2016-08-27 19:58:03 -07:00 |
|
John-David Dalton
|
021df666a3
|
Cleanup test method flags.
|
2016-08-27 19:43:44 -07:00 |
|
John-David Dalton
|
d7e60cb6d0
|
Add more object assignments tests.
|
2016-08-27 19:29:41 -07:00 |
|
John-David Dalton
|
4cd26e6860
|
Add more “__proto__” assignment tests.
|
2016-08-27 19:17:11 -07:00 |
|
John-David Dalton
|
946a3bf5c8
|
Remove unneeded value guards in tests.
|
2016-08-27 18:36:40 -07:00 |
|
John-David Dalton
|
e23341a118
|
Fix deburred long S value. [closes #2606]
|
2016-08-27 16:52:46 -07:00 |
|
John-David Dalton
|
5be61796d9
|
Use quotes instead of backticks.
|
2016-08-22 23:24:10 -07:00 |
|
John-David Dalton
|
343f48b08c
|
Ensure __proto__ is treated as a regular key in assignments. [closes #2591]
|
2016-08-22 11:06:02 -07:00 |
|
John-David Dalton
|
6958d7abd4
|
Newline nits. [ci skip]
|
2016-08-13 14:13:46 -07:00 |
|
John-David Dalton
|
2b1bda7418
|
Remove old Chrome and Firefox fixes.
|
2016-08-13 13:50:21 -07:00 |
|
John-David Dalton
|
a6a3f3ed80
|
Remove isHostObject helper.
|
2016-08-13 13:29:41 -07:00 |
|
John-David Dalton
|
5cca51e978
|
Remove escaping backticks.
|
2016-08-13 13:29:41 -07:00 |
|
John-David Dalton
|
410e9e3eb8
|
Update _.deburr tests.
|
2016-08-11 23:05:31 -07:00 |
|
John-David Dalton
|
37813c3826
|
Add _.negate test for accepting multiple arguments.
|
2016-08-11 23:05:28 -07:00 |
|
John-David Dalton
|
14fb27ce77
|
Update _.debounce test to hit code branch.
|
2016-08-10 18:44:46 -07:00 |
|
John-David Dalton
|
ba86e20179
|
Fix IE 9 test fails.
|
2016-08-06 20:08:43 -07:00 |
|
John-David Dalton
|
a98667ca05
|
Remove old JIT and engine bug guards.
|
2016-08-03 22:06:03 -07:00 |
|
John-David Dalton
|
a4947139a6
|
Overwrite primitives in paths of set methods. [closes #2558]
|
2016-08-03 10:48:22 -07:00 |
|
John-David Dalton
|
c01e7580cd
|
Avoid error in Edge accessing localStorage when loading tests via the file: protocol.
|
2016-08-03 08:34:40 -07:00 |
|
John-David Dalton
|
642690e692
|
Fix failing amd test.
|
2016-07-30 12:10:46 -07:00 |
|
John-David Dalton
|
712eeb009f
|
Add missing semicolon. [ci skip]
|
2016-07-29 00:40:38 -07:00 |
|
John-David Dalton
|
de07e3f874
|
Add keys methods tests for array-like values.
|
2016-07-28 23:12:52 -07:00 |
|
John-David Dalton
|
c7e8953b68
|
Cleanup array-like tests.
|
2016-07-28 23:12:52 -07:00 |
|
John-David Dalton
|
9b710d8e81
|
Use _.toFinite in random and range methods.
|
2016-07-28 23:12:52 -07:00 |
|
John-David Dalton
|
c253e8d7b8
|
Ensure paths with consecutive empty brackets or dots are parsed correctly.
|
2016-07-28 23:12:51 -07:00 |
|
John-David Dalton
|
3ad0cbc86d
|
Minor _.includes test cleanup.
|
2016-07-24 08:38:09 -07:00 |
|
John-David Dalton
|
6402af7db9
|
Use String#slice instead of String#indexOf for _.endsWith and _.startsWith.
|
2016-07-24 08:38:09 -07:00 |
|
John-David Dalton
|
984a10c1b1
|
Add isConcatSpreadable to flatten methods.
|
2016-07-22 18:51:57 -07:00 |
|
John-David Dalton
|
249f0cd72c
|
Add _.isEqual test for transitive equivalence.
|
2016-07-17 20:10:01 -07:00 |
|
John-David Dalton
|
6eeac45d23
|
Update vendors.
|
2016-07-17 20:10:00 -07:00 |
|
John-David Dalton
|
9ab55443eb
|
Fix _.isEqualWith and _.isMatchWith test fails.
|
2016-07-17 20:09:59 -07:00 |
|
John-David Dalton
|
a64b629333
|
Combine _.isMatch and _.matches tests.
|
2016-06-29 12:31:07 -07:00 |
|
John-David Dalton
|
1163bfac5c
|
Add _.conformsTo tests.
|
2016-06-29 12:31:07 -07:00 |
|
John-David Dalton
|
50bf1ea784
|
Ensure _.first supports shortcut fusion. [closes #2447]
|
2016-06-24 07:05:27 -07:00 |
|
John-David Dalton
|
3bd5703bdb
|
Downgrade QUnit for Backbone test support.
|
2016-06-18 21:30:38 -07:00 |
|
John-David Dalton
|
c8ff2b4612
|
Update qunit to 2.0.0.
|
2016-06-18 12:49:48 -07:00 |
|
Brandon Horst
|
9605072200
|
Formalize which value is picked by _.unionBy and _.unionWith to pick the result from the first array in which it occurs.
|
2016-06-18 12:47:44 -07:00 |
|
John-David Dalton
|
9cabc7c222
|
Ensute _.assignWith respects customizer results of undefined. [closes #2424]
|
2016-06-18 12:47:44 -07:00 |
|
John-David Dalton
|
9f6d6d7b37
|
Remove isFlattenableIteratee predicate to resolve regression. [closes #2418]
|
2016-06-18 12:47:43 -07:00 |
|