18734 Commits
Author SHA1 Message Date
Horiuchi_H 4461eb91e7 Merge pull request #7369 from iplabs/fullname
Add typings for NodeJS library "fullname"
2016-01-04 13:18:00 +09:00
Yaojian 4566a913a3 fixes #7469 uncaughtException: stream.write is not a function 2016-01-04 12:13:39 +08:00
lucasljj 74a4dfc1bc Fix a optional parameter on Hammer.js
the .off method on a instance of HammerManager must have a handler as optional, see: http://hammerjs.github.io/api/
2016-01-03 19:18:21 -02:00
Anton Karsten d58d48aec9 added a version number to contentful-resolve-response 2016-01-03 20:31:56 +01:00
Anton Karsten 0c17a985c7 added definitions for contentful-resolve-response 2016-01-03 20:18:24 +01:00
David Asmuth c7d3aaed88 keyboardjs updated to latest version 2016-01-03 16:40:10 +01:00
Ilya Mochalov 0814eae6f8 lodash: signatures of _.bindKey have been changed 2016-01-03 20:07:08 +05:00
Glen d4220eb84c Add type definitions for micromatch (and parse-glob) 2016-01-03 13:35:48 +02:00
Kagami Sascha Rosylight 04a08ba8b5 interface updates 2016-01-03 14:46:21 +09:00
bradacina 6f503d7925 Fix showSaveDialog method signature
showSaveDialog() filters have the same format as showOpenDialog() filters. It also returns a string containing the file name

As per:
https://github.com/atom/electron/blob/master/docs/api/dialog.md
2016-01-03 12:06:08 +11:00
Chris Pearce 6d09e1a5ae Add missing opts argument to Commander JS
Added missing opts argument to arguments of the command function of
Commander JS
2016-01-02 23:24:44 +00:00
Alexey Gorshkov b59734a434 FIXED: jsurl/jsurl-tests.ts(21,7): error TS7017 2016-01-03 02:16:42 +03:00
Alexey Gorshkov 4de193b136 fixed
jsurl/jsurl-tests.ts(16,7): error TS7017: Index signature of object type implicitly has an 'any' type.
2016-01-03 02:13:24 +03:00
Alexey Gorshkov 6259fa1e5b remove .travis.yml 2016-01-03 01:35:15 +03:00
Alexey Gorshkov 6a3190090e Merge remote-tracking branch 'upstream/master' 2016-01-03 01:32:40 +03:00
Alexey Gorshkov fbc04377c1 add .travis.yml 2016-01-03 01:20:55 +03:00
Alexey Gorshkov 14fd30b019 Updating to version 1.2.7 2016-01-03 01:15:27 +03:00
Christiaan Rakowski 48aa1402fd Update notifyjs-tests.ts 2016-01-02 22:10:10 +01:00
Christiaan Rakowski 54e9dfc280 Notify.JS - Notify.isSupported is a method in 1.2.8
Notify.isSupported is typed as a property, but it is actually a method these days.
https://github.com/alexgibson/notify.js/commit/6133f4daf64f9e3ff94957b50f9aca04a5a434e1
2016-01-02 22:05:54 +01:00
Christiaan Rakowski 9922ede51b Merge pull request #3 from DefinitelyTyped/master
Merge latest from upstream
2016-01-02 21:56:05 +01:00
Jeff da884c0c61 bluebird: Update fromCallback API 2016-01-02 11:03:34 -06:00
Ilya Mochalov a004df7294 lodash: signatures of _.bind have been changed 2016-01-02 14:48:37 +05:00
tkqubo 25c3427fd8 docs: add comments 2016-01-02 16:23:10 +09:00
tkqubo 8a951cf865 chore: update webpack version 2016-01-02 16:23:02 +09:00
tkqubo a41272778c feat: add typings 2016-01-02 16:22:17 +09:00
Aya Morisawa 02ac8e494e Update kefir.d.ts 2.8.1 -> 3.2.0 2016-01-02 15:50:07 +09:00
Will e04cece624 get_workflowSubscriptionId should return a SP.Guid 2016-01-01 22:37:35 -08:00
clbond@gmail.com a3e5624021 Update the tests to use the new icon refs 2016-01-01 21:34:51 -05:00
Mark Bouwman feb3495380 Added properties to BarChartOptions 2016-01-01 22:30:39 +01:00
Ilya Mochalov be440624b6 lodash: signatures of _.spread have been changed 2016-01-01 13:22:59 +05:00
Basarat Ali Syed fe563dff34 Merge pull request #7426 from maouida/master
Updated couchbase definition to work with the latest node.js sdk 2.1.2
2016-01-01 16:52:48 +11:00
pragmat1c c331a71f24 Merge pull request #1 from pragmat1c/pragmat1c-dropzonejs-path-1
Update success signature.
2015-12-31 12:52:41 -06:00
pragmat1c 3930e52ab5 Update success signature.
The success method can return either a json object or a string object in dropzone 4.0.1. Dropzone checks the type and if it's application/json it automatically converts it to json.
2015-12-31 12:46:25 -06:00
Ilya Mochalov a4019d0c25 lodash: signatures of _.wrap have been changed 2015-12-31 14:46:22 +05:00
Chiyu Zhong 29171e8fbf fix handlebar also support register multiple helpers 2015-12-31 17:01:54 +08:00
Evander Tino d6fb579046 Update typeahead.d.ts
For some reasons when using typeahead dataset display field with angular, the bindings dont work properly across every field mapped. But displayKey works. According to the api https://github.com/twitter/typeahead.js/blob/master/src/typeahead/dataset.js#L47 both fields are accepted.
2015-12-31 11:45:41 +03:00
Marwan Aouida 32e6383dff fixed build errors 2015-12-31 08:44:01 +01:00
Marwan Aouida 11b4d3ab95 fixed build errors + removed old version definition 2015-12-31 08:39:01 +01:00
Marwan Aouida c0049815d6 updated test using a sample code from official documentation 2015-12-31 08:20:06 +01:00
Elisée 65482201ec stylus: Add missing Renderer.render() variant 2015-12-31 06:02:05 +01:00
filipszu 32a17c5a78 Added properties to RaphaelFont interface 2015-12-30 21:23:14 -05:00
PjMitchell 5a8a7ab181 Fixed implicit anys 2015-12-30 21:42:46 +00:00
robbiev 5099d1cf5b Adding helpers to IScope to keep up-to-date with angular-meteor 1.3.1+ 2015-12-30 12:57:25 -08:00
PjMitchell b289c6d249 Finished Nvd3 definitions... for now 2015-12-30 20:51:19 +00:00
Tom Dietrich f869c1eaef Make properties of IOptions optional.
According to the [documentation](http://www.jointjs.com/api#joint.dia.Paper), the options **may** contain any of these properties, and as such they should not be required by the interface.
2015-12-30 15:17:33 -05:00
Marwan Aouida 468527700e updated couchbase definition to work with the latest node.js sdk 2.1.2 2015-12-30 19:14:39 +01:00
James O'Cull d2f6b8d69e Merge branch 'restify' 2015-12-30 12:25:26 -05:00
James O'Cull 9e4b7a31d5 Changes to support authorizationParser 2015-12-30 12:24:56 -05:00
Georgios Valotasios 493d3b6882 Changed the MarkedRendere's functions return type from any to string 2015-12-30 17:51:07 +01:00
PjMitchell 0ed7440a06 Redid definitions based on Docs.
Definition WIP (parallelCoordinates)
2015-12-30 16:04:30 +00:00