Commit Graph
16276 Commits
Author SHA1 Message Date
Horiuchi_H d62f0e8d30 Merge pull request #7692 from fverswijver/patch-1
Update stacktrace-js.d.ts to include report function
2016-01-20 17:29:39 +09:00
Horiuchi_H 062b16aace Merge pull request #7677 from elisee/patch-1
Update electron-packager.d.ts
2016-01-20 17:26:59 +09:00
Horiuchi_H 53aac76d10 Merge pull request #7463 from piranha771/master
keyboardjs updated to latest version
2016-01-20 17:20:08 +09:00
Horiuchi_H 4eb17ebf73 Merge pull request #7678 from martin-helmich/bugfix/mysql-missing-poolcluster-option
mysql: IPoolClusterConfig.restoreNodeTimeout is missing
2016-01-20 17:17:29 +09:00
Horiuchi_H 6bd73ed65e Merge pull request #7656 from florentpoujol/sockete.io-client-v1.4.4
Update definitions for socket.io-client to v1.4.4.
2016-01-20 17:13:39 +09:00
Horiuchi_H 6f4b5a5fb7 Merge pull request #7657 from florentpoujol/socket.io-v1.4.4
Update definitions for socket.io to v1.4.4.
2016-01-20 17:12:52 +09:00
Horiuchi_H 488724369a Merge pull request #7670 from olivr70/master
Added missing functions from version 3.31
2016-01-20 17:12:04 +09:00
Horiuchi_H 14c9d4e446 Merge pull request #7668 from piranha771/matter-update
matter-js updated to version 0.9.0
2016-01-20 17:10:18 +09:00
Horiuchi_H f4ccf0e5ef Merge pull request #7430 from PjMitchell/Nvd3
Nvd3 Type definitions
2016-01-20 17:09:30 +09:00
Horiuchi_H aa13a5779f Merge pull request #7667 from SrTobi/copy-paste
added definitions for copy-paste
2016-01-20 17:07:45 +09:00
Horiuchi_H fdb5ef44cd Merge pull request #7665 from chrootsu/base-x-and-bs58
base-x and bs58: definitions and tests added
2016-01-20 17:06:11 +09:00
Horiuchi_H c026f4eb89 Merge pull request #7664 from AbraaoAlves/wiredep
add wiredep definition
2016-01-20 17:03:56 +09:00
Horiuchi_H 687e71cce6 Merge pull request #7653 from wjohnsto/master
Adding catch method onto ES6-promise Thenable
2016-01-20 16:57:59 +09:00
Horiuchi_H 39352eebf5 Merge pull request #7650 from Novaleaf/hapi
Hapi
2016-01-20 16:53:29 +09:00
Horiuchi_H d1d33de835 Merge pull request #7649 from Novaleaf/bluebird
Bluebird
2016-01-20 16:52:29 +09:00
Horiuchi_H 482e57db01 Merge pull request #7590 from AyaMorisawa/fs-extra-patch1
Fix #7131
2016-01-20 16:50:44 +09:00
Horiuchi_H f6926a6508 Merge pull request #7646 from nimish/update-express
Update express router type, to work around typescript issue #1805
2016-01-20 16:50:08 +09:00
Horiuchi_H 499b82225b Merge pull request #7643 from lostjimmy/master
Add ignoreReadonly option
2016-01-20 16:45:15 +09:00
Basarat Ali Syed 2e7a477ac2 Merge pull request #7655 from haizz/patch-1
[react-bootstrap] Added missing event handlers to MenuItem
2016-01-20 10:26:25 +11:00
Basarat Ali Syed 21633d1b19 Merge pull request #7130 from awli/react-bootstrap-navbar-star
[react-bootstrap] Update to include Navbar.*.
2016-01-20 10:26:03 +11:00
Basarat Ali Syed 6659791e2e Merge pull request #7631 from igochkov/master
Typeahead 0.11.1 definitions
2016-01-20 07:32:37 +11:00
fverswijver ae84fb741f Update stacktrace-js.d.ts to include report function
Added function to the definition file that was not present.
2016-01-19 14:37:27 +01:00
Horiuchi_H 93bae1bb4c Merge pull request #7620 from nalbion/master
Expanded upon Google Analytics event API
2016-01-19 16:03:03 +09:00
Horiuchi_H 1f346130c1 Merge pull request #7621 from legendecas/speakeasy-1.0.4
Add definitions for https://github.com/markbao/speakeasy
2016-01-19 16:01:17 +09:00
Horiuchi_H 2fb6c66915 Merge pull request #7685 from horiuchi/sequelize-fix-style
[sequelize] fix code style
2016-01-19 15:55:38 +09:00
Horiuchi_H 8d948f4a02 fix code format 2016-01-19 15:52:41 +09:00
Martin Helmich 8ac2edf817 mysql: IPoolClusterConfig.restoreNodeTimeout is missing 2016-01-18 11:59:30 +01:00
Elisée f03447b870 Update electron-packager.d.ts 2016-01-18 09:48:30 +01:00
Nicholas Albion 5c0a2a138a fixed create API 2016-01-18 14:19:57 +11:00
Nicholas Albion 3b751150b2 non-optional rest parameter 2016-01-18 14:16:08 +11:00
Nicholas Albion 86c94ff30b removed redundant declaration 2016-01-18 14:09:15 +11:00
Nicholas Albion a608ac5b67 fixed typo 2016-01-18 14:06:49 +11:00
Nicholas Albion ae08e2515a (command: string, ...fields?: any[]}): void; should handle any other commands 2016-01-18 14:04:30 +11:00
Nicholas Albion e61862aca7 use correct callback syntax 2016-01-18 13:53:46 +11:00
Nicholas Albion 91fbf92911 updated API 2016-01-18 13:49:20 +11:00
Nicholas Albion fe559849bf ga('UA-65432-1', 'auto') actually returns undefined 2016-01-18 13:49:09 +11:00
Florent Poujol 495f273492 Update definitions for socket.io-client to v1.4.4. 2016-01-17 22:02:56 +01:00
Florent Poujol 4128f7af06 Update definitions for socket.io to v1.4.4. 2016-01-17 21:52:54 +01:00
David Asmuth b64f4c9894 module name added, removed empty lines 2016-01-17 21:08:52 +01:00
Olivier CHEVET 6a287502da Added missing functions from version 3.31
- reset
- epilog/epilogue
- locale
- detectLocale
- choices
- exitProcess

Added an extra prototype for version, accepting a function argument
2016-01-17 17:38:52 +01:00
abraaoalves 6670de8685 fix error "implicity any" 2016-01-17 12:06:17 -03:00
David Asmuth c1dc967273 matter-js updated to version 0.9.0 2016-01-17 14:44:57 +01:00
SrTobi 5421783adf added copy-paste 2016-01-17 14:05:25 +01:00
Ilya Mochalov 263c39f576 base-x and bs58: definitions and tests added 2016-01-17 00:17:07 +05:00
abraaoalves 684cd0268c add wiredep definition 2016-01-16 16:07:04 -03:00
haizz 33e0e801f1 Update react-bootstrap.d.ts 2016-01-15 22:32:20 +02:00
Daniel Rosenwasser 70bf7e2bfe Merge pull request #7639 from kevin-smets/master
Update log4js's typings
2016-01-15 11:37:35 -08:00
Kevin Smets 7554cff7c4 Fixed restoreConsole 2016-01-15 20:26:20 +01:00
Will Johnston 0224e96881 fixing promises a plus test for compatibility with es6 promises 2016-01-15 12:25:22 -06:00
Will Johnston 5bff5f871a adding catch onto Thenable, updating tests 2016-01-15 12:19:16 -06:00