Diullei Gomes
cbf9890a10
Merge pull request #709 from TerenceLewis/master
...
Fix for 0.9 compatibility and bugfix for 'on' callback.
2013-06-26 04:39:10 -07:00
Diullei Gomes
b656ef9fde
Merge pull request #708 from danfma/master
...
Added BindingHandlers as an indexer
2013-06-26 04:35:01 -07:00
Diullei Gomes
28a5c84bdd
Merge pull request #706 from mihailik/patch-2
...
Incorrect `number` type for `autofocus` option, should be `boolean`.
2013-06-26 04:33:19 -07:00
Diullei Gomes
b637657f89
Merge pull request #704 from kingdango/master
...
moment: added support for isBefore, isAfter, isSame
2013-06-26 04:32:00 -07:00
Diullei Gomes
fdd9723cbe
Merge pull request #702 from nestalk/master
...
Fix definitions for TS 0.9
2013-06-26 04:11:55 -07:00
Diullei Gomes
bc9236923b
Merge pull request #701 from pragmatrix/master
...
Update of jquery.dataTables for TypeScript 0.9
2013-06-26 04:08:50 -07:00
Terence Lewis
2e2524ab4e
Made the SignalR definition 0.9 compatible
...
Changed the return type of HubConnection.received to match
SignalR.received
The 'on' callback can take a variable number of arguments
2013-06-26 10:04:11 +02:00
Daniel Ferreira Monteiro Alves
3b6e8c80f0
Little fix for BindingHandlers
2013-06-26 02:01:08 -03:00
mihailik
c72caf82d2
Incorrect number type for autofocus option, should be boolean.
2013-06-26 00:16:05 +02:00
Aaron King
67f43af9b6
moment: added support for isBefore, isAfter, isSame
2013-06-25 16:52:24 -04:00
Diullei Gomes
cc2c2c5075
Merge pull request #703 from Bartvds/master
...
updated chai tdd-style, added chai-fuzzy tdd-style
2013-06-25 13:30:54 -07:00
Bartvds
03efcb45aa
updated chai tdd, added chai-fuzzy tdd
2013-06-25 21:06:56 +02:00
Neil Stalker
8d4540f61b
Fix definitions for TS 0.9
2013-06-25 13:44:00 +01:00
Armin Sander
65a37c72a7
Make jquery.dataTables compile with Typescript 0.9
2013-06-25 11:06:40 +02:00
Diullei Gomes
5897eeb78c
Merge pull request #699 from mihailik/patch-1
...
Renaming 'CM' module to 'CodeMirror'
2013-06-24 21:25:11 -07:00
Diullei Gomes
d63cecd54b
Merge pull request #698 from nvivo/underscore
...
Improvements to the underscore definition.
2013-06-24 21:21:19 -07:00
Diullei Gomes
77e9f3c94b
Merge pull request #697 from nestalk/testfixes
...
Fix definitions for TS 0.9
2013-06-24 21:19:02 -07:00
Diullei Gomes
20d7e9f7bc
Merge pull request #693 from nestalk/fixes
...
Fixes several definitions for TS 0.9
2013-06-24 19:32:38 -07:00
Diullei Gomes
597136e52c
Merge pull request #696 from s093294/master
...
Fixed return type on Node, Hash Interface, update function.
2013-06-24 19:22:53 -07:00
Diullei Gomes
a3cbc28e70
Merge pull request #695 from nestalk/runner
...
Update test runner to process files alphabetically
2013-06-24 18:52:13 -07:00
Diullei Gomes
8ee19e5c55
Merge pull request #690 from nestalk/master
...
Fix several definitions for TS 0.9
2013-06-24 18:46:22 -07:00
Diullei Gomes
0c29c1d516
Merge pull request #688 from nwolverson/optionalvalue
...
Simplify optional overloads
2013-06-24 18:39:01 -07:00
mihailik
d537ae6279
Just a couple more tests, nowhere near of acceptable amount.
2013-06-25 02:05:45 +02:00
mihailik
4d3992f9d2
Updated using features in TypeScript v0.9
...
Previously the module name couldn't match the global function name, so we had to declare module 'CM' and function CodeMirror.
Now that TS can handle the naming clash correctly, we will go to the naming convention from CodeMirror docs.
Additionally, that allows using constructor for CodeMirror.Doc. Previously because of naming CM.Doc that wouldn't work.
Note that CodeMirror itself is not declared as a class, even though their actual implementation does allow 'newing' it internally. However, that is not advertised in the docs, so we assume it is a quirk for some edge case compatibility and leaving it out of the API declarations here.
2013-06-25 02:02:29 +02:00
Natan Vivo
44eb9bf8ff
Improvements to the underscore definition.
...
* Added the OOP version of underscore _(value).
* Pick/Omit accept arrays as well as list of arguments.
* Clone of T now returns T instead of any.
* Removed UnderscoreWrappedObject. It was just a hack to make the test work. Now chain() returns any.
* Test can't test the result of mixin, as new there is the function _() returning the underscore object.
2013-06-24 19:06:59 -03:00
Neil Stalker
2192405a76
Fix definitions for TS 0.9
...
hammer.js
jake
jszip.js
dust.js
google,analytics
linq.js
2013-06-24 22:51:29 +01:00
Poul Sørensen
bb5d20d333
Update node.d.ts
2013-06-24 23:39:56 +02:00
Neil Stalker
beae1ebd88
fix scroller, soundjs and youtube definitions
2013-06-24 22:22:57 +01:00
Neil Stalker
6cb6cdbe83
fix threejs definition and tests
2013-06-24 22:17:48 +01:00
Neil Stalker
29e345ec32
fix webaudioapi
2013-06-24 21:57:05 +01:00
Neil Stalker
557b38099e
Fix fabric.js definition and tests
2013-06-24 21:53:20 +01:00
Neil Stalker
126bf61157
Update test runner to process files alphabetically
2013-06-24 21:03:34 +01:00
Diullei Gomes
4e89cd045d
Merge pull request #694 from nvivo/underscore
...
Allow underscore to be used as ambient declaration and external module.
2013-06-24 12:52:06 -07:00
Natan Vivo
5ac4ffc66a
Allow underscore to be used as ambient declaration and external module.
2013-06-24 16:28:12 -03:00
Neil Stalker
d4e621d9ad
fix nvnc, zeromq, icheck and unity-webapi definitions
2013-06-24 19:20:59 +01:00
Neil Stalker
d4c6dd3d45
fix webrtc definitions
2013-06-24 18:40:03 +01:00
Neil Stalker
484487ff17
Fix rx.js definition
2013-06-24 18:09:09 +01:00
Neil Stalker
cee8f3ebc2
Fix iScroll and angular definitions
2013-06-24 17:26:24 +01:00
vcastro
54d7df39e7
Updated the durandal router plugin:
...
- Added definition for the guardRoute 'abstract' router function.
2013-06-24 15:16:16 +01:00
Neil Stalker
182b290dc4
fix filewriter, restify and chrome definitions
2013-06-24 12:49:31 +01:00
vcastro
6543a55f8f
Updates to breeze.d.ts according to changes in Breeze 1.3.6:
...
-Added setDetached method to EntityAspect
-Changed the signature of EntityManager.importEntities to accept either a string or a JSON object.
2013-06-24 10:03:45 +01:00
Nicholas Wolverson
6c9592fdc4
Simplify optional overloads
2013-06-24 09:36:51 +01:00
Boris Yankov
144b89396c
Merge pull request #651 from teves-castro/master
...
Updates to support TS 0.9
2013-06-23 19:43:24 -07:00
Boris Yankov
c423e9f541
Merge pull request #664 from vagarenko/master
...
Added generic typing and converted to TS 0.9 module
2013-06-23 19:43:11 -07:00
Boris Yankov
1521555760
Merge pull request #681 from nvivo/backbone_improvements
...
Backbone improvements
2013-06-23 09:06:44 -07:00
Christiaan Rakowski
612b3835ea
Merge branch 'master' of https://github.com/borisyankov/DefinitelyTyped
2013-06-23 18:02:31 +02:00
Boris Yankov
8e2ac9112c
Merge pull request #679 from zoos/master
...
Durandal definition support new Knockout definition (generics) and replace bool to boolean.
2013-06-22 11:40:34 -07:00
Boris Yankov
1665a1af8c
Merge pull request #682 from nvivo/knockback_0.9
...
Upgrade knockback definition to 0.9.
2013-06-22 11:27:16 -07:00
Boris Yankov
30cfdfaadb
Merge pull request #683 from nvivo/knockout_fixes
...
Fix wrong signature on knockout computed. Missing options argument.
2013-06-22 11:26:58 -07:00
Natan Vivo
b6307ba232
Fix wrong signature on knockout computed. Missing options argument.
...
Ref: http://knockoutjs.com/documentation/computedObservables.html#computed_observable_reference
2013-06-22 13:50:10 -03:00