Commit Graph

12891 Commits

Author SHA1 Message Date
Clément Bourgeois
b482359ae7 Added typings for basic-auth 2015-10-03 20:52:42 +02:00
Horiuchi_H
54f064352a Merge pull request #5991 from jccarvalhosa/master
adding matchAny to should.d.ts
2015-09-25 17:51:29 +09:00
Horiuchi_H
c7b6815180 Merge pull request #5981 from julioct/master
Add support for Spec Picker, add By.text(), refactor ActionBars
2015-09-25 17:50:38 +09:00
Horiuchi_H
74d1c4d070 Merge pull request #5976 from yuce/geoip-lite
Added definitions for geoip-lite
2015-09-25 17:48:43 +09:00
Horiuchi_H
4fc438e557 Merge pull request #5974 from JKillian/fix-classNames-types
Accept arrays and nested arrays
2015-09-25 17:47:15 +09:00
Horiuchi_H
f0a9cd8838 Merge pull request #5965 from aroder/patch-1
Update diff.d.ts
2015-09-25 17:45:40 +09:00
Horiuchi_H
03cdc3ecfc Merge pull request #5964 from hansrwindhoff/master
Update node.d.ts
2015-09-25 17:44:44 +09:00
Horiuchi_H
edb682f76e Merge pull request #5955 from pocesar/mailcheck
update Mailcheck
2015-09-25 17:38:40 +09:00
Horiuchi_H
5357fe201c Merge pull request #5953 from nsanitate/patch-1
Fix typo in DropzoneOptions interface
2015-09-25 17:38:10 +09:00
Horiuchi_H
16e5b2f05a Merge pull request #5952 from pocesar/express-jwt
update express-jwt for 1.6
2015-09-25 17:37:48 +09:00
Horiuchi_H
4dfe9a5245 Merge pull request #5950 from rushi216/master
added several properties on configuration object
2015-09-25 17:36:18 +09:00
Horiuchi_H
49d5e86fc1 Merge pull request #5941 from Shiak1/patch-2
Update AuthOptions interface.
2015-09-25 17:31:49 +09:00
Horiuchi_H
3279664293 Merge pull request #5940 from rhysd/patch-3
auto-launch: Fixed isEnabled() method
2015-09-25 17:31:02 +09:00
Horiuchi_H
b17d7c8b7c Merge pull request #5935 from TheBay0r/addRestIODefinitions
Added definitions for rest-io
2015-09-25 16:39:16 +09:00
Horiuchi_H
0efedf3e29 Merge pull request #5933 from geirsagberg/patch-4
Add declaration for 'js-cookie'
2015-09-25 16:37:30 +09:00
Horiuchi_H
cfc6582596 Merge pull request #5930 from progre/node-notifier-fix
node-notifier: Remove unused reference
2015-09-25 16:36:04 +09:00
Horiuchi_H
962616e4b9 Merge pull request #5927 from semberal/restangular-headers2
Add missing headers() function to restangular's IResponse
2015-09-25 16:27:58 +09:00
Jonathan Carvalhosa
6bc6cddfd9 adding matchAny to should.d.ts 2015-09-24 19:28:09 -03:00
Julio Casal
750135879e Add support for Spec Picker, add By.text(), refactor ActionBars 2015-09-23 16:28:16 -07:00
Yuce Tekol
99ceaf2b88 Added definitions for geoip-lite 2015-09-23 23:19:26 +03:00
Jason Killian
8287192198 Accept arrays and nested arrays as classNames does 2015-09-23 12:05:43 -04:00
Adam Roderick
4087da1722 Update diff.d.ts
JsDiff can now diff javascript objects with the "diffJson" function.
2015-09-22 23:11:07 -06:00
rushi216
67e5a7613c added height, toolbarlocation, readonly properties in config object 2015-09-23 10:23:51 +05:30
hansrwindhoff
73d4a4660b Update node.d.ts 2015-09-22 22:02:13 -06:00
Masahiro Wakame
32029fcb4e Merge pull request #5915 from ngbrown/patch-7
react.d.ts: Make a generic base version of HTMLAttributes and DOMAttributes
2015-09-23 07:07:20 +09:00
vvakame
51268e1b7d Merge branch 'tkqubo-react-mixin' 2015-09-23 06:10:48 +09:00
vvakame
b2a8346b0b Merge branch 'react-mixin' of https://github.com/tkqubo/DefinitelyTyped into tkqubo-react-mixin 2015-09-23 06:10:33 +09:00
vvakame
cc2065a131 Merge branch 'update-dt-tester' 2015-09-23 06:10:17 +09:00
vvakame
9e6988ff2f update npm-shrinkwrap.json 2015-09-23 06:09:44 +09:00
vvakame
a57ac3c3da update dt-tester 2015-09-23 06:09:02 +09:00
Masahiro Wakame
68d9d43ce8 Merge pull request #5960 from borisyankov/fix-ci-failed
fix mapbox/mapbox.d.ts
2015-09-23 05:33:12 +09:00
vvakame
ce4cdc7bea fix mapbox/mapbox.d.ts 2015-09-23 05:30:57 +09:00
Paulo Cesar
63e8414266 update test 2015-09-22 10:11:13 -03:00
Paulo Cesar
01e5a67adc missing non-optional email, fixes for 1.6 2015-09-22 10:10:05 -03:00
Nicola Sanitate
ae656fbca1 Fix typo in DropzoneOptions interface 2015-09-22 14:38:08 +02:00
Paulo Cesar
2cb8fd4638 update for 1.6 2015-09-22 09:35:19 -03:00
rushi216
fe92aa252c added extraPlugins property on configuration object 2015-09-22 17:05:34 +05:30
Shiak1
09d0097449 Update AuthOptions interface.
Missing bearer token https://github.com/request/request#http-authentication
2015-09-21 14:11:48 -04:00
rhysd
c5c929c4fb fix isEnabled() method 2015-09-22 00:38:55 +09:00
Stefan Schacherl
50972e0018 Added definitions for rest-io 2015-09-21 15:52:43 +02:00
Geir Sagberg
bb370b898e Add declaration for 'js-cookie'
Supports e.g. `import Cookies = require('js-cookie')` for CommonJS.
2015-09-21 11:40:10 +02:00
Boris Yankov
09e37435ff Merge pull request #5862 from kpisaksen/patch-1
Correcting array error
2015-09-21 06:55:53 +03:00
Boris Yankov
f5697904d2 Merge pull request #5906 from dumbmatter/master
Update pubsubjs to latest version
2015-09-21 06:53:15 +03:00
progre
d9e56a5639 Remove unused reference 2015-09-21 12:17:18 +09:00
Lukas Sembera
f38b15bc38 Add missing headers() function to restangular's IResponse 2015-09-20 19:46:51 +02:00
John Reilly
273a567b0a Merge pull request #5878 from MizardX/master
Three small fixes for jQuery and jQuery UI
2015-09-20 14:09:21 +01:00
Masahiro Wakame
b609b5c921 Merge pull request #5921 from eyalsk/master
Fix issue #5854
2015-09-20 22:06:58 +09:00
Masahiro Wakame
60e333c2f3 Merge pull request #5888 from chrootsu/lodash-without
lodash: changed _.without() method
2015-09-20 22:02:47 +09:00
Masahiro Wakame
d4e31c75be Merge pull request #5920 from ngbrown/patch-9
findup-sync: Update to v0.3.0 and include cwd property in options.
2015-09-20 22:02:36 +09:00
Masahiro Wakame
44ee8a321b Merge pull request #5916 from fnipo/meshblu
Add definitions for meshblu 1.30.1
2015-09-20 21:53:12 +09:00