Commit Graph

17 Commits

Author SHA1 Message Date
ikokostya
cfbc3cd2a0 [got] Update to 8.3.0 (#25098)
* [got] Update to 8.3.0

Fixes #23454

* Return support for legacy url object

* Simplify agent option type

Because https.Agent is compatible with http.Agent

* Rename RequestOptions interface to InternalRequestOptions and move outside got namespace

* Add myself to "Definitions by" section
2018-04-18 09:58:55 -07:00
Dominique
3808fe6627 feat(got): add got timoutoptions
workaround for timeout

fix test
2018-03-14 16:08:47 +01:00
Andy Hanson
45c9246c09 Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
Daniel Rosenwasser
b2270df67b
Merge pull request #23409 from brodmann/master
fix: use Url interface instead of URL class
2018-02-10 10:37:13 -08:00
Andy
bef4d2b27d
Enable "esModuleInterop" in all tsconfigs (#23354) 2018-02-05 11:01:56 -08:00
Mohammad Hasani
9fadb92bdc
fix: use Url interface instead of URL class 2018-02-04 21:11:58 +03:30
Andy
30957ad3d8
Remove // tslint:disable comments (#22198) 2017-12-14 13:24:24 -08:00
Andy
954ee278de
Update TypeScript Versions to be at least as high as dependencies' versions (#21288)
* Update `TypeScript Version`s to be at least as high as dependencies' versions

* Run through again
2017-11-08 09:12:14 -08:00
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
Linus Unnebäck
3e382a02e6
[got] Export error classes as properties on got function 2017-09-04 12:03:38 +01:00
Andy
516ed213ca Fix all lint errors (#19253) 2017-08-22 14:27:36 -07:00
Daniel Rosenwasser
3acf1b0fbb Merge pull request #19197 from LinusU/got-json-body-type
[got] Fix return type of json request
2017-08-22 09:54:55 -07:00
Linus Unnebäck
610b89c852
[got] Use a type assertion in the test 2017-08-21 19:36:40 +02:00
Linus Unnebäck
8ce973cf20
[got] Fix return type of json request 2017-08-21 18:14:40 +02:00
Linus Unnebäck
3269becf5d
[got] Add extra attributes to redirect options 2017-08-21 00:33:07 +02:00
Dimitri Benin
4b5aedb84c [metadata] fix incorrect metadata & tslint ignores (#18653) 2017-08-08 12:20:15 -07:00
Dimitri Benin
02c08f6a5d [got] introduce typings (#18309)
* [got] introduce typings

* [got] shorten typings as suggested by review

* [got] account for changed node typings

* [got] refactor so that delete call is provided

* [got] cut down even more on duplication, remove stale comments

* [got] further deduplicate
2017-07-24 16:01:58 -07:00