Releases: JacksonTian/httpx
Releases · JacksonTian/httpx
v2.3.3
What's Changed
- Bump @types/node from 20.11.19 to 20.11.30 by @dependabot in #124
- Bump eslint from 8.56.0 to 8.57.0 by @dependabot in #120
- fix the connect timeout does not work by @peze in #153
Full Changelog: v2.3.2...v2.3.3
v3.0.1
Breaking Change
- Use ECMAScript modules now.
What's Changed
- Bump @types/node from 20.11.19 to 20.11.30 by @dependabot in #124
- Bump eslint from 8.56.0 to 8.57.0 by @dependabot in #120
- module: upgrade to esmodule by @JacksonTian in #100
- doc: improve doc with pure esmodule by @JacksonTian in #125
- test: upgrade checkout/setup-node by @JacksonTian in #126
Full Changelog: v2.3.2...v3.0.1
v2.3.2
What's Changed
- Bump @types/node from 20.9.4 to 20.10.0 by @dependabot in #99
- Bump eslint from 8.54.0 to 8.56.0 by @dependabot in #104
- Bump @types/node from 20.10.0 to 20.10.5 by @dependabot in #105
- Bump @types/node from 20.10.5 to 20.10.7 by @dependabot in #107
- doc: add httx.readAsSSE() into README by @JacksonTian in #108
- fix the type of sse event by @peze in #113
- Bump ip from 2.0.0 to 2.0.1 by @dependabot in #117
- Bump mocha from 10.2.0 to 10.3.0 by @dependabot in #114
- Bump @types/node from 20.10.7 to 20.11.19 by @dependabot in #116
- lib: fix sse implemention by @JacksonTian in #118
Full Changelog: v2.3.1...v2.3.2
v2.3.1
What's Changed
- Bump @types/node from 20.4.2 to 20.6.5 by @dependabot in #84
- Bump eslint from 8.49.0 to 8.50.0 by @dependabot in #83
- Bump eslint from 8.50.0 to 8.51.0 by @dependabot in #87
- Bump @types/node from 20.6.5 to 20.8.3 by @dependabot in #86
- Bump @types/node from 20.8.3 to 20.8.7 by @dependabot in #91
- Bump @babel/traverse from 7.15.0 to 7.23.2 by @dependabot in #89
- Bump eslint from 8.51.0 to 8.52.0 by @dependabot in #90
- lib: unref the read timer in httpx.request() by @JacksonTian in #98
- Bump eslint from 8.52.0 to 8.54.0 by @dependabot in #96
- Bump @types/node from 20.8.7 to 20.9.2 by @dependabot in #97
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
- improve debug info by @JacksonTian in #5
- refine the httpx by @JacksonTian in #6
- distinguish between read timeout and connect timeout by @hyj1991 in #7
- Add typescript support by @JacksonTian in #8
- Debug by @JacksonTian in #10
- Bump eslint from 3.19.0 to 6.6.0 by @dependabot in #11
- Improve debug http response by @JacksonTian in #14
- fix: Cannot read property 'Symbol(TIMER::READ_TIMER)' of null by @nodejh in #15
- add private key and certification config by @peze in #17
- add ca config by @peze in #18
- fix the timer for browser by @JacksonTian in #19
- improve test cases & upgrade dependencies by @JacksonTian in #21
- Bump minimist from 1.2.5 to 1.2.7 by @dependabot in #26
- Bump ansi-regex from 3.0.0 to 3.0.1 by @dependabot in #28
- Bump nanoid from 3.1.23 to 3.3.1 by @dependabot in #27
- Bump eslint from 6.8.0 to 8.26.0 by @dependabot in #25
- Bump mocha from 9.2.2 to 10.1.0 by @dependabot in #22
- Bump @types/node from 14.18.33 to 18.11.8 by @dependabot in #23
- Bump eslint from 8.26.0 to 8.28.0 by @dependabot in #31
- Bump @types/node from 18.11.8 to 18.11.9 by @dependabot in #30
- Bump eslint from 8.28.0 to 8.33.0 by @dependabot in #42
- Bump json5 from 2.2.0 to 2.2.3 by @dependabot in #40
- Bump @types/node from 18.11.9 to 18.11.18 by @dependabot in #39
- Bump mocha from 10.1.0 to 10.2.0 by @dependabot in #34
- Bump eslint from 8.33.0 to 8.35.0 by @dependabot in #48
- Bump @types/node from 18.11.18 to 18.14.2 by @dependabot in #47
- Bump eslint from 8.35.0 to 8.38.0 by @dependabot in #56
- Bump @types/node from 18.14.2 to 18.15.11 by @dependabot in #54
- Update README.md by @JacksonTian in #57
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #77
- Bump @types/node from 18.15.11 to 20.4.2 by @dependabot in #76
- Bump eslint from 8.38.0 to 8.49.0 by @dependabot in #78
- Improve by @JacksonTian in #79
- test: improve test cases for proxy by @JacksonTian in #81
- lib: add readAsSSE() method by @JacksonTian in #82
New Contributors
- @hyj1991 made their first contribution in #7
- @dependabot made their first contribution in #11
- @nodejh made their first contribution in #15
- @peze made their first contribution in #17
Full Changelog: v2.1.0...v2.3.0