Tim Perry
|
2dbfcbb378
|
Updated travis config to run the saucelabs tests for various browsers
|
2013-10-28 00:07:22 +00:00 |
|
Tim Perry
|
a717f5c030
|
Initial working saucelabs test result recording
|
2013-10-28 00:07:16 +00:00 |
|
Tim Perry
|
3a711790c5
|
PoC saucelabs test runner
|
2013-10-27 22:55:11 +00:00 |
|
John-David Dalton
|
5d77cb0396
|
Update underscore build with _.difference patch from lodash-cli. [closes #373]
|
2013-10-26 00:26:23 -07:00 |
|
John-David Dalton
|
9972ea578b
|
Update builds.
|
2013-10-26 00:25:42 -07:00 |
|
John-David Dalton
|
0bb3762397
|
Simplify environment detections.
|
2013-10-26 00:25:09 -07:00 |
|
John-David Dalton
|
fbd6e21152
|
Add more "Objects" tests to test/test.js.
|
2013-10-25 09:36:27 -07:00 |
|
John-David Dalton
|
bea62537df
|
Fix asyncTest with rhino -require.
|
2013-10-25 00:38:19 -07:00 |
|
John-David Dalton
|
fdbe4c5bd5
|
Avoid broken Function#bind in Narwhal.
|
2013-10-24 22:45:33 -07:00 |
|
John-David Dalton
|
91e779a52c
|
Remove secure sauce access key since @pimterry is on the case.
|
2013-10-24 22:25:21 -07:00 |
|
John-David Dalton
|
e2c5e92cd3
|
Fix failing tests for rhino -require.
|
2013-10-24 09:09:18 -07:00 |
|
John-David Dalton
|
5929676ea2
|
Add more "Objects" test and fix tests for node.
|
2013-10-24 00:18:02 -07:00 |
|
John-David Dalton
|
36e180ab91
|
Add more "Objects" tests and fix failing tests.
|
2013-10-23 23:54:03 -07:00 |
|
John-David Dalton
|
1e8fe22553
|
Use internal slice instead of nativeSlice.call when converting arguments to arrays.
|
2013-10-23 21:55:05 -07:00 |
|
John-David Dalton
|
8e1bd2d8f3
|
Add more of Underscore's "Objects" tests to test/test.js.
|
2013-10-23 21:38:16 -07:00 |
|
John-David Dalton
|
239ce262ef
|
Add sauce secure key in the hope that someone will complete the work required to get sauce testing working.
|
2013-10-22 22:16:27 -07:00 |
|
John-David Dalton
|
5be66e98c2
|
Fix flakey _.throttle unit test.
|
2013-10-22 21:54:47 -07:00 |
|
John-David Dalton
|
cacd072c15
|
Add "Objects" tests from Underscore to test/test.js.
|
2013-10-22 09:28:23 -07:00 |
|
John-David Dalton
|
14c6a1bf23
|
Add docs to an advanced section of createBound. [ci skip]
|
2013-10-22 09:27:33 -07:00 |
|
John-David Dalton
|
b27dfd4c77
|
Escape asterisks and other characters in generated docs. [ci skip]
|
2013-10-21 22:45:37 -07:00 |
|
John-David Dalton
|
4622e9658d
|
Fix doc link hashes for github. [ci skip]
|
2013-10-21 21:31:08 -07:00 |
|
John-David Dalton
|
f8bda517c3
|
Add the rest of the underscore "Functions" tests to test/test.js.
|
2013-10-21 09:21:02 -07:00 |
|
John-David Dalton
|
de3d9fdb8b
|
Fix more doc typos and add more underscore "Functions" tests to test/test.js.
|
2013-10-21 00:35:01 -07:00 |
|
John-David Dalton
|
c6291bea52
|
Fix various doc typos and update builds.
|
2013-10-20 23:48:33 -07:00 |
|
John-David Dalton
|
a266e3c898
|
Ensure functions are rebound correctly by shallow cloning the __bindData__ before passing it to createBound. [closes #371]
|
2013-10-20 23:45:53 -07:00 |
|
John-David Dalton
|
f9c34d6808
|
Add more underscore "functions" tests to test/test.js.
|
2013-10-20 23:35:42 -07:00 |
|
John-David Dalton
|
10a91cac2f
|
Add more underscore _.template tests to test/test.js.
|
2013-10-20 17:38:57 -07:00 |
|
John-David Dalton
|
f7e25e9c63
|
Add note about _.create and update support section of readme. [ci skip]
|
2013-10-20 17:02:32 -07:00 |
|
Kevin Ji
|
5f821a58a3
|
Update contributor links. [ci skip]
|
2013-10-20 17:01:46 -07:00 |
|
Kevin Ji
|
4a2ad4e6f9
|
Use https for all Twitter contributor links
|
2013-10-20 13:17:30 -07:00 |
|
John-David Dalton
|
4a2bbb52c1
|
Fix remove circular dependency in _.create by adding baseCreate.
|
2013-10-19 16:20:15 -07:00 |
|
John-David Dalton
|
ed401199bd
|
Allow _.create to accept a properties object and rebuild docs and other builds.
|
2013-10-19 14:57:12 -07:00 |
|
John-David Dalton
|
eee3a263f5
|
Add _.create to chaining docs. [ci skip]
|
2013-10-19 13:15:39 -07:00 |
|
John-David Dalton
|
eca1d9aabd
|
Don't expose _.create for underscore build.
|
2013-10-19 08:38:57 -07:00 |
|
John-David Dalton
|
33ff9cfbb6
|
Add _.create and alias tests.
|
2013-10-19 01:08:32 -07:00 |
|
John-David Dalton
|
de8e6d7174
|
Add _.create.
|
2013-10-19 01:08:09 -07:00 |
|
John-David Dalton
|
cd9332cddf
|
Add comment to _.parseInt. [ci skip]
|
2013-10-18 22:18:15 -07:00 |
|
John-David Dalton
|
fb4a861c0d
|
Reduce _.wrap by taking advantage of createBound.
|
2013-10-18 08:21:30 -07:00 |
|
John-David Dalton
|
c30460df4c
|
Optimize _.isBoolean, _.isNumber, and _.isString for the false case.
|
2013-10-17 23:59:02 -07:00 |
|
John-David Dalton
|
31e86a36f8
|
Ensure _.isEqual works with objects created by Object.create(null).
|
2013-10-17 22:53:40 -07:00 |
|
John-David Dalton
|
0b4fe85b33
|
Update vendor/curl to 0.8.4.
|
2013-10-17 09:05:46 -07:00 |
|
John-David Dalton
|
99e7a1705a
|
Update vendor/requirejs to 2.1.9.
|
2013-10-16 23:28:34 -07:00 |
|
John-David Dalton
|
27c6259b53
|
Add more underscore "utilities" methods tests.
|
2013-10-15 22:28:01 -07:00 |
|
John-David Dalton
|
1ecae14bae
|
Move Underscore's chaining tests to test/test.js.
|
2013-10-15 09:08:45 -07:00 |
|
John-David Dalton
|
c56a09f318
|
Add doc note to _.forEach about array-like objects. [closes #339] [ci skip]
|
2013-10-14 23:48:24 -07:00 |
|
John-David Dalton
|
ffec2699ea
|
Add wiki resources page to the readme. [ci skip]
|
2013-10-14 22:52:00 -07:00 |
|
John-David Dalton
|
46faf0280c
|
Add the rest of the underscore "Collections" tests to test/test.js.
|
2013-10-14 09:14:54 -07:00 |
|
John-David Dalton
|
3b774ed507
|
Add JavaScript Jabber podcast to readme. [ci skip]
|
2013-10-13 21:57:32 -07:00 |
|
John-David Dalton
|
9c62bbbc05
|
Use npm i shorthand in .travis.yml. [ci skip]
|
2013-10-13 19:19:08 -07:00 |
|
John-David Dalton
|
dc6b1ef47b
|
More doc tweaks/cleanup. [ci skip].
|
2013-10-13 18:06:23 -07:00 |
|