Commit Graph
3659 Commits
Author SHA1 Message Date
Igor Oleinikov f0946ebcda rx.js: updated to version 2.2.13 2014-02-02 13:42:57 +04:00
Igor Oleinikov 12058a9447 Fix #1545 2014-01-18 21:24:56 +04:00
Igorbek 1c3040699b Merge pull request #1550 from fdecampredon/es6-promises
ES6 promises
2014-01-18 04:44:26 -08:00
Basarat Ali Syed 2501e5813b Merge pull request #1560 from michelsalib/angular-js-patch-01
Angular IModule::provider can accept a provider object as second argument
2014-01-18 03:06:00 -08:00
François de Campredon 9b6ca433a2 remove void onReject oveloads 2014-01-18 12:01:35 +01:00
Boris Yankov 83316ded3a Merge pull request #1561 from Bartvds/def/bluebird
Created definitions for bluebird
2014-01-17 22:19:00 -08:00
Boris Yankov 00c3180b17 Merge pull request #1542 from DickvdBrink/jquerymobile-1.4
Update to jQueryMobile 1.4
2014-01-17 22:18:26 -08:00
Bartvds 84309d3502 Created definitions for bluebird
"Bluebird is a full featured promise library with unmatched performance."
https://github.com/petkaantonov/bluebird

known issues:

* maybe needs a global var or single export?
* uses 'any'-type (not generic-enabled)
2014-01-18 01:11:36 +01:00
Bart van der Schoor c702fdf375 Merge pull request #1553 from Bartvds/def/js-git
Created definitions for js-git
2014-01-17 10:12:20 -08:00
Michel Salib 9f86b20f3e Angular IModule::provider can accept a provider object as second argument 2014-01-17 15:40:23 +01:00
Dick van den Brink 75b4512de3 Added flipswitch options 2014-01-17 09:17:22 +01:00
François de Campredon 5b0c3efcc2 "onFullFill" should read "onFulFill" 2014-01-16 18:19:53 +01:00
François de Campredon 620c864182 various defintion correction + more tests
- correct onReject typings when onFullFill is 'undefined'
- add onFullFill as optional parameter (to use myPromise.then())
- make cast/resolve/reject parameter optional
- add examples from http://www.html5rocks.com/en/tutorials/es6/promises/
2014-01-16 17:51:18 +01:00
Dick van den Brink 1be250fdbe Fixed issue with noImplicitAny 2014-01-16 16:27:30 +01:00
Dick van den Brink 4df797ddbc Removed methods which don't exist anymore. 2014-01-16 16:26:45 +01:00
John Reilly cc8d72f4cd Merge pull request #1554 from johnnyreilly/master
jQuery: Added missing tests / JSDoc
2014-01-16 06:41:49 -08:00
John Reilly 02348d3eb0 jQuery: added proxy / removeData JSDoc + tests 2014-01-16 14:00:56 +00:00
John Reilly 07041a3088 jQuery: queue, dequeue, hasdata
added queue test suite
2014-01-16 13:38:16 +00:00
John Reilly 3f692cc3b6 jQuery: added param JSDoc and test suite 2014-01-16 13:23:16 +00:00
Igorbek 77504db1cd Merge pull request #1516 from huer12/master
Basic version for https://github.com/ericmbarnard/KoGrid
2014-01-16 00:17:24 -08:00
Bartvds ce05d531f6 fixed js-git implicit any 2014-01-16 06:27:06 +01:00
Masahiro Wakame 1e08ee0ae6 Merge pull request #1552 from horiuchi/moment-2.5.0
add get quater method
2014-01-15 21:17:02 -08:00
Bartvds 663fce5232 Created definitions for js-git
https://github.com/creationix/js-git

few remaining problems:

* overloading read/write git-object types
* typing of streams
* typing of options
2014-01-16 05:37:32 +01:00
Bartvds 4e94454e2e fixed header
search/replace mistake
2014-01-16 05:26:56 +01:00
Horiuchi_H 09776db7ff add get quater method 2014-01-16 12:37:59 +09:00
huer12 cbd40a2bf8 Changed a comment 2014-01-15 21:43:20 +01:00
huer12 5b515967e7 Fix build errors and add a test 2014-01-15 20:57:14 +01:00
François de Campredon 62644f420e add blank line 2014-01-15 18:11:12 +01:00
François de Campredon 4c956bc8d5 correct references in test 2014-01-15 18:09:00 +01:00
François de Campredon 4887a99db3 Renaming to respect conventions, add Readme 2014-01-15 16:58:14 +01:00
Dick van den Brink 2625222bb4 Fixed loading method
Added empty loading method + return a JQuery object instead of void
2014-01-15 15:48:56 +01:00
John Reilly 3cff19397b Merge pull request #1547 from johnnyreilly/master
jQuery: Add jQuery/$ JSDoc
2014-01-15 06:38:38 -08:00
John Reilly 3a45c9d8be jQuery: Add jQuery/$ JSDoc
And test suite
2014-01-15 13:26:08 +00:00
François de Campredon 5b5846cbe4 es6-promises defintion addition 2014-01-15 13:12:37 +01:00
Basarat Ali Syed a46c9db407 Merge pull request #1546 from bigsan/master
fix grunt.file.expandMapping related issue
2014-01-15 03:26:02 -08:00
San Chen 7581e03ad7 fix grunt.file.expandMapping related issue 2014-01-15 17:54:56 +08:00
Masahiro Wakame 7eb9bd90e9 Merge pull request #1543 from Bartvds/def/lazy.js
Created definitions for lazy.js
2014-01-15 00:51:05 -08:00
Bartvds b0afe65cf4 added Lazy.js to README.md 2014-01-15 07:19:32 +01:00
Basarat Syed 7a44f44079 Revert "added promise chaining for http"
This reverts commit ef8d6d25e8. Needs more tests
2014-01-15 16:47:45 +11:00
Basarat Ali Syed ef8d6d25e8 added promise chaining for http
the type of variable num in below sample was not detected without this signature. 
```
var $http: ng.IHttpService;
declare function foo(): ng.IHttpPromise<number>;
declare function bar(): ng.IHttpPromise<string>;
$http.get('asdfsadf').then((resp) => foo()).then((bla) => bla.data).then((num) => num);
```
2014-01-15 16:25:09 +11:00
Bartvds 27af8e5430 Created definitions for lazy.js
"Like Underscore, but lazier"

https://github.com/dtao/lazy.js
http://danieltao.com/lazy.js/
2014-01-15 03:59:46 +01:00
Dick van den Brink 1c695a17ee Added pagecontainer as a property. 2014-01-14 22:28:46 +01:00
Dick van den Brink 4556398069 Added new enhanceWithin() method. 2014-01-14 22:28:29 +01:00
Dick van den Brink 7b2bc7f872 Bump to 1.4
Removed showPageLoadingMsg and hidePageLoadingMsg
2014-01-14 22:23:48 +01:00
Dick van den Brink 2f06bb165b Added flipswitch widget. 2014-01-14 22:22:03 +01:00
Dick van den Brink e8b3b4c4ce Added JQueryMobilePath interface
See http://api.jquerymobile.com/category/methods/path/
2014-01-14 22:19:02 +01:00
Basarat Ali Syed dab875d9a7 Merge pull request #1541 from mattbrooks2010/master
Added missing library features
2014-01-14 12:46:22 -08:00
Masahiro Wakame b07358ff23 Merge pull request #1540 from thSoft/patch-1
Follow Firebase API changes
2014-01-14 07:14:06 -08:00
mattbrooks2010 fa3a9621c6 Added missing library features
Implemented the following changes.

- The HighchartsChartObject.series property should return
HighchartsSeriesObject[] not HighchartsSeriesChart[].

- Added missing setVisible(...) overloaded method to the
HighchartsSeriesObject interface.

- Added missing JQuery.highcharts(...) method overload containing
callback function parameter used to manipulate the chart instance.

- Amended test file to exercise all changes in this commit.
2014-01-14 14:34:53 +00:00
Dénes Harmath 8c33f7b023 Add more methods 2014-01-14 14:22:51 +01:00