Commit Graph

8037 Commits

Author SHA1 Message Date
Masahiro Wakame
dfdebbd2ee Merge pull request #3585 from ryiwamoto/improve_jquery.flot.d.ts
Update jquery.flot.d.ts
2015-02-04 21:54:22 +09:00
Masahiro Wakame
cc2b52997d Merge pull request #3580 from reppners/fs-extra
+ added missing type definition of ensureDir() method
2015-02-04 21:30:35 +09:00
Masahiro Wakame
9b3007cc01 Merge pull request #3579 from reppners/nedb
+ nedb typings + test
2015-02-04 21:27:42 +09:00
Masahiro Wakame
b0d6af27f4 Merge pull request #3578 from davetayls/feature/marionette-triggerMethod
added triggerMethod to Marionette.Controller
2015-02-04 21:25:50 +09:00
vvakame
23b6edd28c update CONTRIBUTORS.md 2015-02-03 12:26:42 +09:00
Masahiro Wakame
c5a800a7df Merge pull request #3576 from Xinkai/master
add two missing functions to ip (subnet, cidrSubnet)
2015-02-03 12:22:06 +09:00
Masahiro Wakame
e5a6b2888a Merge pull request #3575 from jmthibault/master
Adding support for custom nconf.formats
2015-02-03 12:15:31 +09:00
Masahiro Wakame
b25af7d8da Merge pull request #3574 from Tsuguya/master
update web audio api
2015-02-03 12:13:24 +09:00
Masahiro Wakame
457e0e16df Merge pull request #3572 from cyrilschumacher/master
Add definition for "acc-wizard", "IBAN.js" and "jquery.dropotron"
2015-02-03 12:01:34 +09:00
Masahiro Wakame
146d19dcef Merge pull request #3566 from Asana/gulp-plugins
Adding a bunch of gulp utilities
2015-02-03 11:58:04 +09:00
Masahiro Wakame
3f111aae87 Merge pull request #3569 from codler/patch-1
Hammerjs: Allow to use as module
2015-02-03 11:55:32 +09:00
Masahiro Wakame
dde7eb2333 Merge pull request #3550 from NN---/patch-10
Move common details to interface
2015-02-03 11:54:15 +09:00
Masahiro Wakame
96ad063c13 Merge pull request #3567 from davetayls/feature/marionette-view-getoption
added getOption to view
2015-02-03 11:53:08 +09:00
Masahiro Wakame
c7070bf110 Merge pull request #3564 from Asana/browser-sync
Adding browser-sync definitions
2015-02-03 11:51:48 +09:00
Masahiro Wakame
18e0e14b8f Merge pull request #3563 from Asana/dts-bundle
Adding type definitions for dts-bundle
2015-02-03 11:50:46 +09:00
Masahiro Wakame
abb8a27bfd Merge pull request #3559 from apathytomorrow/master
Added IsDuration to MomentStatic
2015-02-03 11:42:09 +09:00
Masahiro Wakame
e3a188b00f Merge pull request #3553 from MSOpenTech/cordova-4.2.0
Aligns definitions for cordova and core plugins with latest Cordova updates
2015-02-03 11:40:46 +09:00
ryiwamoto
0a7d1f04b0 update jquery.flot.d.ts 2015-02-02 21:35:51 +09:00
ryiwamoto
76b96d4775 add type annotations 2015-02-02 21:00:06 +09:00
reppners
165746e355 + added missing type definition of ensureDir() method 2015-02-02 11:54:17 +01:00
reppners
4135f7e697 + nedb typings + test 2015-02-02 11:29:48 +01:00
davetayls
feec83a5d5 added triggerMethod to Marionette.Controller as described https://github.com/marionettejs/backbone.marionette/blob/master/src/controller.js#L33 2015-02-01 20:22:50 +00:00
xinkai
4e752c7705 add two missing functions to ip (subnet, cidrSubnet) 2015-02-01 12:32:26 +08:00
Jean-Martin Thibault
b04655e76d added support for custom nconf.formats and added missing format in IFileOptions 2015-01-31 17:55:30 -05:00
Tsuguya Toma
a7900a928d update waa-tests. 2015-02-01 04:18:44 +09:00
Tsuguya Toma
428f69ab68 update web audio api 2015-02-01 03:40:05 +09:00
cyrilschumacher
7ab1e5f604 Fix bugs. 2015-01-30 20:12:14 +01:00
cyrilschumacher
e16b425072 Fix bugs. 2015-01-30 20:10:32 +01:00
Cyril Schumacher
62c57a3c8a Add definition for "jquery.dropotron". 2015-01-30 13:13:46 +01:00
Horiuchi_H
7bab855ae3 Merge pull request #3562 from Asana/del
Adding a type definition for del
2015-01-30 17:02:07 +09:00
Cyril Schumacher
77b4c9cb9a Add tests.
Update definition.
2015-01-30 08:50:31 +01:00
Phips Peter
3ec388cb73 Adding more tests
This makes sure the common case is tested
2015-01-29 16:38:02 -08:00
Phips Peter
6e31806aab Update gulp-tslint.d.ts 2015-01-29 16:19:34 -08:00
Phips Peter
03f12b0f66 Responding to feedback
Thanks @vsiao!
2015-01-29 14:39:09 -08:00
Han Lin Yap
a9678270a5 Allow to use as module 2015-01-29 18:25:55 +01:00
Cyril Schumacher
367dd36c03 Merge branch 'master' of https://github.com/cyrilschumacher/DefinitelyTyped 2015-01-29 17:17:58 +01:00
Cyril Schumacher
32404b178f Add definition for "IBAN.js". 2015-01-29 17:16:42 +01:00
Cyril Schumacher
3dedff38f8 Add definition for "acc-wizard". 2015-01-29 17:15:44 +01:00
John Reilly
01ce3ccf7f Merge pull request #3568 from johnnyreilly/master
Q: Replace overloads with union types
2015-01-29 11:49:40 +00:00
John Reilly
44116c6b31 Replace overloads with union types 2015-01-29 11:46:35 +00:00
NN
bf06362604 Changes according to review. 2015-01-29 12:30:02 +02:00
davetayls
1bcd371e60 added getOption to view 2015-01-29 09:28:44 +00:00
Phips Peter
429c0c5c7d Adding a bunch of gulp utilities
This should allow a developer to write a gulpfile in TypeScript to
compile a TypeScript project.
2015-01-28 17:23:29 -08:00
Phips Peter
e6ef60d24a Adding browser-sync definitions
Browser Sync is also really helpful if you want to setup a TypeScript
only development environment.
2015-01-28 14:36:15 -08:00
Phips Peter
87a02f041b Adding type definitions for dts-bundle
DtsBundle is for bundling type definitions to be consumed by other
libraries.
2015-01-28 13:42:13 -08:00
Phips Peter
d54b01d569 Adding a type definition for del
This is useful for people who want to write their gulpfile in
TypeScript.
2015-01-28 13:26:37 -08:00
Masahiro Wakame
338059f48e Merge pull request #3560 from borisyankov/es6-promise-union
update es6-promise/es6-promise.d.ts
2015-01-29 01:24:50 +09:00
vvakame
2acfc3ec2f fix travis ci failed 2015-01-29 01:23:16 +09:00
vvakame
c95561be35 update es6-promise/es6-promise.d.ts 2015-01-29 01:19:17 +09:00
vvakame
31370adcb0 update CONTRIBUTORS.md 2015-01-29 01:08:10 +09:00