John-David Dalton
de3d9dca72
Minor doc tweaks to _.partition and _.zip. [ci skip]
2014-02-09 00:32:58 -08:00
John-David Dalton
a91abb3e8d
Add _.partition.
2014-02-08 23:27:04 -08:00
John-David Dalton
dabea8b972
Update vendors.
2014-02-08 19:00:37 -08:00
John-David Dalton
dedffb3560
Reduce code in doc code examples. [ci skip]
2014-02-08 18:51:08 -08:00
John-David Dalton
5eb2306e9a
Remove sauce labs hook, global_test_results, to add it to QUnit Extras.
2014-02-07 21:26:28 -08:00
John-David Dalton
8a2e06a713
Simplify _.every and _.some.
2014-02-06 09:06:35 -08:00
John-David Dalton
23b495aee8
Fix _.every test in perf/perf.js.
2014-02-06 09:05:41 -08:00
John-David Dalton
b9d314e64c
Rebuild dist/docs.
2014-02-05 22:21:47 -08:00
John-David Dalton
5a4826e660
Optimize _.callback.
2014-02-05 22:05:03 -08:00
John-David Dalton
20bf67d352
Cleanup _.result.
2014-02-05 21:31:56 -08:00
John-David Dalton
8b4f1e1383
Fix basename in perf/perf.js. [ci skip]
2014-02-05 09:03:31 -08:00
John-David Dalton
20297e359d
Rebuild docs/dists and update tested browsers in readme.
2014-02-05 00:05:05 -08:00
John-David Dalton
de7409fd07
Ensure functions can be used as default values for _.result.
2014-02-04 23:50:37 -08:00
John-David Dalton
8498f12a9d
Avoid setting arity/processing args if func is not passed to methods like _.bind.
2014-02-04 23:02:32 -08:00
John-David Dalton
e949eb8623
Minor nit, add default greeting to bind benchmark. [ci skip]
2014-02-04 22:59:05 -08:00
John-David Dalton
201d17bc31
Allow _.omit and _.pick to work as a callback for _.map when combined with _.partialRight.
2014-02-04 00:57:26 -08:00
John-David Dalton
143e9bd210
Reduce code samples for _.assign and _.defaults. [ci skip]
2014-02-03 21:32:41 -08:00
John-David Dalton
9ec874d8a6
Add _.isEqual test for being used as a callback for _.every.
2014-02-03 21:32:02 -08:00
John-David Dalton
2543afebf1
Optimize _.invoke for arrays.
2014-02-02 19:45:39 -08:00
John-David Dalton
81a859604c
Update vendors and the tested Node version in the readme. [ci skip]
2014-02-02 17:54:27 -08:00
John-David Dalton
d3be4bba37
Add _.isEqual test to ensure regexes are compared regardless of flag order.
2014-02-02 00:01:27 -08:00
John-David Dalton
6779c9eb36
Reduce the complexity of a minor Underscore build optimization.
2014-01-31 09:12:50 -08:00
John-David Dalton
733da570c8
Revert the backtick escape/unescape patch but keep the docs.
2014-01-31 02:05:43 -08:00
John-David Dalton
65258d5b6a
Add doc note about escaping backticks. [ci skip]
2014-01-31 01:52:38 -08:00
John-David Dalton
618c8bb5ad
Add ` as a character to escape/unescape and a doc note on unquoted html attribute values.
2014-01-30 09:38:01 -08:00
John-David Dalton
ba8684dfc7
Rebuild /dist files.
2014-01-30 08:46:51 -08:00
John-David Dalton
36a1bd9e0f
Move browser field in package.json. [ci skip]
2014-01-30 08:46:34 -08:00
John-David Dalton
fe56c1c6f2
Make default BUILD="compat" in travis.yml. [ci skip]
2014-01-30 08:43:35 -08:00
John-David Dalton
86a37e6f8d
Minor whitespace nits. [ci skip]
2014-01-30 01:37:17 -08:00
John-David Dalton
da1aad7b92
Add baseEachRight and baseForOwnRight.
2014-01-30 01:36:30 -08:00
John-David Dalton
876621f8af
Merge pull request #466 from aearly/patch-1
...
Add "browser" field in package.json for Browserify. [ci kip]
2014-01-29 13:50:46 -08:00
Alexander Early
8a908b720f
Add "browser" field for Browserify
...
Browserify and other CJS builders will look for a "browser" field to use as an alternate "main" when targeting the browser environment.
https://github.com/substack/node-browserify#packagejson
Pointing it to the compat build would prevent issues like #288 happening out of the box, without any extra configuration.
2014-01-29 13:33:50 -08:00
John-David Dalton
dadde52c40
More perf.js cleanup and add _.compose benchmarks. [ci skip]
2014-01-29 09:33:46 -08:00
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