2
0
mirror of https://github.com/therootcompany/request.js synced 2025-02-20 13:08:04 +00:00

99 Commits

Author SHA1 Message Date
5948928cb8
f 2022-09-01 00:58:18 -06:00
2a17ce09eb
refactor: mv index.js request.js 2022-09-01 00:57:57 -06:00
b06ceb71d6
1.9.0-7 v1.9.0-7 2022-09-01 00:51:03 -06:00
8076c667bb
1.9.0-6 v1.9.0-6 2022-09-01 00:49:07 -06:00
f6a6ddbdcc
fix: add jsconfig.json (again) 2022-09-01 00:49:05 -06:00
9aff0c8ff8
1.9.0-5 v1.9.0-5 2022-09-01 00:45:29 -06:00
c5dfb20a7d
fix: add jsconfig.json 2022-09-01 00:45:26 -06:00
b08ed4b162
1.9.0-4 v1.9.0-4 2022-09-01 00:33:04 -06:00
968926cdc5
fix(types): add RequestOptions 2022-09-01 00:33:01 -06:00
88ae1a2086
1.9.0-3 v1.9.0-3 2022-09-01 00:30:19 -06:00
2ffc422406
fix(types): body and json can be any 2022-09-01 00:30:14 -06:00
be8b94c187
1.9.0-2 v1.9.0-2 2022-09-01 00:22:41 -06:00
a98d4b7341
fix(browser): allow single string url as only argument 2022-09-01 00:22:38 -06:00
420eb4f197
1.9.0-1 v1.9.0-1 2022-09-01 00:09:12 -06:00
750751966e
lint+feat: add types + minor ws-ish refactor 2022-09-01 00:06:19 -06:00
e397dcc9cb
1.9.0-0 v1.9.0-0 2022-08-31 23:11:03 -06:00
AJ ONeal
2e233391b9
feat: add fetch-based browser.js 2022-08-31 17:19:02 -06:00
961740ffa0
1.8.3 v1.8.3 2022-07-07 02:56:00 -06:00
3aac42d08b
fix: register otherwise silent http response error 2022-07-07 02:55:16 -06:00
bb30d5acf6
1.8.2 v1.8.2 2022-06-14 01:37:28 -06:00
5b539deb7b
fix: copy http options from opts (not opts.uri) 2022-06-14 01:24:50 -06:00
0a2e7afa76
1.8.1 v1.8.1 2022-01-12 12:45:07 -07:00
ba60df7eab
fix: don't JSON.stringify a string body, duh 2022-01-12 12:42:34 -07:00
bc4f6e59c0 1.8.0 v1.8.0 2021-10-18 01:42:07 -06:00
3842ee1d61 docs: add CHANGELOG.md 2021-10-18 01:41:08 -06:00
9518cb970b feature: add resp.stream.body() and resp.ok 2021-10-18 01:38:44 -06:00
2e9a643c0f feature: fail faster on bad createWriteStream 2021-10-18 00:55:04 -06:00
dcd41a33d0 chore: add linter config 2021-10-18 00:47:39 -06:00
5f5e0b6066 bugfix: return after error callback 2021-10-18 00:47:06 -06:00
ed2bab931f
Update README.md 2021-08-20 22:57:43 -06:00
a95d003ed5
docs: link to form-data v2.x (JavaScript) docs 2021-08-06 15:27:06 -06:00
5149bc9dcb
docs: clarify stream usage 2021-08-06 14:07:03 -06:00
95a12a8285 v1.7.0 add stream support v1.7.0 2021-01-14 16:35:07 -07:00
9395ec96e3 make Prettier (v2) 2021-01-14 16:07:48 -07:00
3574e35635 v1.6.1: userAgent and docs v1.6.1 2020-04-28 23:14:50 -06:00
508f1ce591 add comments 2020-04-28 23:00:26 -06:00
c2c4b5b2de v1.6.0: add default User-Agent, bugfixes v1.6.0 2020-04-28 22:58:11 -06:00
f6557b7610 handle possible readable body error 2020-04-28 22:56:12 -06:00
4b9a1f07ee add default User-Agent 2020-04-28 22:43:27 -06:00
e22baa8eae v1.5.0: add pipe support, fix bearer bug v1.5.0 2020-03-12 02:01:23 -06:00
812f4e6062 bugfix request compat opts.auth.bearer 2020-03-12 01:59:33 -06:00
5b5cd36aa5 allow pipe-able inputs 2020-03-12 01:57:10 -06:00
4f3fe38ee4 update docs for promises 2020-02-27 02:17:07 +00:00
ef3183e984 add 80/20 message 2020-02-20 17:34:27 +00:00
e384aead9b v1.4.2: regression fix: copy 'method' to final object 2019-11-01 01:19:47 -06:00
87bf5a5fc5 v1.4.2: regression fix: copy 'method' to final object v1.4.2 2019-11-01 01:18:25 -06:00
1692b9e7df v1.4.1: GET by default *after* POST body check v1.4.1 2019-10-29 21:53:39 -06:00
8f5133385b v1.4.0: add promise support and easy debugging v1.4.0 2019-10-29 14:57:28 -06:00
1507b38503 v1.3.12: bugfix json request 2019-10-29 14:42:26 -06:00
9ab91d9721 make Prettier 2019-10-29 14:31:30 -06:00