Oscar Lorentzon
88296dd9b2
Correct parameter type for Vector4.setAxisAngleFromRotationMatrix.
...
The parameter to Vector4.setAxisAngleFromRotationMatrix is a
Matrix4 from which the upper 3x3 matrix is used, not a Matrix3.
See https://github.com/mrdoob/three.js/blob/master/src/math/Vector4.js#L271
for a reference.
2016-01-13 11:05:44 +01:00
Horiuchi_H
1984ea435f
Merge pull request #7569 from uweg/master
...
Added relativeUrls to IOptions
2016-01-13 12:53:12 +09:00
Horiuchi_H
11d8dea251
Merge pull request #7600 from tkrotoff/gulp-filter
...
Add definitions for gulp-filter
2016-01-13 12:52:20 +09:00
Tanguy Krotoff
1735153b55
Add definitions for gulp-filter ( https://github.com/sindresorhus/gulp-filter )
2016-01-13 04:20:47 +01:00
Horiuchi_H
f85b83dbbf
Merge pull request #7586 from galtalmor/master
...
Updated Moment JS to version 2.11.1.
2016-01-13 11:50:04 +09:00
Horiuchi_H
473ba71d5f
Merge pull request #7594 from nimish/update-helmet
...
Update helmet CSP typings
2016-01-13 11:47:24 +09:00
Horiuchi_H
a7d4310d00
Merge pull request #7593 from jhasselkus/mongoose-fix-7499
...
mongoose.d.ts Document interface should define _id as any
2016-01-13 11:45:28 +09:00
Horiuchi_H
4b089299a8
Merge pull request #7585 from AyaMorisawa/del-2.2.0
...
Update del.d.ts 1.2.0 -> 2.2.0
2016-01-13 11:38:29 +09:00
Horiuchi_H
a08e48ef39
Merge pull request #7580 from philippstucki/master
...
Add Definitions for node-rsync
2016-01-13 11:26:40 +09:00
Nimish Telang
022f77341e
Update helmet CSP typings
2016-01-12 16:32:50 +00:00
John Hasselkus
97ec10cb6c
mongoose.d.ts Document interface should define _id as any
...
In the Document interface definition of mongoose.d.ts, the _id field
definition of _id: Types.ObjectId was wrong, as it can be any type. This
commit changes the definition to _id: any to allow interfaces that
extend Document to refine the definition of _id as appropriate to match
the schema of the model/collection.
2016-01-12 10:14:33 -06:00
Gal Talmor
8aacd9222c
Updated to version 2.11.1. Added now function in MomentStatic. Added isSameOrBefore and creationData in Moment.
2016-01-12 18:02:48 +02:00
Gal Talmor
fc129dfe1a
Updated to version 2.11.1. Added now function in MomentStatic. Added isSameOrBefore and creationData in Moment.
2016-01-12 17:51:02 +02:00
Gal Talmor
ba4191f9dd
Updated to version 2.11.1. Added now function in MomentStatic. Added isSameOrBefore and creationData in Moment.
2016-01-12 16:17:07 +02:00
Aya Morisawa
a4931e6907
Update del.d.ts 1.2.0 -> 2.2.0
2016-01-12 23:10:54 +09:00
Gal Talmor
4e337298f5
Merge branch 'master' of https://github.com/borisyankov/DefinitelyTyped
2016-01-12 16:09:31 +02:00
Gal Talmor
4cdea2aaeb
Updated to version 2.11.1. Added now function in MomentStatic. Added isSameOrBefore and creationData in Moment.
2016-01-12 15:37:58 +02:00
John Reilly
984a41af67
Merge pull request #7579 from mth0348/master
...
Added missing options to SliderOptions and DialogOptions
2016-01-12 13:30:58 +00:00
Philipp Stucki
60ec68376b
small linting fixes
2016-01-12 14:10:24 +01:00
Philipp Stucki
c491f170ac
removes obsolete source() definition
2016-01-12 11:13:53 +01:00
Philipp Stucki
ac0fcd9ac8
adds definitions for https://github.com/mattijs/node-rsync
2016-01-12 11:04:46 +01:00
Horiuchi_H
faa49cc680
Merge pull request #7575 from mshmelev/patch-2
...
Support TypeScript 1.7 modules
2016-01-12 17:22:31 +09:00
Horiuchi_H
9bf971cacc
Merge pull request #7574 from chrootsu/node-crypto
...
node: definition of the module "crypto" has been changed
2016-01-12 17:18:22 +09:00
Matthias Thomann
57112090da
Added missing options to SliderOptions and DialogOptions
2016-01-12 08:45:04 +01:00
Max Shmelev
ceedbb3550
Support TypeScript 1.7 modules
...
This fix allows to import modules in TypesScript 1.7 using `import` keyword, like:
import * as sinonChai from 'sinon-chai';
The current version gives compilation error: "Module sinon-chai resolves to a non-module entity"
2016-01-11 18:34:47 -05:00
Ilya Mochalov
39e510415c
node: definition of the module "crypto" has been changed
2016-01-12 01:54:02 +05:00
Urs Wegmann
4146ca6918
Add relativeUrls to IOptions
2016-01-11 17:09:44 +01:00
Masahiro Wakame
627b6c158b
Merge pull request #7304 from errorx666/easing
...
add easing functions to jquery and jqueryui
2016-01-12 00:16:41 +09:00
Masahiro Wakame
169d58b633
Merge pull request #7564 from RReverser/patch-2
...
Fix return type of Entry.{moveTo,copyTo} in filesystem.d.ts
2016-01-12 00:14:47 +09:00
Masahiro Wakame
1e71995122
Merge pull request #7217 from DeividasBakanas/typing/react-notification-system
...
Add react-notification-system
2016-01-12 00:14:12 +09:00
Masahiro Wakame
573977cb11
Merge pull request #7262 from benzid-wael/prettyjson
...
Definition for prettyjson package added
2016-01-12 00:13:20 +09:00
Masahiro Wakame
a5cafa2e96
Merge pull request #7561 from danmarshall/master
...
Maker.js 0.6.8 added exporter options
2016-01-12 00:09:26 +09:00
Masahiro Wakame
3444d37717
Merge pull request #7558 from Xstoudi/xstoudi-recursive-readdir
...
The definition was incomplete
2016-01-12 00:04:58 +09:00
Masahiro Wakame
aa49144c4f
Merge pull request #7539 from julienpa/patch-1
...
Add clone method from version 1.3.0
2016-01-11 23:50:48 +09:00
Masahiro Wakame
f02cb0464c
Merge pull request #7551 from yhaskell/master
...
Reflect API changes in express-handlebars
2016-01-11 23:36:05 +09:00
Masahiro Wakame
0db0bf42a1
Merge pull request #7553 from vangorra/master
...
Adding meteor roles definitions.
2016-01-11 23:34:35 +09:00
Masahiro Wakame
6e428819f3
Merge pull request #7552 from chrootsu/lodash-toArray
...
lodash: signatures of _.toArray have been changed
2016-01-11 23:31:25 +09:00
Masahiro Wakame
f5e60df376
Merge pull request #7549 from mzsm/WiiU
...
Support Wii U Internet Browser, Extended Functionality
2016-01-11 23:31:07 +09:00
Masahiro Wakame
688d80e67c
Merge pull request #7548 from stephenjelfs/master
...
Fixed-Data-Table row mouse event method signatures should include event parameters.
2016-01-11 23:10:33 +09:00
Masahiro Wakame
ecc5d91af3
Merge pull request #7547 from mkp05/growl_message_methods
...
Angular GrowlV2 - added missing message methods; fixed module name
2016-01-11 23:10:11 +09:00
Masahiro Wakame
8406f9f16e
Merge pull request #7546 from christianacca/ng-table
...
add latest ng-table typing
2016-01-11 23:09:54 +09:00
Masahiro Wakame
617867c375
Merge pull request #7530 from rdarida/patch-1
...
Update webfontloader.d.ts
2016-01-11 23:09:19 +09:00
Masahiro Wakame
bb60479ce6
Merge pull request #7545 from DomiR/patch-1
...
Update according to https://github.com/gulpjs/vinyl/releases/tag/v1.1.0
2016-01-11 23:07:15 +09:00
Masahiro Wakame
e5de4b44ec
Merge pull request #7532 from gradecam/IStateService.get
...
Support more variations of IStateService.get
2016-01-11 23:06:48 +09:00
Masahiro Wakame
e4d3787cda
Merge pull request #7541 from nkovacic/angular-formly
...
Angular Formly IFormlyConfig added missing properties.
2016-01-11 23:05:22 +09:00
Masahiro Wakame
08287cebfb
Merge pull request #7207 from mc-petry/redux-devtools-v3
...
Update redux devtools to v3
2016-01-11 23:03:28 +09:00
Masahiro Wakame
adbfb02e25
Merge pull request #7542 from tkqubo/osmtogeojson
...
Add osmtogeojson
2016-01-11 22:59:43 +09:00
Masahiro Wakame
bb54918e97
Merge pull request #7540 from chrootsu/lodash-isPlainObject
...
lodash: signatures of _.isPlainObject have been changed
2016-01-11 22:58:34 +09:00
Masahiro Wakame
9ece291fcf
Merge pull request #7538 from nkovacic/ui-select
...
Added ui-select to DefinitelyTyped definitions
2016-01-11 22:57:39 +09:00
Masahiro Wakame
7f2626d4e5
Merge pull request #7537 from SamuelMarks/patch-2
...
Next.ifError
2016-01-11 22:55:03 +09:00