Commit Graph

67 Commits

Author SHA1 Message Date
Seth Westphal e218f8d5b7
Add missing changelog entries. (#1613) 2022-07-31 17:01:53 +02:00
Linus Unnebäck b5417aea6a
fix: import whatwg-url in a way compatible with ESM Node (#1303)
* fix: import whatwg-url in a way compatible with ESM Node

* release: 2.6.5
2021-09-22 11:16:53 +02:00
Jimmy Wärting 18193c5922
fix v2.6.3 that did not sending query params (#1301) 2021-09-21 16:42:50 +02:00
Linus Unnebäck ace7536c95
fix: properly encode url with unicode characters (#1291)
* fix: properly encode url with unicode characters
* release: 2.6.3
2021-09-20 16:09:10 +02:00
Jimmy Wärting 152214ca2f
Fix(package.json): Corrected main file path in package.json (#1274)
* fix main configuration in package.json
* pinned a breaking change in codecov & teeny-request
2021-09-06 14:58:28 +02:00
Antoni Kepinski 2358a6c256
Honor the `size` option after following a redirect and revert data uri support
Co-authored-by: Richie Bendall <richiebendall@gmail.com>
2020-09-05 14:55:39 +02:00
David Frank 95286f52bb
v2.6.0 (#638)
* Update readme and changelog for `options.agent`
- Fix content-length issue introduced in v2.5.0
* More test coverage for `extractContentType`
* Slightly improve test performance
* `Response.url` should not return null
* Document `Headers.raw()` usage better
* 2.6.0
2019-05-16 14:38:28 +08:00
David Frank 0c2294ec48
2.5.0 release (#630)
* redirected property
* changelog update
* readme update
* 2.5.0
2019-05-01 13:05:32 +08:00
David Frank b3ecba5e81
2.4.1 release (#619)
* changelog update
* package.json update
2019-04-27 14:50:25 +08:00
David Frank c9805a2868
2.4.0 release (#616)
* changelog update
* package.json update
2019-04-27 01:20:20 +08:00
David Frank 5367fe6a97
v2.3.0 (#548)
* doc update
* handle corrupted location header during redirect
2018-11-13 14:35:09 +08:00
David Frank d1ca2dfbb9
Workaround lack of global context in react-native (#545) 2018-11-13 12:43:27 +08:00
David Frank 1daae67e9e
Fix import style to workaround node < 10 and webpack issues. (#544)
* fix import rule for stream PassThrough

* avoid named export for compatibility below node 10

* compress flag should not overwrite accept encoding header

* doc update

* 2.2.1
2018-11-05 17:42:51 +08:00
Timothy Gu 09ef40e8a8 2.2.0 2018-07-22 14:31:00 -07:00
Timothy Gu bae5fdd306
Fix up CHANGELOG typo
[ci skip]
2018-03-25 14:09:14 -07:00
Timothy Gu 1d51752ea3
Update CHANGELOG
[ci skip]
2018-03-25 13:54:48 -07:00
Timothy Gu 6a9828e0b5
Update CHANGELOG 2018-03-04 20:43:54 -08:00
Timothy Gu ccaeae096f
v2.1.0 2018-03-04 20:41:56 -08:00
Timothy Gu 44c67b11a3
Add docs for v2.x 2018-02-03 12:33:32 -08:00
David Frank d1a3b1ee34 2.0.0-alpha.9
* changelog update
2017-09-24 13:46:17 +08:00
David Frank ec852307f2 prepare next release, and start to take note in changelog on what each alpha release fixes 2017-07-27 00:43:40 +08:00
David Frank 2b359c1ea1 V2 alpha.6 (#313)
2.0.0-alpha.6

* changelog update for new release
* version bump
2017-07-22 01:59:59 +08:00
David Frank fdc2344b63 changelog update 2017-06-03 18:08:33 +08:00
David Frank c02f09c60d Update CHANGELOG.md
mention 1.x changelog, so we don't have to update changelog file on both branch.
2017-05-24 13:13:50 +08:00
Timothy Gu a345c398b3 More documentation 2017-02-26 16:52:32 -08:00
Timothy Gu a10f5786bd Consolidate CHANGELOG 2017-02-26 13:50:38 -08:00
Timothy Gu 560d5d6a02 2.0.0-alpha.3 2017-01-29 10:35:31 -08:00
Timothy Gu db733374dd Fix CHANGELOG for v2.0.0-alpha.2
[ci skip]
2017-01-28 08:42:17 -08:00
Timothy Gu e9db869523 Remove FOLLOW_SPEC option; make it the default behavior (#225)
* Remove !FOLLOW_SPEC mode

* Update UPGRADE-GUIDE

* Add CHANGELOG entry
2017-01-23 07:54:28 -08:00
Timothy Gu 908f661664 2.0.0-alpha.1
Fixes #8.
Fixes #209.
Fixes #222.
2017-01-14 21:36:08 -08:00
Timothy Gu 4a153ff004 Update changelog
See #209.
2016-12-05 20:42:00 -08:00
David Frank 2b9eadd989 changelog update 2016-09-26 14:03:28 +08:00
David Frank d4a225018f changelog update 2016-09-26 13:35:30 +08:00
David Frank 813cb479a6 changelog update 2016-09-24 17:53:04 +08:00
Dan Dascalescu 95b58936b8 Return empty .json() object on 204. Fix #165. (#166)
Handle an edge case where 204 No Content response body is empty, but node-fetch trying to parse the empty body as-is.
2016-09-24 17:06:18 +08:00
David Frank bdd80e45fd changelog update 2016-09-11 22:37:42 +08:00
David Frank 515525a388 update limit document on cookie headers 2016-09-11 22:13:00 +08:00
David Frank 067ea8190a changelog update 2016-09-11 22:05:32 +08:00
David Frank 8cce714b48 changelog and documentation update 2016-08-03 18:02:26 +08:00
David Frank 21e1d81ff0 changelog update 2016-05-26 02:27:25 +08:00
David Frank b12b630798 changelog update 2016-05-06 20:02:07 +08:00
David Frank 2c35103eae fix changelog 2016-04-13 02:59:43 +08:00
David Frank 311a8d5951 fix manual redirect mode 2016-04-13 02:58:04 +08:00
David Frank 396004c658 changelog update 2016-04-06 02:49:23 +08:00
David Frank 364edcf04b doc update 2016-04-06 01:32:37 +08:00
David Frank 016ab41a72 changelog update 2016-03-23 15:32:31 +08:00
David Frank 14c20dd22a changelog update 2016-03-19 18:57:41 +08:00
David Frank a7bb74b040 update changelog 2015-09-28 22:48:11 +08:00
David Frank 565ec4b35a additional tests for the new form-data integration 2015-07-22 15:40:52 +08:00
David Frank ebaf735cc2 mark release 2015-07-11 19:39:16 +08:00