Masahiro Wakame
c3acd4cd7a
Merge pull request #4124 from EricByers/master
...
express-validator.d.ts updates
2015-05-01 12:29:11 +09:00
Masahiro Wakame
0ff8457472
Merge pull request #4060 from abakirov/promise
...
Make Promise generic
2015-05-01 12:16:33 +09:00
Masahiro Wakame
1b9a6247ff
Merge pull request #4242 from horiuchi/fix-gitignore
...
merge *.js directories on `.gitignore`
2015-05-01 09:57:00 +09:00
Horiuchi_H
2034ab18e7
merge .js directories
2015-05-01 09:45:32 +09:00
Horiuchi_H
ac8f502809
Merge pull request #4231 from rdennis/dataTables
...
jQuery.DataTables columns.render signature
2015-05-01 09:38:00 +09:00
Horiuchi_H
06fac56aae
Merge pull request #4230 from elisee/recursive-readdir
...
Add definitions for recursive-readdir
2015-05-01 09:31:31 +09:00
Robert Dennis
1fe8043148
jquery.dataTables - fix FunctionColumnRender and FunctionColumnData signitures.
2015-04-29 23:10:02 -04:00
Elisée Maurer
dacbb54147
Fix module to work with ES6 import syntax
2015-04-30 05:06:47 +02:00
Elisée Maurer
73f40823e5
Add recursive-readdir library
2015-04-30 04:54:08 +02:00
Eric Byers
573cd80b1c
Fixing formatting, using express.Request since it is now extended properly
2015-04-29 12:24:00 -05:00
rdennis
47835350f4
Merge pull request #1 from borisyankov/master
...
Update fork
2015-04-29 13:04:54 -04:00
Eric Byers
07c9cecd7d
Merging in master, fixing conflicts
2015-04-29 11:10:18 -05:00
Masahiro Wakame
a61199a468
Merge pull request #4220 from yutopp/patch-2
...
add "setSize" method to WebGLRenderTarget
2015-04-29 23:08:33 +09:00
Masahiro Wakame
64bcf645d7
Merge pull request #4217 from serendipitic/master
...
ICollectionPromise<T> should extend ng.IPromise with an array of T
2015-04-29 23:03:05 +09:00
Masahiro Wakame
f14f14f956
Merge pull request #4215 from j3ko/master
...
twix.js definition
2015-04-29 22:40:03 +09:00
Marvin Luchs
a013599373
Added missing plain() and clone() methods to Restangular's IElement and ICollection
...
restangularizeCollection() [1] and restangularizeElem() [2] are used to
create objects that implement IElement and ICollection respectively.
Both use restangularizeBase() [3] which adds the clone() and plane()
methods.
Therefore both IElement and ICollection should both implement clone()
and plain(). Additionally I added a generic variant of the already
existing plain() method in IElement to both IElement and ICollection.
[1]
https://github.com/mgonto/restangular/blob/master/src/restangular.js#L982
[2]
https://github.com/mgonto/restangular/blob/master/src/restangular.js#L951
[3]
https://github.com/mgonto/restangular/blob/master/src/restangular.js#L764
2015-04-29 13:38:43 +02:00
yutopp
a29ca9590b
add "setSize" method to WebGLRenderTarget
...
https://github.com/mrdoob/three.js/blob/master/src/renderers/WebGLRenderTarget.js#L40
2015-04-29 20:09:11 +09:00
Marvin Luchs
b9e995eb9b
ICollectionPromise<T> should extend ng.IPromise with an array of T
...
ICollectionPromise<T> extends ng.IPromise<T> is the equivalent of
interface IPromise<T> extends ng.IPromise<T> for arrays of T. Therefore
it makes no sense to extend ng.IPromise with just T. Instead it has to
be an array of T.
The consequence of this bug can be observed when calling
Restangular.all('someEntity').getList<SomeEntity>().then((entities) =>
{...})
In this case the TypeScript compiler handles entities as SomeEntity, not
SomeEntity[].
2015-04-29 10:09:09 +02:00
Masahiro Wakame
f27b5185c9
Merge pull request #4208 from elisee/patch-2
...
three.d.ts: SkinnedMesh accepts BufferGeometry too
2015-04-29 16:53:08 +09:00
Basarat Ali Syed
9bfa76537b
Merge pull request #4214 from jedmao/editorconfig
...
Introduce EditorConfig
2015-04-29 15:51:22 +10:00
Jeffrey Ko
d3822c8412
fix twix tests
2015-04-29 01:11:07 -04:00
Jeffrey Ko
8a59de2c85
type definition for twix.js 0.6.3
2015-04-29 00:57:16 -04:00
Jed Mao
2e46165db4
Introduce EditorConfig
2015-04-28 23:48:03 -05:00
vvakame
5cd28fd0e3
Revert "merge acl-mongodbBackend.d.ts and acl-redisBackend.d.ts into acl.d.ts"
...
This reverts commit 5fad551b59 .
2015-04-29 12:05:02 +09:00
vvakame
5fad551b59
merge acl-mongodbBackend.d.ts and acl-redisBackend.d.ts into acl.d.ts
2015-04-29 12:03:44 +09:00
Masahiro Wakame
9c2d795cc1
Merge pull request #4209 from aciccarello/patch-1
...
Update to Angular 1.4
2015-04-29 01:51:25 +09:00
Masahiro Wakame
cb4e18f2ee
Merge pull request #4201 from brynbellomy/ansi-styles-module
...
adding ansi styles module
2015-04-29 01:17:37 +09:00
Masahiro Wakame
d0a0d1d2fa
Merge pull request #4200 from brynbellomy/eyes-module
...
adding eyes module
2015-04-29 01:17:16 +09:00
Masahiro Wakame
9fab2ca48a
Merge pull request #4206 from serendipitic/master
...
"parent" argument of Restangular.service() should be optional
2015-04-29 01:14:27 +09:00
Masahiro Wakame
deb0236d9d
Merge pull request #4186 from flcdrg/CoreObject1.11.1
...
Move methods from Object to CoreObject
2015-04-29 01:08:28 +09:00
Masahiro Wakame
b060489002
Merge pull request #4203 from JacobDanton/master
...
Updating Chai to have "Include" in "Deep"
2015-04-29 01:05:53 +09:00
Masahiro Wakame
86ce890513
Merge pull request #4202 from axyjs/master
...
node: interface Global of 'global' object
2015-04-29 01:04:36 +09:00
aciccarello
7576bf3119
Update to Angular 1.4
2015-04-27 17:00:04 -04:00
bryn austin bellomy
402741f60a
adding tests
2015-04-27 15:23:44 -05:00
bryn austin bellomy
ce01d2119a
adding tests
2015-04-27 15:14:10 -05:00
Elisée
7ca777533d
three.d.ts: SkinnedMesh accepts BufferGeometry too
...
THREE.js's SkinnedMesh class accepts BufferGeometry, not only Geometry for its first parameter
2015-04-27 18:00:56 +02:00
Marvin Luchs
cc0537a0ac
"parent" argument of Restangular.service() should be optional
...
The documentation as well as the actual source code of Restangular
define the parent argument of Restangular.service(route, parent) as
optional:
https://github.com/mgonto/restangular#decoupled-restangular-service
function toService(route, parent) {
[...]
var collection = (parent || service).all(route);
2015-04-27 13:01:12 +02:00
Jacob Danton
f31589998d
Updating Chai to have "Include" in "Deep"
...
Reference: https://github.com/chaijs/chai/blob/master/lib/chai/core/assertions.js#L1452
2015-04-26 08:53:30 -07:00
Oleg Grigoriev
5235188489
node: interface Global of 'global' object
2015-04-26 15:24:31 +03:00
Masahiro Wakame
00e7f3fede
Merge pull request #4194 from stephenlautier/master
...
Added knockout.punches
2015-04-26 18:57:07 +09:00
bryn austin bellomy
3a1870821a
fixing original author
2015-04-26 01:59:31 -05:00
bryn austin bellomy
b5a3c237ad
adding comment header
2015-04-26 01:06:02 -05:00
bryn austin bellomy
9621e43781
adding ansi styles module
2015-04-26 00:56:14 -05:00
bryn austin bellomy
68d7cdeee9
adding eyes module
2015-04-25 20:10:00 -05:00
stephen.lautier
26b98beb60
Merge branch 'master' of https://github.com/borisyankov/DefinitelyTyped
2015-04-25 12:57:38 +02:00
stephen.lautier
4c3555871f
removed urijs
2015-04-25 12:46:56 +02:00
stephen.lautier
0e75ece1a4
added knockout.punches-tests + headers to type definitions
2015-04-25 12:29:03 +02:00
Masahiro Wakame
61d066fef5
Merge pull request #4189 from mtraynham/colorbrewer
...
Colorbrewer definition
2015-04-25 14:49:47 +09:00
Masahiro Wakame
b18e9cb0c3
Merge pull request #4015 from gruppe-adler/restify-fix-httperrors
...
fix restify error classes
2015-04-25 14:45:59 +09:00
Masahiro Wakame
8cdf5075ab
Merge pull request #4159 from ggarek/feature/react-drag-event
...
feat(react): add DragEvent
2015-04-25 14:42:10 +09:00