18734 Commits
Author SHA1 Message Date
Horiuchi_H 11d8dea251 Merge pull request #7600 from tkrotoff/gulp-filter
Add definitions for gulp-filter
2016-01-13 12:52:20 +09:00
Tanguy Krotoff 1735153b55 Add definitions for gulp-filter (https://github.com/sindresorhus/gulp-filter) 2016-01-13 04:20:47 +01:00
Horiuchi_H f85b83dbbf Merge pull request #7586 from galtalmor/master
Updated Moment JS to version 2.11.1.
2016-01-13 11:50:04 +09:00
Horiuchi_H 473ba71d5f Merge pull request #7594 from nimish/update-helmet
Update helmet CSP typings
2016-01-13 11:47:24 +09:00
Horiuchi_H a7d4310d00 Merge pull request #7593 from jhasselkus/mongoose-fix-7499
mongoose.d.ts Document interface should define _id as any
2016-01-13 11:45:28 +09:00
Horiuchi_H 4b089299a8 Merge pull request #7585 from AyaMorisawa/del-2.2.0
Update del.d.ts 1.2.0 -> 2.2.0
2016-01-13 11:38:29 +09:00
Horiuchi_H a08e48ef39 Merge pull request #7580 from philippstucki/master
Add Definitions for node-rsync
2016-01-13 11:26:40 +09:00
vangorra f7bbba882d Adding subscribe method to meteor angular IScope. 2016-01-12 18:19:50 -08:00
igochkov a94a38a68f Typeahead constructor and events signitures changed to reflect latest 0.11.1 typeahead documentation 2016-01-12 23:38:11 +01:00
Matt Gibbs b779873b3f Expanding Chartist Type Definitions 2016-01-12 16:24:28 -05:00
Ilya Mochalov 901e24cc85 lodash: signatures of _.sortByAll have been changed 2016-01-13 02:22:46 +05:00
Tsvetomir Tsonev 4d9c488acb Update Kendo UI TypeScript definitions for 2016 Q1
Signed-off-by: Tsvetomir Tsonev <cvetomirconev@gmail.com>
2016-01-12 22:25:16 +02:00
Nimish Telang 022f77341e Update helmet CSP typings 2016-01-12 16:32:50 +00:00
John Hasselkus 97ec10cb6c mongoose.d.ts Document interface should define _id as any
In the Document interface definition of mongoose.d.ts, the _id field
definition of _id: Types.ObjectId was wrong, as it can be any type. This
commit changes the definition to _id: any to allow interfaces that
extend Document to refine the definition of _id as appropriate to match
the schema of the model/collection.
2016-01-12 10:14:33 -06:00
Nils Engelbach 655f8c1bf3 Added Missing includes function overload
The includes function call with an options object was not defined.
See: http://angular-ui.github.io/ui-router/site/#/api/ui.router.state.$state
2016-01-12 17:11:18 +01:00
Gal Talmor 8aacd9222c Updated to version 2.11.1. Added now function in MomentStatic. Added isSameOrBefore and creationData in Moment. 2016-01-12 18:02:48 +02:00
Gal Talmor fc129dfe1a Updated to version 2.11.1. Added now function in MomentStatic. Added isSameOrBefore and creationData in Moment. 2016-01-12 17:51:02 +02:00
delphinus 73b8fac832 Add tests for LayoutView & CollectionView 2016-01-13 00:25:15 +09:00
delphinus 69efd3471a Add methods & fix comments for LayoutView 2016-01-13 00:25:11 +09:00
Aya Morisawa a29b4dbbd9 Fix #7131 2016-01-13 00:17:02 +09:00
Aya Morisawa e52bf136cd Update react-notification-system.d.ts 2016-01-13 00:05:03 +09:00
Aya Morisawa 13dc65314e Fix #448 2016-01-13 00:03:08 +09:00
guischdi 56d7915c3a Merge pull request #1 from guischdi/patch-1
update shell.task() signature
2016-01-12 15:58:45 +01:00
guischdi 4f99c3c7e5 update shel.task() signature
add done function to method signature of shell.task()
2016-01-12 15:18:58 +01:00
Gal Talmor ba4191f9dd Updated to version 2.11.1. Added now function in MomentStatic. Added isSameOrBefore and creationData in Moment. 2016-01-12 16:17:07 +02:00
Aya Morisawa a4931e6907 Update del.d.ts 1.2.0 -> 2.2.0 2016-01-12 23:10:54 +09:00
Gal Talmor 4e337298f5 Merge branch 'master' of https://github.com/borisyankov/DefinitelyTyped 2016-01-12 16:09:31 +02:00
delphinus 3e6e0b6de6 Add methods & fix comments for CollectionView 2016-01-12 22:45:21 +09:00
Gal Talmor 4cdea2aaeb Updated to version 2.11.1. Added now function in MomentStatic. Added isSameOrBefore and creationData in Moment. 2016-01-12 15:37:58 +02:00
John Reilly 984a41af67 Merge pull request #7579 from mth0348/master
Added missing options to SliderOptions and DialogOptions
2016-01-12 13:30:58 +00:00
Philipp Stucki 60ec68376b small linting fixes 2016-01-12 14:10:24 +01:00
Federico Caselli 9a2c50ea84 Updated urlencoded method
The urlencoded extended option is no longer optional
The default value has been deprecated.
https://github.com/expressjs/body-parser#bodyparserurlencodedoptions
2016-01-12 12:33:57 +01:00
Federico Caselli 430c8ca893 Merge pull request #1 from DefinitelyTyped/master
Merge from uptream
2016-01-12 12:28:15 +01:00
brierel 941b8aabd2 Fixed deprecated express 3.x functions
- Fixed deprecated express 3.x functions as reporte in issue https://github.com/DefinitelyTyped/DefinitelyTyped/issues/7507
- Also updated use() fonction when having only one handler parameter
2016-01-12 11:39:29 +01:00
Philipp Stucki c491f170ac removes obsolete source() definition 2016-01-12 11:13:53 +01:00
Philipp Stucki ac0fcd9ac8 adds definitions for https://github.com/mattijs/node-rsync 2016-01-12 11:04:46 +01:00
Horiuchi_H faa49cc680 Merge pull request #7575 from mshmelev/patch-2
Support TypeScript 1.7 modules
2016-01-12 17:22:31 +09:00
Horiuchi_H 9bf971cacc Merge pull request #7574 from chrootsu/node-crypto
node: definition of the module "crypto" has been changed
2016-01-12 17:18:22 +09:00
Matthias Thomann 57112090da Added missing options to SliderOptions and DialogOptions 2016-01-12 08:45:04 +01:00
Andrew Bradley f505d870ff Remove dependence on jquery.d.ts
jQuery declares a global var `$` which makes it potentially conflict with other declarations, for example angular-protractor

autobahn.d.ts doesn't need to depend on jquery.d.ts since the only thing it used, JqueryPromise, can be replaced with when.Promise
2016-01-11 23:16:59 -05:00
Adam Burmister 29844903a5 Add overloads for PDK.me 2016-01-11 16:02:27 -08:00
Adam Burmister 7c67406676 Tidy 2016-01-11 15:44:12 -08:00
Adam Burmister b7b7da9f37 Test suite for Pinterest SDK 2016-01-11 15:40:22 -08:00
Max Shmelev ceedbb3550 Support TypeScript 1.7 modules
This fix allows to import modules in TypesScript 1.7 using `import` keyword, like:
import * as sinonChai from 'sinon-chai';

The current version gives compilation error: "Module sinon-chai resolves to a non-module entity"
2016-01-11 18:34:47 -05:00
Adam Burmister 1e4a86c5fd Pinterest JS SDK definitions 2016-01-11 15:25:33 -08:00
Ilya Mochalov 39e510415c node: definition of the module "crypto" has been changed 2016-01-12 01:54:02 +05:00
Ilya Mochalov 2e36df31fe lodash: signatures of _.merge have been changed 2016-01-12 00:11:10 +05:00
Kirill Chaban c0bc8907bd material-ui: fix misprint in time-picker
Renamed textFieldStye to textFieldStyle
2016-01-11 22:09:57 +03:00
Kirill Chaban 176ada308e Merge branch 'master' of https://github.com/kirill-chaban/DefinitelyTyped 2016-01-11 21:56:42 +03:00
Urs Wegmann 4146ca6918 Add relativeUrls to IOptions 2016-01-11 17:09:44 +01:00