Moshe Atlow and GitHub
fd2f4e3cdb
Update react-native-orientation.d.ts
2016-10-10 17:19:41 +03:00
Moshe Atlow and GitHub
2481a5dbb1
react-native-orientation
2016-10-10 17:01:39 +03:00
Moshe Atlow and GitHub
30b38b4e5a
fix typo
2016-09-30 06:49:17 +03:00
Moshe Atlow and GitHub
5a0b946a42
add touch after
2016-09-30 01:16:45 +03:00
Moshe Atlow and GitHub
9c8c07801e
remove readonly
2016-09-30 00:00:15 +03:00
Moshe Atlow and GitHub
c4e9d77c18
add id
2016-09-29 23:48:42 +03:00
Moshe Atlow and GitHub
43d17ebbfe
Update ip-tests.ts
2016-09-29 22:57:17 +03:00
Moshe Atlow and GitHub
71ae898a05
add contains fn
2016-09-29 22:56:24 +03:00
Vladimir Matveev and GitHub
067ef46798
Merge pull request #11611 from unhealthy/upstream
...
fix the framework type
2016-09-29 11:14:45 -07:00
Vladimir Matveev and GitHub
b854eeae62
Merge pull request #11593 from MugeSo/fix-sequelize-findOrXXX-return-value
...
sequelize: fix return value type of Model.findOrXXX methods
2016-09-29 11:13:55 -07:00
unHealthy
57c25c1924
Merge branch 'master' of github.com:DefinitelyTyped/DefinitelyTyped into upstream
2016-09-30 02:10:35 +08:00
unHealthy
819954b127
optional authorize
2016-09-30 02:10:29 +08:00
Vladimir Matveev and GitHub
f74f237afd
Merge pull request #11610 from georgeedwards/master
...
Fix #11609
2016-09-29 11:06:57 -07:00
Vladimir Matveev and GitHub
b1d0fa1768
Merge pull request #11534 from ckittelmann/master
...
vue: fixed definition for activate() in ComponentOption
2016-09-29 10:51:22 -07:00
Vladimir Matveev and GitHub
09ae58779b
Merge pull request #11568 from adrienverge/ckeditor/add-focusManager
...
feat(CKEditor): Add missing typings for `focusManager`
2016-09-29 10:50:41 -07:00
Vladimir Matveev and GitHub
478c7e3562
Merge pull request #11572 from DenisCarriere/cheap-ruler
...
Implemented cheap-ruler definition
2016-09-29 10:50:05 -07:00
Vladimir Matveev and GitHub
b3fee4b548
Merge pull request #11592 from kureta/master
...
Fixed type of onchallenge
2016-09-29 10:49:04 -07:00
unHealthy
30e0200d50
add callback parameter
2016-09-29 23:50:04 +08:00
unHealthy
6a78378d17
add parameter support in initialize()
2016-09-29 23:47:32 +08:00
unHealthy
dee341230c
fix the framework type
2016-09-29 23:22:03 +08:00
George Edwards
2f74c100a1
optional constructor for RecurrenceRule
2016-09-29 16:17:37 +01:00
Denis Carriere
2b7104bab0
Added type Point for simplicity
...
Comments from @vladima
2016-09-29 07:57:54 -04:00
Christian Kittelmann
80f83551ca
vue: fixed definition for activate() in ComponentOption
2016-09-29 11:05:11 +02:00
TANAKA Koichi
119234be45
sequelize: fix return value type of Model.findOrXXX methods
...
http://docs.sequelizejs.com/en/latest/api/model/#findorinitialize-promiseinstance-initialized
2016-09-29 17:05:58 +09:00
Adrien Vergé
50d20cf6e6
feat(CKEditor): Add missing typings for focusManager
2016-09-29 08:35:57 +02:00
Vladimir Matveev and GitHub
f470e7569e
Merge pull request #11582 from seansfkelley/add-shallow-equal
...
Add typings for shallowequal.
2016-09-28 22:29:13 -07:00
Vladimir Matveev and GitHub
5cd06de382
Merge pull request #11575 from Strate/bluebird_document_suppress_unhandled_rejections
...
[bluebird] document .suppressUnhandledRejections
2016-09-28 22:02:28 -07:00
Vladimir Matveev and GitHub
0658c9d613
Merge pull request #11586 from mrohr/patch-1
...
URIjs fix .joinPaths()
2016-09-28 22:00:13 -07:00
Vladimir Matveev and GitHub
23c81d6bb6
Merge pull request #11539 from Mikhus/master
...
Font advanced config options added (for v2.0.6+)
2016-09-28 21:54:04 -07:00
Sahin Kureta and GitHub
f58fded0a8
Fixed type of onchallenge
2016-09-29 05:17:54 +03:00
Matt Rohr and GitHub
cfdd3db404
URIjs fix .joinPaths()
...
the .joinPaths function is on URIStatic, not an instance of URI
https://medialize.github.io/URI.js/docs.html#static-joinPaths
2016-09-28 17:33:47 -04:00
Sean Kelley
b8abf4a0e4
Add typings for shallowequal.
2016-09-28 13:59:35 -07:00
Vladimir Matveev and GitHub
2a4b0965b8
Merge pull request #11529 from alexgorbatchev/alexgorbatchev/rethinkdb
...
[rethinkdb] Adds missing method definitions and formats the file
2016-09-28 12:16:47 -07:00
Artur Eshenbrener
a4a33e265c
[bluebird] document .suppressUnhandledRejections
...
http://bluebirdjs.com/docs/api/suppressunhandledrejections.html
2016-09-28 19:20:57 +03:00
Denis Carriere
bf34b77b69
Update JSDocs cheap-ruler
...
Update based on comments https://github.com/mapbox/cheap-ruler/pull/20
- Removed `{@name}`
- Changed {Object} to {CheapRuler}
2016-09-28 11:59:07 -04:00
Denis Carriere
4f3c8528c2
Cheap-ruler fixes
...
- Removed GeoJSON from tests
- Added return-type to fromTile
2016-09-28 11:38:10 -04:00
Denis Carriere
7898c8c4fa
Remove GeoJSON dependency
2016-09-28 11:29:48 -04:00
Denis Carriere
9fadbac5f8
Implemented cheap-ruler definition
2016-09-28 11:28:19 -04:00
Denis and Masahiro Wakame
727c305d5e
Added more methods to Turf ( #11558 )
...
* Added more methods to Turf
- circle
- geojsonType
- propReduce
- coordAll
- tesselate
* Replace Object with GeoJSON
2016-09-29 00:11:29 +09:00
vargeek and Masahiro Wakame
b8cdd448dd
add declaration file for weapp ( #11554 )
...
* add declaration file of weapp
* rename "weapp" to "weapp-api"
rename "weapp" to "weapp-api" to avoid naming conflicts
2016-09-29 00:11:03 +09:00
TonyYang and Masahiro Wakame
7be68adbdf
Correct fs.createWriteStream ( #11560 )
2016-09-28 23:34:18 +09:00
Vladimir Matveev and GitHub
42f940eabe
Merge pull request #11536 from mogsie/patch-1
...
restify: client.get() and similar, path can be hash of options
2016-09-28 07:28:01 -07:00
Milan Burda and Masahiro Wakame
32b5d0a12c
Update to Electron 1.4.1 ( #11481 )
2016-09-28 23:23:24 +09:00
John Reilly and GitHub
868298339b
Merge pull request #11561 from nkovacic/ng-file-upload
...
Added FileResizeOptions for the changed resize function call
2016-09-28 15:06:47 +01:00
panoti and Masahiro Wakame
15345f8856
- add client.exists([params, [callback]]) ( #11515 )
2016-09-28 23:01:54 +09:00
Prashant Tiwari and Masahiro Wakame
881408c919
Call strategy with only mode or options ( #11466 )
...
* Call strategy with only mode or options
* Refactor `server.auth.strategy`
2016-09-28 22:54:45 +09:00
lucap86 and Masahiro Wakame
750936896b
GreenSock TweenMax TweenLite config Object typed refs #11265 ( #11310 )
...
* refs #9944
* refs #11265
* refs #11265
2016-09-28 22:52:35 +09:00
Yvo and Masahiro Wakame
f65b3822d9
Add barTintColor to NavigatorIOS ( #11522 )
2016-09-28 22:52:20 +09:00
Maux and Masahiro Wakame
462850812b
getEvent should not be set to void it should return a value ( #11135 )
...
* getEvent should not be set to void it should return a value
* Add type to getActionData for testing
* pnotify Add type fpr notice styling and state
* fix pnotify test
* Remove Generics and replaces by return any
* convert space tp tabs
2016-09-28 22:49:22 +09:00
nkovacic
351b4c7598
Added FileResizeOptions for the changed resize function call
2016-09-28 15:47:15 +02:00