Horiuchi_H
d58170a43a
Merge pull request #7395 from nicojs/master
...
[commonmark] Added typing for commonmark.js
2016-01-04 15:27:21 +09:00
Horiuchi_H
bbc24c16f7
Merge pull request #7392 from jocull/restify
...
Support optional headers in response send / json calls, requested files, authorizationParser
2016-01-04 15:23:19 +09:00
Horiuchi_H
abe6fa49a2
Merge pull request #7389 from yar3333/patch-1
...
Update three-canvasrenderer.d.ts
2016-01-04 15:21:53 +09:00
Horiuchi_H
f3d9a599cd
Merge pull request #7380 from nkovacic/master
...
Changed set property from put in IStorage interface
2016-01-04 15:18:17 +09:00
Horiuchi_H
d792299b15
Merge pull request #7381 from svi3c/master
...
Add verror definitions and tests
2016-01-04 15:13:20 +09:00
Horiuchi_H
8f52bb66d8
Merge pull request #7375 from valotas/marked
...
Added a MarkedRenderer definition
2016-01-04 14:59:48 +09:00
Horiuchi_H
d8eeaeb8e4
Merge pull request #7374 from hinamiyagk/electron-ipc-event
...
Add type definition for IPC Event on main process
2016-01-04 14:58:31 +09:00
Horiuchi_H
873960d55f
Merge pull request #7371 from davidsulc/patch-1
...
added getProcessedConfig to IBrowser typing
2016-01-04 14:56:50 +09:00
Horiuchi_H
02ad228988
Merge pull request #7361 from mizunashi-mana/fix-parsimmon-dts
...
add type definition for parsimmon
2016-01-04 14:55:30 +09:00
Horiuchi_H
3c652ccbb3
Merge pull request #7370 from iplabs/username
...
Add typings for NodeJS library "username"
2016-01-04 14:53:21 +09:00
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
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
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