Ilya Mochalov
|
a04c6d2afa
|
lodash: signatures of _.some have been changed
|
2015-12-15 22:09:45 +05:00 |
|
Masahiro Wakame
|
56df28f76a
|
Merge pull request #7179 from alexdresko/sendResponse-fix
Added parameter to sendResponse
|
2015-12-16 00:45:59 +09:00 |
|
Masahiro Wakame
|
ed9e9dec8c
|
Merge pull request #7181 from tkrotoff/bookshelf
Remove trailing spaces for Bookshelf and Knex
|
2015-12-16 00:35:41 +09:00 |
|
Masahiro Wakame
|
933a5393f5
|
Merge pull request #7182 from paarthk/github-electron-webPreferences-optional
Made all entries in github-electron's WebPreferences interface optional
|
2015-12-16 00:29:37 +09:00 |
|
Masahiro Wakame
|
4b313e0b44
|
Merge pull request #7177 from nikelmwann/fabricjs-fix-observable-unbind-all
Make IObservable.off() args optional in fabricjs.d.ts
|
2015-12-16 00:22:57 +09:00 |
|
Masahiro Wakame
|
7f2d004626
|
Merge pull request #7153 from nzamosenchuk/patch-1
Update Angulartics type definition to version 0.20.2
|
2015-12-16 00:22:28 +09:00 |
|
Masahiro Wakame
|
61dff0e627
|
Merge pull request #7180 from chrootsu/lodash-isDate
lodash: signatures of _.isDate have been changed
|
2015-12-16 00:16:48 +09:00 |
|
Masahiro Wakame
|
409dbd18a8
|
Merge pull request #7070 from kaorun343/vue
update vue.js
|
2015-12-16 00:10:24 +09:00 |
|
Masahiro Wakame
|
7337a4f17e
|
Merge pull request #7176 from nikelmwann/pdf-fix-getters
Fix PDFPageProxy property getter types in pdf.d.ts
|
2015-12-16 00:02:23 +09:00 |
|
Masahiro Wakame
|
5ec258a906
|
Merge pull request #7090 from jmblab/master
Add typing for Map.eachLayer from Leaflet
|
2015-12-15 23:55:11 +09:00 |
|
Masahiro Wakame
|
16cfc9e52e
|
Merge pull request #7174 from panuhorsmalahti/cradle
Add type definitions for cradle.
|
2015-12-15 23:50:12 +09:00 |
|
Masahiro Wakame
|
ca54f2230b
|
Merge pull request #7166 from xStrom/jssha
jsSHA browser global definition & test.
|
2015-12-15 23:47:41 +09:00 |
|
Masahiro Wakame
|
7ea39fb475
|
Merge pull request #7171 from lgrignon/master
polymer-ts definitions (splitted PR)
|
2015-12-15 23:37:42 +09:00 |
|
Masahiro Wakame
|
35ce50cf6a
|
Merge pull request #7170 from chrootsu/lodash-isFunction
lodash: signatures of _.isFunction have been changed
|
2015-12-15 23:36:37 +09:00 |
|
Masahiro Wakame
|
be165111df
|
Merge pull request #7142 from phiresky/master
Add wu
|
2015-12-15 23:34:13 +09:00 |
|
Masahiro Wakame
|
fbc316f8ad
|
Merge pull request #7167 from AbraaoAlves/cucumber-js
added cucumber-js definitions
|
2015-12-15 23:32:45 +09:00 |
|
Masahiro Wakame
|
0abb3f6c65
|
Merge pull request #7165 from KonaTeam/ng-dialog-try2
ng-dialog
|
2015-12-15 23:27:09 +09:00 |
|
Masahiro Wakame
|
ef0fb81bbe
|
Merge pull request #7162 from danmarshall/master
update to maker.js 0.5.3
|
2015-12-15 23:26:55 +09:00 |
|
Masahiro Wakame
|
c5e64b54a0
|
Merge pull request #7163 from naturalist/master
Update Mithril definitions
|
2015-12-15 23:21:48 +09:00 |
|
Masahiro Wakame
|
06dac7befb
|
Merge pull request #7159 from stephenjelfs/master
Initial definitions for react-datagrid
|
2015-12-15 22:54:18 +09:00 |
|
Masahiro Wakame
|
6e1f597477
|
Merge pull request #7139 from elisee/patch-2
Fix electron.nativeImage's type
|
2015-12-15 22:50:54 +09:00 |
|
Masahiro Wakame
|
d2b5953d95
|
Merge pull request #7158 from Hozuki/master
Added type definitions for sql.js
|
2015-12-15 22:49:52 +09:00 |
|
Masahiro Wakame
|
80a4c00efb
|
Merge pull request #7156 from nzamosenchuk/master
Type Definition for ngNotify AngularJS library
|
2015-12-15 22:46:37 +09:00 |
|
Panu Horsmalahti
|
05e67b229d
|
Add type definitions for cradle.
|
2015-12-14 11:34:54 +02:00 |
|
paarth
|
1cd9ab5ab0
|
Made all entries in WebPreferences interface optional, reflecting documentation
|
2015-12-13 16:50:08 -05:00 |
|
Tanguy Krotoff
|
0d7e1be8b4
|
Remove trailing spaces
Trailing spaces make it hard to contribute
|
2015-12-13 18:58:34 +01:00 |
|
Nick
|
e081e6899a
|
fix formatting
Adding a space before void to align changes to the original file formatting.
|
2015-12-13 18:28:12 +01:00 |
|
Ilya Mochalov
|
b444f6ad9e
|
lodash: signatures of _.isDate have been changed
|
2015-12-13 21:48:57 +05:00 |
|
Alex Dresko
|
2f970d1bdd
|
Added parameter to sendResposne
|
2015-12-13 10:58:47 -05:00 |
|
Eric Winkelmann
|
33a79667e0
|
Make IObservable.off() args optional in fabricjs.d.ts
As specified in the [fabric.js
documentation](http://fabricjs.com/docs/fabric.Observable.html#off),
`IObservable.off()` accepts two optional arguments.
|
2015-12-12 21:25:13 -08:00 |
|
Eric Winkelmann
|
de5a50a5f3
|
Fix PDFPageProxy property getter types in pdf.d.ts
`pageNumber`, `rotate`, `ref`, and `view` are property getters, not functions.
Resolves #6726
|
2015-12-12 19:26:28 -08:00 |
|
lgrignon
|
e3b69d13c8
|
deleted files to split PR
|
2015-12-12 20:16:50 +01:00 |
|
lgrignon
|
bba4c44ba2
|
deleted definitions to split PR
|
2015-12-12 20:08:50 +01:00 |
|
lgrignon
|
9d98dbde62
|
Merge remote-tracking branch 'upstream/master'
|
2015-12-12 20:07:04 +01:00 |
|
Ilya Mochalov
|
e2309e6ed9
|
lodash: signatures of _.isFunction have been changed
|
2015-12-12 22:32:14 +05:00 |
|
Masahiro Wakame
|
8ea42cd8bb
|
Merge pull request #7149 from thelambdaparty/master
added LeState type definitions
|
2015-12-13 00:49:33 +09:00 |
|
Masahiro Wakame
|
5cb07b5371
|
Merge pull request #7078 from chrootsu/node-querystring
node: signatures of module "querystring" have been changed
|
2015-12-13 00:45:59 +09:00 |
|
phiresky
|
0bb3a46b8b
|
wu: fix project link
|
2015-12-12 15:58:14 +01:00 |
|
Masahiro Wakame
|
db2ad651b5
|
Merge pull request #7148 from chrootsu/lodash-debounce
lodash: signatures of _.debounce have been changed
|
2015-12-12 23:57:34 +09:00 |
|
Masahiro Wakame
|
a3aa7a28ac
|
Merge pull request #7071 from KhodeN/patch-7
Update angular-resource.d.ts
|
2015-12-12 23:56:57 +09:00 |
|
Masahiro Wakame
|
def9b59c76
|
Merge pull request #7143 from 4nonym0us/patch-1
Raact to Ionic 1.2 release
|
2015-12-12 23:50:35 +09:00 |
|
Masahiro Wakame
|
0339496085
|
Merge pull request #7145 from STRML/STRML-bluebird-nodeify
Fix Bluebird nodeify() when not passed callback
|
2015-12-12 23:36:41 +09:00 |
|
Masahiro Wakame
|
ddde203cec
|
Merge pull request #7144 from Nax/socketty
Added socketty v0.2.2
|
2015-12-12 23:28:07 +09:00 |
|
abraaoalves
|
0bcb4658ec
|
fix noimplicitAny errors
|
2015-12-12 11:24:19 -03:00 |
|
Masahiro Wakame
|
221c06b67a
|
Merge pull request #7137 from MrHen/feature/should
Add containDeepOrdered to shouldjs
|
2015-12-12 23:21:26 +09:00 |
|
abraaoalves
|
5b5bfbec4c
|
definitions to steps and hooks
|
2015-12-12 10:54:06 -03:00 |
|
Kaur Kuut
|
c3dce5b44d
|
Restored jsSHA browser global definition & test.
|
2015-12-12 15:51:42 +02:00 |
|
Mark Nadig
|
f3eeb32d71
|
ng-dialog
add IDialogOptions.disableAnimation, IDialogOpenOptions.data and upadated test
|
2015-12-11 13:41:46 -07:00 |
|
Dan Marshall
|
208be8144e
|
added optional rendering type
|
2015-12-11 10:23:13 -08:00 |
|
Dan Marshall
|
3949242c8f
|
Merge remote-tracking branch 'upstream/master'
|
2015-12-11 10:19:56 -08:00 |
|