Commit Graph
8166 Commits
Author SHA1 Message Date
Horiuchi_H d2c6f93ed1 Merge pull request #3652 from NoelAbrahams/documentdb
Adds definitions for documentdb
2015-02-16 12:45:44 +09:00
Horiuchi_H cb3136dacf Merge pull request #3649 from rogierschouten/sanitize-html
Add typings for sanitize-html
2015-02-16 12:42:36 +09:00
Horiuchi_H c9e97cf577 Merge pull request #3645 from chrootsu/lazyjs-concat
Fix the argument of ArrayLikeSequence.concat() in Lazy.js definitions
2015-02-16 12:36:01 +09:00
Noel Abrahams a2043876b1 Includes attribution URL 2015-02-15 13:11:08 +00:00
Noel Abrahams 371c5ab19c Adds definitions for documentdb 2015-02-15 12:04:16 +00:00
Rogier Schouten 71b9e552ea Add typings for sanitize-html 2015-02-14 21:31:41 +01:00
Ilya Mochalov 7b3d9556fa Fix the test of Lazy.js definitions 2015-02-13 21:27:52 +05:00
Ilya Mochalov c0c6e35fbf Fix the argument of ArrayLikeSequence.concat() in Lazy.js definitions 2015-02-13 20:23:53 +05:00
Horiuchi_H 7d298be1db Merge pull request #3635 from rogierschouten/event-loop-lag
Add typings for module event-loop-lag
2015-02-13 17:35:57 +09:00
Rogier Schouten 62fad4c6df travis build fix. 2015-02-13 09:09:00 +01:00
Horiuchi_H 72c2d4e969 Merge pull request #3636 from Taritsyn/master
i18next: Add declaration of external module
2015-02-13 11:18:01 +09:00
Horiuchi_H 5d7dc74699 Merge pull request #3640 from spl/patch-1
Show only open request issues
2015-02-13 11:12:37 +09:00
Sean Leather dbbedfe4b5 Show only open request issues
Don't show requests if the issue has been closed.
2015-02-12 14:20:30 +02:00
Andrey Taritsyn c4efb1a690 i18next: Add declaration of external module 2015-02-11 19:21:55 +03:00
Rogier Schouten d006e5212b Add typings for module event-loop-lag 2015-02-11 13:48:12 +01:00
Masahiro Wakame cf7c97b2a6 Merge pull request #3633 from Nemo157/nock-match-header-regex
Nock match header regex
2015-02-11 20:18:56 +09:00
Masahiro Wakame 77cbb7ec40 Merge pull request #3631 from ericlu88/lodash
Expose _.filter() in chained object wrapper
2015-02-11 20:18:06 +09:00
Masahiro Wakame 838fa537c7 Merge pull request #3630 from NN---/patch-13
Type formData property.
2015-02-11 20:15:13 +09:00
Masahiro Wakame c5aa16f059 Merge pull request #3629 from panuhorsmalahti/mongodb-stats
Add MongoDB stats type
2015-02-11 20:13:50 +09:00
Masahiro Wakame bb573343fd Merge pull request #3628 from jukkahyv/master
Added IRepeatScope for ngRepeat
2015-02-11 20:09:39 +09:00
Masahiro Wakame 24d450ffa1 Merge pull request #3627 from jedmao/tcomb
Add tcomb definitions
2015-02-11 20:07:06 +09:00
Masahiro Wakame 63dfa1c5fb Merge pull request #3626 from ericlu88/restify
Expose isSecure function through request interface
2015-02-11 20:05:40 +09:00
Masahiro Wakame cd3acaf0d5 Merge pull request #3625 from joelwetzel/master
Update to URI.d.ts
2015-02-11 20:04:24 +09:00
Masahiro Wakame 0b6741eb3b Merge pull request #3622 from cyrilschumacher/master
Add definition for "Java" and update "IBAN definition".
2015-02-11 20:02:48 +09:00
Wim a5b7b2c128 bool is not a type :( 2015-02-11 16:22:54 +13:00
Wim 48256bad09 Add overrides for request header matching 2015-02-11 16:17:56 +13:00
Wim 85a4f89e84 Add test for matching request header with regex 2015-02-11 16:16:38 +13:00
Eric Lu 137a5b8e4a Expose _.filter() in chained object wrapper 2015-02-10 10:51:53 -08:00
NN 70e3022f3c Type formData property.
According to the documentation: "dictionary is present and for each key contains the list of all values for that key" .
https://developer.chrome.com/extensions/webRequest
2015-02-10 16:32:30 +02:00
Panu Horsmalahti 1b8c6b6cf4 Add MongoDB stats type 2015-02-10 15:55:31 +02:00
Jukka Hyvärinen 8c30472a68 indentation 2015-02-10 14:06:32 +02:00
Jukka Hyvärinen 01d3cc0458 Added IRepeatScope 2015-02-10 12:52:51 +02:00
Jed Mao 46916a7e8e Add tcomb definitions 2015-02-09 22:09:37 -06:00
Horiuchi_H 35fffaa44b Merge pull request #3614 from Deathspike/master
Update big-integer with bitwise operations
2015-02-10 11:27:11 +09:00
Masahiro Wakame 1ac6d46fdd Merge pull request #3624 from borisyankov/bump-node.js-version
bump node.js version
2015-02-10 08:55:43 +09:00
vvakame 293a11e1da fix line feed char 2015-02-10 08:45:33 +09:00
Eric Lu 188590dce9 Expose isSecure function through request interface 2015-02-09 12:29:46 -08:00
Roel van Uden 6de136877a Fix the NOT method declaration as per feedback 2015-02-09 18:43:41 +01:00
Joel Wetzel d2f90e7f2c Update URI.d.ts
uri.search(true) does return an object, but Typescript believes there is a difference between an Object and any.  Thus, if your querystring includes ?myParam=myValue, you should be able to access the value using uri.search(true).myParam.  However, the compiler threw the error "The property 'myParam' does not exist on on value of type 'Object'".  Changing the return type to any fixes this.
2015-02-09 09:07:49 -08:00
vvakame e53e146af4 update CONTRIBUTORS.md 2015-02-10 00:08:29 +09:00
vvakame a40f8fc044 bump node.js version 2015-02-10 00:07:01 +09:00
Cyril Schumacher 74b68be6cc Update header. 2015-02-09 15:55:03 +01:00
Cyril Schumacher 2c67795a50 Rename files "java*.*" to "java-applet*.*". 2015-02-09 15:52:48 +01:00
Cyril Schumacher b63fcec22a Rename the directory "java" to "java-applet". 2015-02-09 15:49:23 +01:00
Masahiro Wakame 19d8510e10 Merge pull request #3621 from qinfchen/webcola_node
add node type to webcola
2015-02-09 23:40:17 +09:00
Masahiro Wakame 2af4507890 Merge pull request #3618 from DerKnerd/patch-1
Update page.d.ts
2015-02-09 23:39:04 +09:00
Masahiro Wakame a1a5399e3f Merge pull request #3599 from NN---/patch-12
Add common interfaces to webNavigation events.
2015-02-09 23:37:47 +09:00
Masahiro Wakame dc23cbfdc6 Merge pull request #3609 from biswarup91/patch-2
Fixed config type of $upload.http()
2015-02-09 23:30:51 +09:00
Masahiro Wakame f12dcf073e Merge pull request #3608 from fullflavedave/master
Fixed class definitions.
2015-02-09 22:59:12 +09:00
Cyril Schumacher 9cdfa999f5 Update header. 2015-02-09 13:35:18 +01:00