Commit Graph
12768 Commits
Author SHA1 Message Date
Masahiro Wakame b5f756bfbc Merge pull request #5852 from stephenlautier/gulp-typescript
added new property "typescript" within Params
2015-09-20 18:33:42 +09:00
Masahiro Wakame 947dd5063b Merge pull request #5871 from RedSeal-co/chore/TSD-upstream-for-json-stable-stringify_103610142
Add json-stable-stringify v1.0.0
2015-09-20 17:39:29 +09:00
Masahiro Wakame 48e6924a17 Merge pull request #5760 from joeskeen/ui-grid
ui-grid: fixed reference to the IGridRow type to refer to uiGrid.IGridRow within ui-grid plugins
2015-09-20 17:35:56 +09:00
Masahiro Wakame a5fc01a0b5 Merge pull request #5870 from RedSeal-co/chore/TSD-upstream-for-graphviz_103610008
Add graphviz 0.0.8
2015-09-20 17:34:04 +09:00
Masahiro Wakame a1c63c6d01 Merge pull request #5861 from msurdi/master
Add noTimestamp option to jsonwebtoken
2015-09-20 17:27:37 +09:00
Masahiro Wakame bd46b84d05 Merge pull request #5868 from eclipsesource/tabris-1.2.0
Add typescript definitions for Tabris.js
2015-09-20 17:25:29 +09:00
Masahiro Wakame 2e85e74fae Merge pull request #5898 from Kuniwak/unique-random
Add definitions for unique-random
2015-09-20 17:00:37 +09:00
Masahiro Wakame aa306fbea1 Merge pull request #5887 from Ritzlgrmft/master
added cordova-plugin-app-version and cordova-plugin-ibeacon, modified log4javascript
2015-09-20 16:54:49 +09:00
Masahiro Wakame d809e182b8 Merge pull request #5890 from PascalSenn/master
Added Gridstack definition file and test
2015-09-20 16:52:52 +09:00
Masahiro Wakame e60b1fdec4 Merge pull request #5889 from chrootsu/lodash-difference
lodash: changed _.difference() method
2015-09-20 16:47:37 +09:00
Masahiro Wakame e16547caac Merge pull request #5886 from chrootsu/lodash-pullAt
lodash: changed _.pullAt() method
2015-09-20 16:43:54 +09:00
Masahiro Wakame 62b28e9bfb Merge pull request #5885 from dragouf/master
qs should be any
2015-09-20 16:40:10 +09:00
Masahiro Wakame 2758daaacc Merge pull request #5835 from chrootsu/lodash-slice
lodash: changed _.slice() method
2015-09-20 16:33:44 +09:00
Masahiro Wakame fc693b430e Merge pull request #5834 from chrootsu/lodash-unzipWith
lodash: added _.unzipWith() method
2015-09-20 16:31:57 +09:00
Masahiro Wakame 3e34cacf20 Merge pull request #5756 from myitcv/d3_events_fix
Correctly type d3.event
2015-09-20 16:27:11 +09:00
Masahiro Wakame 715e523b01 Merge pull request #5782 from arusakov/redux-logger
redux-logger definitions
2015-09-20 14:33:20 +09:00
Masahiro Wakame 20d32f01fd Merge pull request #5824 from chrootsu/lodash-intersection
lodash: changed _.intersection() method
2015-09-20 14:31:50 +09:00
Masahiro Wakame 3d2f658703 Merge pull request #5823 from tkqubo/react-props-decorators
Add react-props-decorators@0.1.0
2015-09-20 14:31:24 +09:00
Masahiro Wakame 8360c0c4b7 Merge pull request #5822 from fredgalvao/phonegap-plugin-push
Adding phonegap-plugin-push definitions.
2015-09-20 14:28:43 +09:00
Masahiro Wakame 1635ecd1cf Merge pull request #5820 from chrootsu/lodash-initial
lodash: changed _.initial() method
2015-09-20 14:27:14 +09:00
Masahiro Wakame fdccbd9b7d Merge pull request #5819 from tkqubo/core-decorators.js
Add core-decorators.js
2015-09-20 14:19:43 +09:00
Masahiro Wakame c65fbef818 Merge pull request #5818 from stephenlautier/jasmine-promise-matchers
Added definitions for jasmine-es6-promise-matchers
2015-09-20 14:17:50 +09:00
Masahiro Wakame 47a084c48e Merge pull request #5817 from chrootsu/lodash-drop
lodash: changed _.drop() method
2015-09-20 14:16:40 +09:00
Masahiro Wakame e5eb477fe0 Merge pull request #5816 from morrisallison/morrisallison/backbone/NavigateOptions-replace
Backbone.js - Add the "replace" option to "router.navigate()"
2015-09-20 14:15:56 +09:00
Masahiro Wakame c791597338 Merge pull request #5815 from olsio/master
typings for precond library added
2015-09-20 14:07:24 +09:00
Masahiro Wakame 062cd11410 Merge pull request #5814 from use-strict/angularjs-filter-service
angularjs - better granularity for filter service parameter types
2015-09-20 14:06:27 +09:00
Masahiro Wakame 3a9ac496f0 Merge pull request #5810 from Trapulo/master
CircularChartData color optional
2015-09-20 14:04:47 +09:00
Kuniwak 0263c96c06 Add definitions for unique-random 2015-09-18 21:02:33 +09:00
Pascal Senn (GIAPSE) 333dd6813b added dependencies 2015-09-18 10:53:13 +02:00
Pascal Senn (GIAPSE) 42cc0324d7 corrected the errors in the file 2015-09-18 10:47:59 +02:00
Ilya Mochalov 5fc31af02c lodash: changed _.difference() method 2015-09-18 12:49:24 +05:00
Ilya Mochalov c33d98ab2f lodash: changed _.pullAt() method 2015-09-18 11:59:05 +05:00
Laurent, David | ISDOD 14a002c077 qs should be any
if qs is defined as an object type then if we want to access it like
this it will generate an error :

var requestOpt: request.Options = {
json: true,
qs: {
param1: '',
param2: {}
},
url: '',
};

requestOpt.qs.param1 // <= error
2015-09-18 14:03:53 +09:00
mfrantz b793adec99 Add json-stable-stringify v1.0.0 2015-09-17 10:04:46 -07:00
mfrantz 78fa892dc8 Add graphviz 0.0.8 2015-09-17 10:02:12 -07:00
Ralf Sternberg bf220bcf37 Add typescript definitions for Tabris.js 2015-09-17 17:54:53 +02:00
Ritzlgrmft c3bb5bb17e Definitions for cordova-plugin-ibeacon added 2015-09-17 16:31:15 +02:00
Ritzlgrmft e9cc82ad94 Internal logger logLog added 2015-09-17 15:49:54 +02:00
Boris Yankov 6f6e5c7dd9 Merge pull request #5827 from jaysoo/add-redux-actions
Add redux-actions
2015-09-17 16:20:37 +03:00
Ritzlgrmft 781e4c294d Travis errors fixed 2015-09-17 14:51:02 +02:00
Matias Emanuel Surdi 03f5ce9a40 Add noTimestamp option 2015-09-17 13:01:57 +02:00
Masahiro Wakame 8e7c1b5912 Merge pull request #5858 from borisyankov/support-tsc-1.6.2
bump tsc version to 1.6.2
2015-09-17 19:09:47 +09:00
vvakame de37ed0b7a bump tsc version to 1.6.2 2015-09-17 18:10:57 +09:00
Ritzlgrmft 3251d88b3a naming convention fixed
Travis errors fixed
2015-09-17 11:02:48 +02:00
Horiuchi_H 4356af494c Merge pull request #5856 from hellochar/feature/photoswipe-4.0.8
update photoswipe typings to 4.0.8
2015-09-17 13:48:15 +09:00
Horiuchi_H 8af72d1220 Merge pull request #5720 from sebastian-lenz/master
Add node-progress definition
2015-09-17 13:46:20 +09:00
Horiuchi_H 4cd6114020 Merge pull request #5843 from chrootsu/redis-interfaces
redis: export the interfaces
2015-09-17 13:45:06 +09:00
Horiuchi_H e22d333b16 Merge pull request #5839 from jesseschalken/master
Fix typo in requirejs/require.d.ts
2015-09-17 13:41:51 +09:00
Horiuchi_H 490a322860 Merge pull request #5836 from basp/faker
New definitions for faker
2015-09-17 13:41:02 +09:00
Horiuchi_H 1faf482b2e Merge pull request #5833 from basp/stringjs
New definition files for string.js
2015-09-17 13:37:07 +09:00