Commit Graph
4592 Commits
Author SHA1 Message Date
Igor Oleinikov 0fecabb6e0 Version bump to 2.2.25 2014-06-05 13:18:20 +04:00
Igor Oleinikov def7280aec Added selectConcat/concatMap 2014-05-25 13:00:06 +04:00
Igor Oleinikov c132321667 RxJS: Updated to version 2.2.24 2014-05-22 15:06:28 +04:00
Igor Oleinikov 42207d2410 Syncing with RxJS/master (77bfc46) 2014-05-18 11:56:26 +04:00
Igor Oleinikov 44912732ea Version bump to 2.2.20 for all other files 2014-04-14 11:31:43 +04:00
Igor Oleinikov aca5a09c70 Updated RxJS-Experimental to v2.2.20 2014-04-14 11:27:10 +04:00
Igor Oleinikov 71b823a0e3 Updated RxJS-BackPressure to v2.2.20 2014-04-14 11:12:45 +04:00
Igor Oleinikov 52d7857dad Updated rx.async.d.ts to version 2.2.20 2014-04-14 10:54:32 +04:00
Igor Oleinikov 27d981af63 Updated rx.aggregates.d.ts t oversion 2.2.20 2014-04-14 10:51:24 +04:00
Igor Oleinikov de65cd05cb Updated rx.d.ts and rx-lite.d.ts to version 2.2.20 2014-04-14 10:47:37 +04:00
Masahiro Wakame 980c3b1019 Merge pull request #2030 from DickvdBrink/patch-3
Add missing test functions
2014-04-14 01:14:46 +09:00
Dick van den Brink b690ed7cec Fixed errors with noImplicitAny 2014-04-13 16:31:17 +02:00
Masahiro Wakame b21bfb8121 Merge pull request #2031 from martinduparc/patch-3
Add dispose method
2014-04-13 17:07:32 +09:00
Masahiro Wakame f9b02e6f6f Merge pull request #2026 from ttrevorr/update-backbone.d.ts
Update backbone.d.ts
2014-04-13 16:56:35 +09:00
Masahiro Wakame b3f840a8c1 Merge pull request #2023 from bdukes/patch-1
Use base type in ko.virtualElements interface
2014-04-13 16:52:27 +09:00
Martin D. b33ddcacd8 Add dispose method 2014-04-12 15:45:12 -04:00
Dick van den Brink 62e032b12d Add some more missing functions 2014-04-12 19:48:31 +02:00
Dick van den Brink 43130d44a5 Add missing test functions 2014-04-12 19:23:51 +02:00
Basarat Ali Syed a821755ea0 Update angular.d.ts
closes #2028
2014-04-12 21:26:10 +10:00
Basarat Ali Syed fcc1ab786a marionette : closes #2027 2014-04-12 18:44:14 +10:00
Trevor 192cf1c9c7 add set to Collection 2014-04-11 10:26:09 -07:00
Trevor 5954ef2842 add options to History 2014-04-11 10:25:09 -07:00
Trevor 749437f384 add ajax function to View 2014-04-11 10:23:58 -07:00
Basarat Ali Syed eba8e31b8e Merge pull request #2025 from borisyankov/def/cardova
definitions for cardova closes #1941
2014-04-12 02:43:45 +10:00
basarat 8ae097fc77 Merge branch 'cordova' of https://github.com/MSOpenTech/DefinitelyTyped into def/cardova 2014-04-12 02:32:54 +10:00
Basarat Ali Syed f1760a0f52 Merge pull request #2024 from borisyankov/def/threejs
Three.js Remove dead code
2014-04-12 02:25:15 +10:00
Basarat Ali Syed 6e586d7e6f Merge pull request #2016 from jseanxu/winjs
WinJS
2014-04-12 02:17:39 +10:00
Basarat Ali Syed e4a1fe9945 Three.js Remove dead code
no longer required after https://github.com/borisyankov/DefinitelyTyped/pull/2021
2014-04-12 02:10:47 +10:00
Basarat Ali Syed 6ee64caff1 Merge pull request #2021 from domesticmouse/patch-1
Path is defined as a class, thus extending not implementing Path.
2014-04-12 02:06:12 +10:00
Basarat Ali Syed a83d95905a Merge pull request #1939 from rageshkrishna/fix_1636
Fixes #1636: Add get(setting) definition on express.Application
2014-04-12 01:50:05 +10:00
Brian Dukes b500036887 Use base type in ko.virtualElements interface
The knockout `virtualElements` API accepts all types of DOM nodes, not just HTML elements.

For example, I was trying to insert a text node (from `document.createTextNode`), and it was seen as invalid.
2014-04-11 10:43:57 -05:00
Brett Morgan 863f355343 Making typescript compiler happy
Typescript 1.0.0 error'd on this line, I suspect because Path is defined as a class not an interface. Changing from implements to extends made the error go away. 

hth, brett
2014-04-11 14:55:20 +10:00
Masahiro Wakame f0259b1232 Merge pull request #2018 from vvakame/add-jsdiff
add diff/diff.d.ts
2014-04-10 21:48:14 +09:00
Masahiro Wakame af2a512c58 Merge pull request #2013 from enternet/patch-8
HighchartsLegendOptions.useHTML?: boolean
2014-04-10 21:45:02 +09:00
vvakame 8fd7ae8196 improve diff-tests.ts 2014-04-10 19:07:43 +09:00
vvakame d3dd12701c add diff/diff.d.ts 2014-04-10 18:59:19 +09:00
Basarat Ali Syed eac9e65b26 Merge pull request #1994 from yortus/open-express.d.ts-interfaces
Open express.d.ts interfaces
2014-04-10 19:35:19 +10:00
jseanxu 55c1ee5cd1 As the doc says, the type of the first parameter is the VALUE (not the promise itself) to be returned by the return promise. 2014-04-09 15:22:55 -07:00
jseanxu 27b4741d5c Missing property in the WinJS.Utilities namespace. 2014-04-09 15:22:08 -07:00
jseanxu f3b8cfb7e3 Fixed some typing in WinJS.Utilities. 2014-04-09 15:21:51 -07:00
jseanxu a85238496d Parameterized some utility functions. This assures that the return type and the input type are always the same. 2014-04-09 15:21:07 -07:00
jseanxu 40c621ae5c As the docs indicate, the 2nd parameter is optional. 2014-04-09 15:19:51 -07:00
jseanxu 722788bcc7 This guy can be even more specialized - it takes only img tags. 2014-04-09 15:19:33 -07:00
jseanxu 793e49acba Provided an interface for the currentItem property. Fixed up some minor typing and visibility issues in ListView. 2014-04-09 15:19:02 -07:00
jseanxu b69147f2a5 Fixed some any-typed properties. 2014-04-09 15:17:52 -07:00
jseanxu dcff230b75 The 'calendar' property is a format string. 2014-04-09 15:16:22 -07:00
jseanxu fac68f1264 As the docs say, these 2 properties are HTMLElements. 2014-04-09 15:14:27 -07:00
jseanxu c4cfea06a6 The 'commands' property of both AppBar and Menu can take both a single command or an array of commands. Since there is no syntax to type this duality, we should indicate an array of commands instead. 2014-04-09 15:13:47 -07:00
jseanxu 0a7bf0d889 The second parameter for show/hideCommands for AppBar can be optional, especially since it is deprecated, it is actually encouraged to not specify it. 2014-04-09 15:12:08 -07:00
jseanxu 2de7bfe627 WinJS control constructors do not require an element to be passed. If no element is passed, an element is created during construction and accessible via the 'element' property. 2014-04-09 15:10:08 -07:00