John-David Dalton
|
fd2ddca6f2
|
Extend baseCreateCallback to functions bound with native Function#bind and those with __bindData__ of false.
|
2013-10-04 22:35:45 -07:00 |
|
John-David Dalton
|
e114c18031
|
Ensure _.template coerces the text argument to a string.
|
2013-10-03 23:30:49 -07:00 |
|
John-David Dalton
|
49e22742de
|
Add test for incorrectly shimmed Object.create.
|
2013-10-03 09:42:32 -07:00 |
|
John-David Dalton
|
422d7942ef
|
Bump to v2.2.1.
|
2013-10-03 00:30:29 -07:00 |
|
John-David Dalton
|
a63e7162bc
|
Make doc/parse.php read the version from package.json. [ci skip]
|
2013-10-02 23:21:41 -07:00 |
|
John-David Dalton
|
1f973b72b8
|
Keep createObject fallback for modern builds.
|
2013-10-02 19:47:15 -07:00 |
|
John-David Dalton
|
d3dd97f167
|
Fix _.mixin creates functions that respect __chain__.
|
2013-10-02 19:30:49 -07:00 |
|
John-David Dalton
|
f0f17e0041
|
Updated the tested version of Node.js to 0.10.20 in readme. [ci skip]
|
2013-10-01 22:20:26 -07:00 |
|
John-David Dalton
|
d6fa8bf233
|
Add _.pluck to backbone.html in anticipation of Backbone's version bump. [ci skip]
|
2013-10-01 22:04:43 -07:00 |
|
John-David Dalton
|
ec5e685a1c
|
Remove unneeded keywords from component.json. [ci skip]
|
2013-10-01 08:39:03 -07:00 |
|
John-David Dalton
|
c88b95751c
|
Reduce setting MAKE in .travis.yml.
|
2013-09-30 20:21:59 -07:00 |
|
John-David Dalton
|
72ae25bc53
|
Log the params passed to test.js to the console.
|
2013-09-30 19:33:18 -07:00 |
|
John-David Dalton
|
02e5cc1da8
|
Add asset folders and cache busting to worker.js.
|
2013-09-30 18:53:04 -07:00 |
|
John-David Dalton
|
3d092df56d
|
Tweak isModularize detection. [ci skip]
|
2013-09-29 20:33:13 -07:00 |
|
John-David Dalton
|
912d5c700c
|
Change before_script to the more appropriate before_install in .travis.yml.
|
2013-09-29 20:21:45 -07:00 |
|
John-David Dalton
|
6d3c492518
|
Extend test/test.js to support testing generated npm packages.
|
2013-09-29 19:19:02 -07:00 |
|
John-David Dalton
|
5e29e3f1cb
|
Tweak wording on _.clone feature note in readme & tweak unit test handling missing _.runInContext.
|
2013-09-29 14:46:52 -07:00 |
|
John-David Dalton
|
0558495760
|
Update _.clone unit test for older Safari.
|
2013-09-29 12:30:34 -07:00 |
|
John-David Dalton
|
0471dfa2f8
|
Update vendor/qunit-clib to avoid logInline when running on Windows.
|
2013-09-29 09:53:05 -07:00 |
|
John-David Dalton
|
7883e6544e
|
Remove modularize entry in test-ui.js, update isModularize detection, and avoid a false fail in old Opera.
|
2013-09-28 22:14:05 -07:00 |
|
John-David Dalton
|
6da87e4a79
|
Bump to v2.2.0.
|
2013-09-28 20:29:54 -07:00 |
|
John-David Dalton
|
bafe4fff93
|
Update vendor/qunit-clib and validate assert counts in each unit test.
|
2013-09-28 18:27:07 -07:00 |
|
John-David Dalton
|
da782398a2
|
Allow test.'s to support rhino -require with modularized builds.
|
2013-09-28 17:13:24 -07:00 |
|
John-David Dalton
|
4b26b46f6a
|
Remove unneeded code from the underscore build of the support object.
|
2013-09-28 14:02:12 -07:00 |
|
John-David Dalton
|
0f1e69a2df
|
Tweak how isModularize is detected in test/test.js.
|
2013-09-28 00:25:56 -07:00 |
|
John-David Dalton
|
85f2bd464c
|
Remove "performance" & "speed" keywords from package.json. [ci skip]
|
2013-09-26 23:47:26 -07:00 |
|
John-David Dalton
|
8a4956b736
|
Remove openjdk6 from .travis.yml.
|
2013-09-26 21:55:14 -07:00 |
|
John-David Dalton
|
4a369af4c7
|
Cleanup baseClone.
|
2013-09-26 21:05:10 -07:00 |
|
John-David Dalton
|
9749305ecd
|
Make _.clone shallow clone dates, regexps, and boolean/number/string objects. [closes #358]
|
2013-09-26 20:07:07 -07:00 |
|
John-David Dalton
|
639178dbdc
|
Make qunit-clib less chatty for passed tests.
|
2013-09-26 08:12:33 -07:00 |
|
John-David Dalton
|
62d038b547
|
Fix typo in .travis.yml.
|
2013-09-26 01:10:22 -07:00 |
|
John-David Dalton
|
9b80e3a33b
|
When floating in _.random avoid getting 0 too many times when using arguments like min of -3 and max of 3.
|
2013-09-25 23:24:58 -07:00 |
|
John-David Dalton
|
0ea54f0458
|
Optimize .travis.yml narwhal, ringo, and rhino use.
|
2013-09-25 22:56:51 -07:00 |
|
John-David Dalton
|
374c52f71f
|
Use ln as shorthand for link in the "Notes" section of the readme . [ci skip]
|
2013-09-25 09:09:04 -07:00 |
|
John-David Dalton
|
60f63e125a
|
Experiment with downloading rhino, ringo, narwhal via .travis.yml.
|
2013-09-25 07:52:48 -07:00 |
|
John-David Dalton
|
7cfa7f3de4
|
Use now() in the compat and underscore builds too.
|
2013-09-24 19:10:09 -07:00 |
|
John-David Dalton
|
92409831c2
|
Reduce dependency on getObject.
|
2013-09-24 00:10:16 -07:00 |
|
John-David Dalton
|
e04790a628
|
Update docs to make the list of aliases more descriptive. [ci skip]
|
2013-09-23 09:12:50 -07:00 |
|
John-David Dalton
|
cd7bf40508
|
Have the npm packages link in the readme use the "lodash-modularized" keyword. [ci skip]
|
2013-09-23 08:38:52 -07:00 |
|
John-David Dalton
|
dc378e9ce7
|
Bump to v2.1.0.
|
2013-09-22 22:55:14 -07:00 |
|
John-David Dalton
|
5fcdcec1a8
|
Tweak test-ui.js for changes in the modularize build option. [ci skip]
|
2013-09-22 01:15:50 -07:00 |
|
John-David Dalton
|
8773704c8b
|
Strengthen the UMD.
|
2013-09-20 23:01:53 -07:00 |
|
John-David Dalton
|
291fd1857e
|
Reduce our readme and update docdown. [ci skip]
|
2013-09-20 21:18:26 -07:00 |
|
John-David Dalton
|
0aa4aeaddc
|
Change directory in .travis.yml before running unit tests.
|
2013-09-20 19:52:49 -07:00 |
|
John-David Dalton
|
ca81f1b2e8
|
Add floating argument to _.random. [closes #354]
|
2013-09-20 00:21:42 -07:00 |
|
John-David Dalton
|
fca3a14410
|
Update readme with download descriptions.
|
2013-09-19 23:49:44 -07:00 |
|
John-David Dalton
|
d105e80ed8
|
Add "include" to .travis.yml.
|
2013-09-19 22:23:27 -07:00 |
|
John-David Dalton
|
ce63faa597
|
Add "matrix" to .travis.yml.
|
2013-09-19 21:12:17 -07:00 |
|
John-David Dalton
|
25c1b63a00
|
Fix doc typo in _.where. [ci skip] [closes #353, #355]
|
2013-09-19 18:40:58 -07:00 |
|
John-David Dalton
|
548728abba
|
Avoid PhantomJS 1.9.2 bug in .travis.yml.
|
2013-09-19 09:33:33 -07:00 |
|