Martin McWhorter
af0f3d0df6
Allow annotated functions for onEnter and onExit
...
onEnter and onExit allow DI annotated functions like:
onEnter: ['$http', ($http) => { $http.get(...) }];
2015-04-17 15:31:27 +01:00
Horiuchi_H
2be58135d2
add node-cron type definition file
2015-04-17 16:06:20 +09:00
Horiuchi_H
52fa2b9ce3
Merge pull request #4131 from TeamworkGuy2/master
...
Added websql type definition
2015-04-17 11:43:49 +09:00
TeamworkGuy2
4200e4a4c2
Added strong types to test file
2015-04-17 00:57:15 +00:00
TeamworkGuy2
a271ce385c
Initial DefinitelyTyped WebSql definition file and test file
2015-04-17 00:38:48 +00:00
Duncan Mak
26cc2cbca7
Properly export the tinycolor module
2015-04-16 18:03:49 -04:00
JasonS
99cdf5e986
paralleljs commonjs support
2015-04-16 14:54:00 -07:00
JasonS
57fe73cf10
add dsv typings
2015-04-16 14:49:41 -07:00
JasonS
cb769eba20
add json5 typing
2015-04-16 14:19:36 -07:00
JasonS
bd88e82cb6
add typing for sprintf-js
2015-04-16 13:47:44 -07:00
Jason Swearingen
0cde55e146
Merge pull request #3 from borisyankov/master
...
pull upstream
2015-04-16 13:36:26 -07:00
Eric Byers
72fece2722
Adding basic express-validator-tests
2015-04-16 11:06:23 -05:00
Dima Demeshkin
35789af7c2
Added correct export module name
2015-04-16 13:28:22 +03:00
Eric Byers
ca99daff70
Return valid array type for validationErrors
2015-04-15 17:16:24 -05:00
Eric Byers
93f4df8e1a
Fix validationErrors parameters to have optional mapErrors parameters
2015-04-15 17:13:29 -05:00
Eric Byers
b76b01450a
Split external and internal modules apart, add additional RequestValidation functions, extend Express Request to include RequestValidation.
2015-04-15 16:52:31 -05:00
Matt Traynham
83e51ec358
Updated angular material to 0.9.0-rc1
2015-04-15 17:22:54 -04:00
Joseph Rossi
0dc8eda72d
Leaflet: Adding LatLngExpress and LatLngBounds expression types
...
According to the leaflet documentation latLng objects can be specified
using one of three notations (http://leafletjs.com/reference.html#latlng ).
The type definition for LatLngExpression addresses this. Additonally,
LatLngBounds can be represented as an array of LatLng expressions
(https://github.com/Leaflet/Leaflet/blob/master/src/geo/LatLngBounds.js#L18 ).
The type LatLngBoundsExpression reflects this property.
2015-04-15 16:50:25 -04:00
peferron
d614330899
yargs: make 2nd parameter of version() optional
2015-04-15 12:58:47 -07:00
Masahiro Wakame
7ca8add069
Merge pull request #4120 from DavidKDeutsch/datejs
...
Adding methods directly to Date and DateConstructor .
2015-04-16 00:05:27 +09:00
Masahiro Wakame
3aafa07fb8
Merge pull request #4118 from vdaniuk/master
...
non-breaking commit, added new type definitions for upcoming Atom 1.0 api
2015-04-16 00:03:57 +09:00
Masahiro Wakame
e7ef7d3204
Merge pull request #4116 from xi/fix-angular-headers
...
Fix IHttpPromiseCallbackArg.headers type
2015-04-15 23:58:38 +09:00
Masahiro Wakame
58e5b13ee7
Merge pull request #4115 from egaga/master
...
Rename references from deprecated 'ng' to 'angular'
2015-04-15 23:56:04 +09:00
Masahiro Wakame
99a69a52c7
Merge pull request #4113 from thasner/master
...
adding Less.RenderError to less.d.ts
2015-04-15 23:54:42 +09:00
Masahiro Wakame
316f06fe47
Merge pull request #4111 from rogierschouten/nodemailer
...
Upgrade nodemailer typings to 1.0
2015-04-15 23:52:46 +09:00
Masahiro Wakame
f223e1c9c0
Merge pull request #4110 from DeadAlready/master
...
Add easy-session type information
2015-04-15 23:49:51 +09:00
Masahiro Wakame
85ad036389
Merge pull request #4109 from a3chic9/a3chic9-jasmine
...
Added optional string parameter for pending function
2015-04-15 23:48:22 +09:00
Masahiro Wakame
55ba85b9c9
Merge pull request #4107 from DavidKDeutsch/master
...
Moved to a decomposition pattern from a class pattern
2015-04-15 23:46:44 +09:00
Masahiro Wakame
262cd69e0a
Merge pull request #4105 from AndreasGassmann/master
...
Add definitions for connect-flash
2015-04-15 23:45:48 +09:00
Masahiro Wakame
03295cc2cb
Merge pull request #4102 from peferron/master
...
lodash: add _.chunk
2015-04-15 23:42:49 +09:00
David Deutsch
4bb02b27a4
Adding methods directly to Date and DateConstructor as opposed to creating separate interfaces, reflecting DateJs's direct modification of Date.Prototype and Date, respectively.
2015-04-15 10:21:03 -04:00
David Deutsch
4561e1d11f
Merge remote-tracking branch 'upstream/master'
2015-04-15 09:18:47 -04:00
Vitalii Daniuk
4b49250d9a
added new type definitions for Atom 1.0 api CommandRegistry, Disposable and atom.commands property
2015-04-15 19:47:04 +07:00
Pascal Thomet
ccdf2ae2d7
$$() returns webix.ui.baseview instead of webix.ui.view
...
Reason :
if you call $$('layoutId'), webix returns a webix.ui.baselayout
baselayout and all views are based on baseview
==> baseview is thus a more generic typing
2015-04-15 13:56:29 +02:00
Pascal Thomet
d633851cb8
webix.ui.form.getValues return any instead of any[] : see http://docs.webix.com/api__link__ui.form_getvalues.html
2015-04-15 13:54:29 +02:00
Tobias Bengfort
b01692175b
Fix IHttpPromiseCallbackArg.headers type
2015-04-15 11:44:24 +02:00
Henrik Huttunen
2fc34672e8
reference angular module using prefix "angular", not "ng"
2015-04-15 11:05:40 +03:00
Henrik Huttunen
bba7d848ef
reference angular module using prefix "angular", not "ng"
2015-04-15 10:40:21 +03:00
Tom Hasner
311b9861ea
adding Less.RenderError to less.d.ts
2015-04-14 17:07:08 -04:00
Rogier Schouten
231e5fd730
Upgrade nodemailer typings to 1.0
2015-04-14 17:47:16 +02:00
Karl Düüna
8e41af2887
Add void return types
2015-04-14 18:41:55 +03:00
Karl Düüna
97acde7b99
Add easy-session types
2015-04-14 18:37:20 +03:00
a3chic9
1142e2b664
Update Jasmine version to 2.2
2015-04-14 10:52:32 -04:00
a3chic9
efffa6ec97
Added pending tests
2015-04-14 10:39:16 -04:00
a3chic9
19a23c4d38
Update jasmine pending() definition
...
Added option string parameter
2015-04-14 10:27:31 -04:00
David Deutsch
64fdb6ba22
Converted SASL mechansim from a class to an interface, as it is not meant to be instantiated by library consumers
2015-04-14 06:31:30 -04:00
Andreas Gassmann
88a59afc31
Fix Travis CI failing because of "error TS7006: Parameter 'res' and 'next' implicitly have an 'any' type."
2015-04-14 10:43:06 +02:00
Andreas Gassmann
978ee56f6c
Add definitions for connect-flash
2015-04-14 10:24:52 +02:00
peferron
eff54af628
lodash: update _.zipObject and _.object
...
- Update the jsdoc and parameter names.
- Add the 'two-dimensional array' invocation type.
- Add chaining.
- In the test file, replace `{ [key: string]: any }` by `Dictionary<any>` for consistency with the rest of the code.
2015-04-13 21:25:54 -07:00
peferron
78ca9de07e
lodash: add _.chunk
2015-04-13 20:17:04 -07:00