Commit Graph
15098 Commits
Author SHA1 Message Date
Cyril Schumacher a961bfca17 Update definition for "nodemailer". 2015-12-07 19:39:31 +01:00
Cyril Schumacher 41ecb256fe Add definition for "express-brute-mongo". 2015-12-07 19:19:49 +01:00
Cyril Schumacher c6a1eb8753 Add definition "express-brute". 2015-12-07 18:46:54 +01:00
Cyril Schumacher f67852cbc8 Update validator: add "isMACAddress" function. 2015-12-07 18:29:53 +01:00
Masahiro Wakame c3ab375b37 Merge pull request #7033 from chrootsu/lodash-isNaN
lodash: signatures of _.isNaN have been changed
2015-12-07 23:49:17 +09:00
Masahiro Wakame 4dc2588e36 Merge pull request #7029 from chrismbarr/patch-9
Intro.js - Fixing types
2015-12-07 23:49:04 +09:00
Masahiro Wakame 6496037eb5 Merge pull request #7028 from chrootsu/lodash-sortedLastIndex
lodash: signatures of _.sortedLastIndex have been changed
2015-12-07 23:43:33 +09:00
Masahiro Wakame 6cf87277f1 Merge pull request #6820 from leonyu/zeroclipboard_v2
ZeroClipboard 2.x.x
2015-12-07 23:38:10 +09:00
Masahiro Wakame c07f47a38a Merge pull request #6928 from pmccloghrylaing/ngCordova-plugins
ngCordova plugins: ActionSheet, Badge, File, FileTransfer
2015-12-07 23:36:25 +09:00
Masahiro Wakame dfa99d9221 Merge pull request #7019 from notclive/master
Bluebird: Make return type of promisifyAll less restrictive
2015-12-07 23:34:26 +09:00
Masahiro Wakame bd57a6061a Merge pull request #7018 from ngbrown/material-ui-fix2
material-ui - update to new dialog usage.
2015-12-07 23:32:48 +09:00
Masahiro Wakame 6cc4904c24 Merge pull request #7017 from leonuh/master
fix(material-ui) - spacing, gridlist style, gridtile style
2015-12-07 23:29:58 +09:00
Masahiro Wakame 07837e83ae Merge pull request #7013 from dasa/arcgis-js-api
Update for ArcGIS API for JavaScript version 3.15
2015-12-07 23:24:45 +09:00
Masahiro Wakame 34b69c7757 Merge pull request #6891 from SrTobi/master
updated jssha (new version: 2.0)
2015-12-07 23:15:14 +09:00
Horiuchi_H 8cd79728ef Merge pull request #6432 from SomaticIT/opn-update
Update opn typings for version 3.0.2
2015-12-07 15:36:49 +09:00
Horiuchi_H 236eb9f78b Merge pull request #7035 from hberntsen/graham_scan
Add module declaration for graham_scan
2015-12-07 15:35:08 +09:00
Horiuchi_H c1afd38e03 Merge pull request #7031 from matb/master
Add missing ; to swig.d.ts
2015-12-07 15:33:33 +09:00
Horiuchi_H ea8d2fcbec Merge pull request #7030 from Merott/stamplay-init
add Stamplay.init definition for setting the app ID
2015-12-07 15:32:43 +09:00
Horiuchi_H 1bf24a2f60 Merge pull request #7027 from pimterry/add-hopscotch
Add basic type definition for Hopscotch [new library]
2015-12-07 15:19:18 +09:00
Horiuchi_H cf4ae504be Merge pull request #7026 from gscshoyru/patch-12
Add unregister functions to handlebars.d.ts
2015-12-07 15:15:44 +09:00
Horiuchi_H 45030bf387 Merge pull request #7024 from rhysd/add-react-infinite
Add type definitions for react-infinite package
2015-12-07 15:12:49 +09:00
Horiuchi_H 35beea174a Merge pull request #7023 from janaagaard75/master
Fixed typing for find, findWhere, pluck and sum.
2015-12-07 15:10:11 +09:00
Horiuchi_H e5a27ea95e Merge pull request #7022 from fbouquet/master
Adds definitions for missing attributes in PDFJSStatic.
2015-12-04 10:14:17 +09:00
Harm Berntsen 245c7df095 Add module declaration for graham_scan 2015-12-03 13:00:04 +01:00
Ilya Mochalov dc36a0774f lodash: signatures of _.isNaN have been changed 2015-12-03 06:43:54 +05:00
Basarat Ali Syed 78d36dd49b Merge pull request #7032 from tSchubes/patch-1
grunt.util.ISpawnOptions.cmd is optional
2015-12-03 11:14:07 +11:00
Tim Schubert 9cb096f5de ISpawnOptions.cmd is optional
These options are perfectly valid but will cause a ts build to fail: grunt.util.spawn({grunt: true, args: ['"mytask"]});
2015-12-03 11:00:59 +11:00
matb f43a366a92 Add missing ; to swig.d.ts
Swig.d.ts was missing a ; in line 31. This leads to warnings in this file.
2015-12-02 22:21:24 +01:00
Merott Movahedi ea650f84de add Stamplay.init definition for setting the app ID 2015-12-02 21:06:24 +00:00
Chris Barr c569355ceb Fixing Types 2015-12-02 15:43:44 -05:00
Chris Barr ac1ab09075 Intro.js - Fixing types 2015-12-02 15:42:15 -05:00
Nathan Brown c9fe6c37be material-ui - add missing event handler.
Add `onClick` to `ListItem` component.
2015-12-02 11:41:00 -07:00
Ilya Mochalov 2162519f36 lodash: signatures of _.sortedLastIndex have been changed 2015-12-02 23:05:34 +05:00
Tim Perry c27b57a846 Add very basic minimal hopscotch API 2015-12-02 18:25:59 +01:00
gscshoyru f91008d4cd Add unregister functions to handlebars.d.ts 2015-12-02 12:19:39 -05:00
rhysd e7791ea53e Add type definitions for react-infinite package
Project: https://github.com/seatgeek/react-infinite
2015-12-03 01:22:36 +09:00
Jan Aagaard f90557a3c9 Fixed typing for find, findWhere, pluck and sum. 2015-12-02 13:15:40 +01:00
fbouquet a5a3eac40c Adds definitions for missing attributes in PDFJSStatic. 2015-12-02 12:39:04 +01:00
Horiuchi_H 715df76441 Merge pull request #7015 from joeskeen/wordcloud
Added definitions for Wordcloud
2015-12-02 18:25:19 +09:00
Horiuchi_H e333689428 Merge pull request #7010 from martin-helmich/bugfix/jwt-missing-verifyoptions
jsonwebtoken: Missing attributes in VerifyOption interface
2015-12-02 18:20:53 +09:00
Horiuchi_H 9eed77aaea Merge pull request #7004 from QuatroDevOfficial/winjs
Add winjs declaration for commonjs
2015-12-02 18:08:33 +09:00
Horiuchi_H 03624568b9 Merge pull request #6997 from jocull/master
Changes to Sequelize validation promise returns…
2015-12-02 18:05:54 +09:00
Leon Yu db8c6b7997 ZeroCLipboard 2.x.x and jsdoc
Test for 1.x.x

Fix encoding

Fix styling

Code review
2015-12-01 21:44:43 -05:00
pmccloghrylaing 64ed3fcbf0 ngCordova plugins: ActionSheet, Badge, File, FileTransfer 2015-12-02 11:06:10 +11:00
Jonathan Price 002ff03420 Bluebird: Make return type of promisifyAll less restrictive 2015-12-01 23:55:03 +00:00
Nathan Brown 9322940349 material-ui - update to new dialog usage. 2015-12-01 16:44:13 -07:00
Ryan Cavanaugh 4910a7c52a Merge pull request #6738 from RyanCavanaugh/reactSFC
Make HTMLProps generic; add Intrinsic Attribute types
2015-12-01 14:51:55 -08:00
Ryan Cavanaugh d7465b3fbe Merge branch 'master' into reactSFC 2015-12-01 14:26:53 -08:00
leonuh dc61765718 fix(material-ui) - spacing, gridlist style, gridtile style 2015-12-01 23:14:22 +01:00
Joe Skeen fb1f9350d1 Fix implicit any issues 2015-12-01 13:55:27 -07:00