Commit Graph
6932 Commits
Author SHA1 Message Date
Masahiro Wakame cf08dc6503 Merge pull request #3133 from tgfjt/feature/validator
added validator/validator.d.ts
2014-11-13 12:37:23 +09:00
tgfjt 31b873c6b5 added validator/validator.d.ts
for chriso/validator.js @3.22.1
2014-11-13 11:47:03 +09:00
Masahiro Wakame d2cf996b27 Merge pull request #3130 from pine613/feature/content-type
Add content-type
2014-11-13 09:55:36 +09:00
Basarat Ali Syed 3c2446733c Merge pull request #3124 from pocesar/angular-update
update angular to released version 1.3+
2014-11-13 10:42:04 +11:00
MIZUNE Pine 5e5b95afa3 Add content-type 2014-11-13 06:36:43 +09:00
Masahiro Wakame 41840d0049 Merge pull request #3122 from tomtung/master
TrackballControls should extend EventDispatcher (threejs)
2014-11-12 22:51:19 +09:00
Masahiro Wakame af306b9c3a Merge pull request #3120 from Chris-Martinezz/master
Added lscache definitions
2014-11-12 22:40:21 +09:00
vvakame 1269d1063c Merge branch 'poelstra-bluebird' 2014-11-12 22:29:14 +09:00
vvakame a4fb4b5ee7 Merge branch 'bluebird' of github.com:poelstra/DefinitelyTyped into poelstra-bluebird 2014-11-12 22:28:35 +09:00
Masahiro Wakame 60c0b1267f Merge pull request #3116 from Asana/change-case
Add definitions for change-case
2014-11-12 22:22:36 +09:00
Masahiro Wakame 99f68d0ba1 Merge pull request #3115 from jvilk/tar-fixes
[tar] Fixing Pack to have an optional properties parameter.
2014-11-12 22:21:46 +09:00
Masahiro Wakame bc9c3381a9 Merge pull request #3114 from jvilk/semver-fixes
[semver] Fixing type definition for satisfies to return a boolean.
2014-11-12 22:14:42 +09:00
Masahiro Wakame d45e8eb6af Merge pull request #3112 from Maks3w/jquery.validation/valid-invalid-methods
[jquery.validation][1.11.1] invalidElements and validElements methods
2014-11-12 22:09:27 +09:00
Paulo Cesar 5ab1bd4840 squash! squash! update angular to released version 1.3+
interval delay isnt optional
2014-11-12 08:30:07 -02:00
Martin Poelstra a3b4851dfc Update Bluebird typings to 2.x and fix some issues:
- 'Old' typings moved to "-1.0" version
- Not all v2 methods are added yet
- Promise also implements Inspection
- .finally() doesn't get the value in its callback
- .done() returns void, not a Promise
- Add .tap() and .setScheduler()
- Add error types for use in e.g. catch()'ing specific errors
- Inspection.error() renamed to .reason()
2014-11-12 11:19:15 +01:00
Paulo Cesar 91ea0ef4ce squash! update angular to released version 1.3+
undo optionals
2014-11-12 06:04:00 -02:00
Paulo Cesar eb3420c93c update angular to released version 1.3+ 2014-11-12 01:57:38 -02:00
Yubing (Tom) Dong 792d0aa3c9 TrackballControls should extend EventDispatcher (threejs)
Please see
https://github.com/mrdoob/three.js/blob/master/examples/js/controls/Trac
kballControls.js#L611

The prototype of THREE.TrackballControls is
THREE.EventDispatcher.prototype.
2014-11-11 17:22:07 -08:00
Chris Martinez 49e799b01b Fix lscache header
Fix lscache header so npm test passes.
2014-11-11 12:33:12 -05:00
Chris Martinez 9cd13294ae Added lscache definition
Added lscache definition
2014-11-11 12:24:13 -05:00
John Vilk 64d394d81a Fixing tar.Pack to have an optional properties parameter.
Adding in some JSDoc for the main methods, lifted directly from
documentation, and adding a TODO for the future if someone decides to type
the fstream library.
2014-11-10 13:16:30 -05:00
John Vilk 0008781fb2 Fixing type definition for semver.satisfies to return a boolean.
Cleaning up type definitions a bit, and lifting function comments into
JSDoc so IDEs like Visual Studio will appropriately display the comment.
2014-11-10 12:59:50 -05:00
Basarat Ali Syed 39531c32fe Merge pull request #3113 from borisyankov/infrastructure/faster-travis
Use the new beta build env on Travis
2014-11-10 16:20:22 +11:00
Basarat Ali Syed 5f4765a1c9 Use the new beta build env on Travis
https://github.com/travis-ci/docs-travis-ci-com/blob/ha-docker-documentation/user/container-based-infrastructure.md

Seen on `Microsoft/TypeScript/pull/1085` by travis team
2014-11-10 16:15:58 +11:00
Maks3w e07da8a6fa [jquery.validation][1.11.1] invalidElements and validElements methods 2014-11-09 12:09:26 +01:00
Masahiro Wakame cd280100a8 Merge pull request #3110 from jbblanchet/master
Declare variable so import works
2014-11-09 10:18:00 +09:00
jbblanchet eae67433b7 Declare variable so import works
When declaring a module, it's necessary to declare a variable then
export it, else the import keyword won't work properly when using
modules.
2014-11-08 12:45:12 -05:00
vvakame 6df752c768 Merge branch 'JeroMiya-angularjs_legacyUpdate' 2014-11-09 00:51:18 +09:00
vvakame 9e660da4c9 Merge branch 'angularjs_legacyUpdate' of github.com:JeroMiya/DefinitelyTyped into JeroMiya-angularjs_legacyUpdate 2014-11-09 00:50:57 +09:00
Masahiro Wakame 9726f2c6fb Merge pull request #3101 from in-async/angularfire.d.ts
update angular/angularfire.d.ts and angularfire-tests.ts
2014-11-09 00:39:32 +09:00
Masahiro Wakame 64ad757cda Merge pull request #3108 from nikeee/master
Fix bug in node-webkit when requiring nw.gui
2014-11-09 00:28:10 +09:00
Masahiro Wakame 5ee5b6d005 Merge pull request #3107 from jvilk/adm-zip
adm-zip Definitions
2014-11-09 00:25:24 +09:00
Masahiro Wakame 4700b887ab Merge pull request #3105 from shinyaohira/fix-server-method
Fix server.method for Hapi
2014-11-09 00:24:57 +09:00
Masahiro Wakame b2593b70a3 Merge pull request #3106 from pine613/fix/zepto/ajax_settings
Fix ajaxSettings
2014-11-09 00:21:23 +09:00
Masahiro Wakame c6858e51cf Merge pull request #3087 from progre/feature/socket.io
Add definition for socket.io 1.2.0
2014-11-09 00:19:35 +09:00
Masahiro Wakame 49233299ab Merge pull request #3066 from lookuptable/heatmap.js
Add type definitions for heatmap.js
2014-11-09 00:17:16 +09:00
Masahiro Wakame 47a3ee5b21 Merge pull request #3102 from moonpyk/master
Missing function declaration for knockout.
2014-11-09 00:16:44 +09:00
vvakame 395281e28c Merge branch 'cspotcode-master' 2014-11-09 00:14:42 +09:00
vvakame 0607d042b4 mv mousetrap-global-bind/mousetrap-global-bind.d.ts -> mousetrap/mousetrap-global-bind.d.ts 2014-11-09 00:14:20 +09:00
vvakame db084916cc Merge branch 'master' of github.com:cspotcode/DefinitelyTyped into cspotcode-master 2014-11-09 00:12:55 +09:00
Masahiro Wakame 060fbd1907 Merge pull request #3093 from Asana/master
Update TestUtils.findRenderedComponentWithType
2014-11-09 00:08:08 +09:00
Masahiro Wakame c57fc8ca0a Merge pull request #3098 from armorik83/master
add yeoman-generator/yeoman-generator.d.ts
2014-11-09 00:06:31 +09:00
in-async 12af931fb0 Fix along the guidelines. 2014-11-08 23:50:15 +09:00
Niklas Mollenhauer 0ffe89ddb4 Fix failed test 2014-11-08 01:52:05 +01:00
Niklas Mollenhauer a7114686aa Update tests to use require() 2014-11-08 01:15:15 +01:00
Niklas Mollenhauer 20ebd41950 Fix bug in node-webkit when requiring "nw.gui" 2014-11-08 01:14:26 +01:00
Niklas Mollenhauer 1c49e69f2c Merge pull request #1 from borisyankov/master
Update
2014-11-08 01:13:54 +01:00
John Vilk 17641114cc Adding definition file for adm-zip. 2014-11-07 17:01:09 -05:00
jvilk 914d89224f Merge pull request #1 from borisyankov/master
Update fork.
2014-11-07 16:30:44 -05:00
MIZUNE Pine fd5dbacc76 Fix ajaxSettings 2014-11-08 03:42:15 +09:00