Commit Graph
16666 Commits
Author SHA1 Message Date
Horiuchi_H 89a04177dc Merge pull request #7804 from ciddan/master
Adds module support to Pikaday
2016-01-27 17:31:49 +09:00
Horiuchi_H eb3a2750aa Merge pull request #7801 from ccurrens/xml2js
Add v2.0 options and defaults to xml2js
2016-01-27 17:21:13 +09:00
Horiuchi_H c593dca622 Merge pull request #7779 from ZafixLRP/riot-api-nodejs
new definitions for riot-api-nodejs
2016-01-27 17:17:55 +09:00
Horiuchi_H 7ce80dafc0 Merge pull request #7813 from jbaroudi/patch-1
Error on interface definition MomentCreationData
2016-01-27 10:33:30 +09:00
Daniel Rosenwasser f29bf726a6 Merge pull request #7583 from dotdotcommadot/master
Adds firebase-token-generator
2016-01-26 11:22:09 -08:00
Jorge Baroudi 6e38637342 Error on interface definition MomentCreationData
line 128 getting error ";" expected
2016-01-26 10:51:04 -06:00
Mikael Selander 037a4d8bbc Adds module support to Pikaday 2016-01-26 12:42:15 +01:00
HVDK a1f0448c0e Adds firebase-token-generator 2016-01-26 10:16:51 +01:00
Christopher Currens 7304e0770d Add v2.0 options and defaults to xml2js 2016-01-25 21:15:59 -08:00
Horiuchi_H 46719185c5 Merge pull request #7773 from stepancar/patch-9
updated moment definitions
2016-01-26 11:40:35 +09:00
Horiuchi_H 6ef2238d44 Merge pull request #7792 from sumitkm/master
Adding type definitions for Quill JS (http://quilljs.com)
2016-01-26 11:39:02 +09:00
Horiuchi_H 3266f71dfd Merge pull request #7783 from BernieSumption/patch-3
Added the clipPath SVG element
2016-01-26 11:37:44 +09:00
Horiuchi_H 0d8885e3fb Merge pull request #7787 from aeisenberg/patch-1
Add ClientOps.password to redis typings
2016-01-26 11:35:35 +09:00
Horiuchi_H 323b3dd0bd Merge pull request #7786 from peterjuras/gulp-strip-debug
Add type definitions for gulp-strip-debug
2016-01-26 11:33:52 +09:00
Horiuchi_H 03645be3ca Merge pull request #7785 from peterjuras/gulp-jspm
Add type definitions for gulp-jspm
2016-01-26 11:33:02 +09:00
Horiuchi_H e62d4b6af4 Merge pull request #7784 from peterjuras/gulp-html-replace
Add type definitions for gulp-html-replace
2016-01-26 11:32:04 +09:00
Horiuchi_H cf03246675 Merge pull request #7778 from alexander-matsievsky/urijs__expose_urijs/src/URITemplate
URI.js
2016-01-26 11:29:36 +09:00
Horiuchi_H 38582224c0 Merge pull request #7781 from rodneyag/add-toggle-destroy-func
adding toggle() and destroy() functions to the Datetimepicker interface.
2016-01-26 11:28:25 +09:00
Horiuchi_H 6321b73594 Merge pull request #7140 from DeividasBakanas/typing/replace-ext
Add replace-ext
2016-01-26 11:25:21 +09:00
Horiuchi_H c4826e748d Merge pull request #7765 from elisee/patch-2
github-electron: Add app.getLocale()
2016-01-26 11:22:02 +09:00
Horiuchi_H 43b9043fc3 Merge pull request #7776 from andreialecu/patch-1
moment: fix incorrect moment.localeData() typings
2016-01-26 11:19:03 +09:00
Sumit Kumar Maitra 38095e40c6 Adding type definitions for Quill JS (http://quilljs.com) 2016-01-25 20:17:23 +00:00
Andrew Eisenberg 53c37b66d7 Add ClientOps.password to redis typings
password is an alias for auth_pass.
2016-01-25 13:08:34 -06:00
Peter Juras e3d395a870 Add type definitions for gulp-strip-debug 2016-01-25 19:42:27 +01:00
Peter Juras 8b5b4b1e1a Add type definitions for gulp-jspm 2016-01-25 19:37:48 +01:00
Peter Juras d70c92fedd Add type definitions for gulp-html-replace 2016-01-25 19:31:54 +01:00
Bernie Sumption 69154f67ee Added the clipPath SVG element
Not sure when it was added, but the current version of react supports the clipPath element: http://facebook.github.io/react/docs/tags-and-attributes.html
2016-01-25 17:38:46 +00:00
Rodney Greene a83eb4912e adding toggle() and destroy() functions to the Datetimepicker interface. 2016-01-25 11:54:00 -05:00
Zafix fe6af37f05 Fix 2016-01-25 16:53:04 +01:00
Zafix a5771ebe5b fix 2016-01-25 16:46:25 +01:00
Zafix c6708a9c21 fix 2016-01-25 16:40:19 +01:00
Zafix 72c6568716 Woops 2016-01-25 16:34:13 +01:00
Zafix 7654d97a53 new definitions for riot-api-nodejs 2016-01-25 16:18:21 +01:00
alexander-matsievsky a44bf5bad7 URI.js
* expose `urijs/src/URITemplate`
* expand `equals(url: string): boolean;` to `equals(url: string | URI): boolean;`
2016-01-25 16:47:49 +03:00
Andrei Alecu 72d572814c moment: fix incorrect moment.localeData() typings
The typings for localData() were incorrectly extending the object used for initializing a new locale, while the returns for the localeData() method are different.

See http://momentjs.com/docs/#/i18n/locale-data/ for reference.
2016-01-25 15:09:43 +02:00
Elisée Maurer 014238e73c github-electron: Add test for app.getLocale() 2016-01-25 13:01:52 +01:00
Stepan Mikhaylyuk a0d16bdaf9 updated moment definitions
it is available to pass Moment[] to moment.min , moment.max
2016-01-25 14:00:30 +03:00
Horiuchi_H 7b3d5a6ea5 Merge pull request #7758 from bioball/patch-2
Update redux-thunk.d.ts
2016-01-25 17:54:58 +09:00
Horiuchi_H 5e269cec94 Merge pull request #7745 from DavidCai1993/master
Make the type of koa's ctx accessible
2016-01-25 14:48:05 +09:00
Horiuchi_H 4df467996e Merge pull request #7771 from tkqubo/fix/webpack.d.ts
Add node.js api definitions
2016-01-25 14:46:46 +09:00
DavidCai 3d7909ee39 Remove prefix I 2016-01-25 12:54:24 +08:00
tkqubo 51868917c7 feat: add node.js api definitions 2016-01-25 13:38:35 +09:00
Masahiro Wakame f0d1ae5bb8 Merge pull request #7769 from bitjson/master
update cordova-plugin-qrscanner to v1.0.0
2016-01-25 12:44:34 +09:00
Masahiro Wakame 1c56e368e1 Merge pull request #7763 from AyaMorisawa/node-cluster-overload-on
Overload cluster.on
2016-01-25 12:38:10 +09:00
Masahiro Wakame 795989d815 Merge pull request #7762 from AyaMorisawa/node-patch-1
Add missing semicolon
2016-01-25 12:36:01 +09:00
Masahiro Wakame cad664948f Merge pull request #7757 from chrootsu/lodash-join
lodash: signatures of _.join have been changed
2016-01-25 12:27:49 +09:00
Masahiro Wakame 9a1bc8458f Merge pull request #7756 from chrootsu/lodash-over
lodash: signatures of _.over added
2016-01-25 12:27:32 +09:00
Masahiro Wakame 73e2bdb68c Merge pull request #7522 from tgfjt/update/svgsnap
update snapsvg & fix some test
2016-01-25 12:21:46 +09:00
Masahiro Wakame a40d21b562 Merge pull request #7747 from jedmao/lodash-attempt
Additional args in lodash.attempt
2016-01-25 12:20:39 +09:00
Masahiro Wakame c1c45c419d Merge pull request #7709 from SuperPaintman/master
Added lodash `_.unset`
2016-01-25 12:20:15 +09:00