NN
|
64092006cf
|
Update according to TS 0.9
'export = internal' is illegal.
|
2013-07-05 22:05:28 +03:00 |
|
Boris Yankov
|
3b17700c1b
|
Merge pull request #747 from wereHamster/angularjs-idirective-transclude
Change IDirective.transclude to be of `any` type
|
2013-07-05 08:56:49 -07:00 |
|
Boris Yankov
|
e9b479589b
|
Merge pull request #748 from oising/master
Updated sammyjs.d.ts for typescript 0.9.x
|
2013-07-05 08:55:57 -07:00 |
|
oising
|
4fd627247d
|
updated sammyjs definitions for typescript 0.9.x
|
2013-07-05 11:46:37 -04:00 |
|
Diullei Gomes
|
3f2f801026
|
Merge pull request #746 from Steve-Fenton/master
First draft of jquery.ui.layout.d.ts
|
2013-07-05 07:42:32 -07:00 |
|
Steve Fenton
|
ec40564060
|
Create basic version of jQuery UI Layout definition.
|
2013-07-05 13:59:47 +01:00 |
|
Boris Yankov
|
4bc968a0bb
|
Merge pull request #744 from carldebilly/master
Clean-up in the RxJS files and add support for more packages + bool-to-boolean conversion
|
2013-07-05 05:12:06 -07:00 |
|
Boris Yankov
|
d63b4be25b
|
Merge pull request #745 from AndrewGaspar/jQueryPromiseTyping
jQuery Promise Typings
|
2013-07-05 05:11:41 -07:00 |
|
Tomas Carnecky
|
e4693b884b
|
Change IDirective.transclude to be of any type
It can actually be bool or string, but TypeScript doesn't allow union types (see http://typescript.codeplex.com/workitem/120).
|
2013-07-05 13:52:23 +02:00 |
|
Andrew Gaspar
|
284f4a629a
|
Minor fixes for issue #726
|
2013-07-05 01:06:47 -07:00 |
|
Carl de Billy
|
f83fb6805b
|
Support for more RxJS packages + bool => boolean for TS0.9
|
2013-07-05 01:03:30 -04:00 |
|
Boris Yankov
|
0f87f45ca8
|
Merge pull request #740 from AndrewGaspar/master
Added Additional Typings to Q
|
2013-07-03 07:37:53 -07:00 |
|
Andrew Gaspar
|
85eabfe63b
|
Added typings to jQuery promises and deferreds.
|
2013-07-03 01:36:17 -07:00 |
|
Andrew Gaspar
|
bccbbdaa83
|
Added progress handlers to Q.when
|
2013-07-03 00:33:25 -07:00 |
|
Andrew Gaspar
|
6fb97f40bf
|
Added types all over the place in Q
|
2013-07-03 00:24:15 -07:00 |
|
Diullei Gomes
|
84b94b51cb
|
Merge pull request #737 from derekcicerone/patch-6
Replace bool with boolean (for TypeScript 0.9.0+)
|
2013-07-02 17:13:09 -07:00 |
|
Diullei Gomes
|
70333f9e0d
|
Merge pull request #736 from derekcicerone/patch-5
Replace bool with boolean (for TypeScript 0.9.0+)
|
2013-07-02 17:12:38 -07:00 |
|
Diullei Gomes
|
4112f95979
|
Merge pull request #735 from derekcicerone/patch-4
Replace bool with boolean (for TypeScript 0.9.0+)
|
2013-07-02 17:11:56 -07:00 |
|
Diullei Gomes
|
72bec93508
|
Merge pull request #732 from carldebilly/master
Fixed broken + upgraded Rx.JS to 0.9 with generics
|
2013-07-02 17:11:12 -07:00 |
|
Diullei Gomes
|
78a957fb43
|
Merge pull request #731 from derekcicerone/patch-2
Replace bool with boolean (for TypeScript 0.9.0+)
|
2013-07-02 17:09:19 -07:00 |
|
Diullei Gomes
|
26f20e6754
|
Merge pull request #730 from derekcicerone/patch-3
Replace bool with boolean (for TypeScript 0.9.0+)
|
2013-07-02 17:08:00 -07:00 |
|
Diullei Gomes
|
5418da9bc4
|
Merge pull request #728 from nestalk/master
Strongly type methods in jqueryui and fullcalendar
|
2013-07-02 17:06:48 -07:00 |
|
Derek Cicerone
|
210b10c347
|
Replace bool with boolean (for TypeScript 0.9.0+)
|
2013-07-02 19:43:47 -04:00 |
|
Derek Cicerone
|
221f0bcfb0
|
Replace bool with boolean (for TypeScript 0.9.0+)
|
2013-07-02 16:11:22 -04:00 |
|
Derek Cicerone
|
24ca683da9
|
Replace bool with boolean (for TypeScript 0.9.0+)
|
2013-07-02 14:57:23 -04:00 |
|
Carl de Billy
|
bc491674fc
|
IObservable => IObservable<T>
Now use generics who improve a lot the writing of Rx fluent expressions!
|
2013-07-01 22:53:39 -04:00 |
|
Derek Cicerone
|
555d0f5c5f
|
Replace bool with boolean (for TypeScript 0.9.0+)
|
2013-07-01 19:10:05 -04:00 |
|
Boris Yankov
|
f6deae3bb4
|
Merge pull request #729 from derekcicerone/patch-2
Replace bool with boolean (for TypeScript 0.9.0+)
|
2013-07-01 15:14:20 -07:00 |
|
Derek Cicerone
|
f42029618d
|
Replace bool with boolean (for TypeScript 0.9.0+)
Looks like my editor removed trailing whitespace and possibly also normalized some line endings as well.
|
2013-07-01 18:00:11 -04:00 |
|
Derek Cicerone
|
9941765485
|
Replace bool with boolean (for TypeScript 0.9.0+)
|
2013-07-01 17:38:49 -04:00 |
|
Neil Stalker
|
e6ed59efeb
|
strongly type jqueryui methods
|
2013-07-01 21:09:38 +01:00 |
|
Carl de Billy
|
f90f624aef
|
Fixed broken declarations of the upgrade to 0.9
|
2013-07-01 15:36:58 -04:00 |
|
Neil Stalker
|
7da6a8af84
|
Strongly type fullcalendar methods
|
2013-07-01 20:16:22 +01:00 |
|
Boris Yankov
|
f4c55d9536
|
Merge pull request #727 from andrewdavey/patch-2
Re-add getColor.reset()
|
2013-07-01 10:05:19 -07:00 |
|
Andrew Davey
|
1a2fced0c6
|
Re-add getColor.reset()
This is compatible with TypeScript 0.9.
|
2013-07-01 10:12:54 +01:00 |
|
Diullei Gomes
|
ed3d8ec0dd
|
Merge pull request #725 from derekcicerone/patch-1
Update version number to 2.0.0
|
2013-06-30 18:39:54 -07:00 |
|
Derek Cicerone
|
054918bf52
|
Update version number to 2.0.0
The isSame, isBefore, isAfter functions all appear to be new in 2.0.0.
|
2013-06-30 21:37:24 -04:00 |
|
Diullei Gomes
|
11c63d015f
|
Merge pull request #724 from AndrewGaspar/master
Updated Q with better generic typing and compacted and improved Express definitions
|
2013-06-30 18:30:04 -07:00 |
|
Diullei Gomes
|
284c746e38
|
Merge pull request #721 from derekcicerone/patch-2
Replace bool with boolean (for TypeScript 0.9.0+)
|
2013-06-30 18:07:48 -07:00 |
|
Diullei Gomes
|
9f14d98b2d
|
Merge pull request #720 from derekcicerone/patch-1
Replace bool with boolean (for TypeScript 0.9.0+)
|
2013-06-30 18:06:34 -07:00 |
|
Andrew Gaspar
|
7463b00681
|
Made Q have better generics support made possible be v0.9.0.1. Also eliminated redundant function definitions in express.
|
2013-06-30 17:59:21 -07:00 |
|
Derek Cicerone
|
9f6176c717
|
Replace bool with boolean (for TypeScript 0.9.0+)
|
2013-06-29 17:32:44 -04:00 |
|
Derek Cicerone
|
cb2af0bfae
|
Replace bool with boolean (for TypeScript 0.9.0+)
|
2013-06-29 17:29:14 -04:00 |
|
Diullei Gomes
|
f9be66399f
|
Merge pull request #718 from jbaldwin/master
Upgraded box2d to typescript v0.9
|
2013-06-29 07:59:29 -07:00 |
|
jbaldwin
|
59fa23885b
|
Upgraded box2d to typescript v0.9
|
2013-06-29 08:54:54 -06:00 |
|
Diullei Gomes
|
8f01169e91
|
Merge pull request #717 from nestalk/master
Fix some tests that were failing
|
2013-06-29 07:46:58 -07:00 |
|
Neil Stalker
|
3dacaaa512
|
Fix some tests
|
2013-06-29 15:18:02 +01:00 |
|
Diullei Gomes
|
eab0fc16ea
|
Merge pull request #716 from jbaldwin/master
Upgrade underscore-typed.d.ts to typescript v0.9
|
2013-06-28 18:53:36 -07:00 |
|
Diullei Gomes
|
b62043866f
|
Merge pull request #711 from goldenratio/patch-1
Changed constructor arguments to optional for Point and Rectangle
|
2013-06-28 18:49:04 -07:00 |
|
jbaldwin
|
6cd22fa521
|
Upgrade underscore-typed.t.ts to v0.9
Added generics
Removed old typed versions [1.4.2, 1.4.3] (not necessary/old)
|
2013-06-28 19:44:12 -06:00 |
|