Releases: cloudnode-pro/web-ts
Releases · cloudnode-pro/web-ts
v0.4.0
Breaking
- #108: API v2 of @cldn/ip has to be used for trusted proxies network
What's Changed
- Bump typedoc from 0.28.1 to 0.28.2 by @dependabot[bot] in #46
- Bump typescript from 5.8.2 to 5.8.3 by @dependabot[bot] in #47
- Bump @types/node from 22.13.14 to 22.14.0 by @dependabot[bot] in #48
- Parse request URL path components by @zefir-git in #49
- Copy package.json to dist before publishing by @zefir-git in #51
- Replace AuthenticatedRequest by @zefir-git in #54
- EmptyResponse set
content-lengt: 0unless header already set by @zefir-git in #58 - Set default content type for TextResponse by @zefir-git in #52
- feat: add StreamedResponse for streaming response bodies by @zefir-git in #56
- Bump typedoc from 0.28.2 to 0.28.3 by @dependabot[bot] in #64
- Improve default error messages by @zefir-git in #55
- Clarify and fix use of
@internalRequest response headers by @zefir-git in #59 - Get "real" client IP, host, and protocol from trusted proxy by @zefir-git in #53
- Bump @types/node from 22.14.0 to 22.15.2 by @dependabot[bot] in #65
- Bump multipart-ts from 1.3.3 to 1.3.4 by @dependabot[bot] in #69
- Bump typedoc from 0.28.3 to 0.28.4 by @dependabot[bot] in #67
- Bump @types/node from 22.15.2 to 22.15.3 by @dependabot[bot] in #68
- Added copyright notice by @zefir-git in #66
- Bump @types/node from 22.15.12 to 22.15.17 by @dependabot[bot] in #71
- Bump typedoc-plugin-mdn-links from 5.0.1 to 5.0.2 by @dependabot[bot] in #70
- Bump @types/node from 22.15.17 to 22.15.21 by @dependabot[bot] in #73
- Bump typedoc from 0.28.4 to 0.28.5 by @dependabot[bot] in #75
- Bump @types/node from 22.15.21 to 22.15.29 by @dependabot[bot] in #74
- Bump @types/node from 22.15.29 to 22.15.30 by @dependabot[bot] in #76
- Bump @types/node from 22.15.30 to 22.15.34 by @dependabot[bot] in #80
- Bump typedoc-plugin-mdn-links from 5.0.2 to 5.0.3 by @dependabot[bot] in #81
- Bump @types/node from 22.15.30 to 22.16.0 by @dependabot[bot] in #82
- Bump typedoc from 0.28.5 to 0.28.7 by @dependabot[bot] in #79
- Bump @types/node from 22.16.0 to 22.16.5 by @dependabot[bot] in #86
- Bump multipart-ts from 1.3.4 to 1.3.5 by @dependabot[bot] in #85
- Bump typedoc from 0.28.7 to 0.28.9 by @dependabot[bot] in #91
- Bump typedoc-plugin-mdn-links from 5.0.3 to 5.0.7 by @dependabot[bot] in #93
- Bump @types/node from 22.16.5 to 22.17.0 by @dependabot[bot] in #92
- Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #96
- Bump typedoc from 0.28.9 to 0.28.11 by @dependabot[bot] in #103
- Bump typedoc from 0.28.11 to 0.28.12 by @dependabot[bot] in #106
- Bump typedoc-plugin-mdn-links from 5.0.7 to 5.0.9 by @dependabot[bot] in #104
- Bump @types/node from 22.17.0 to 22.18.1 by @dependabot[bot] in #105
- Bump @types/node from 22.18.1 to 22.18.3 by @dependabot[bot] in #110
- Bump typedoc from 0.28.12 to 0.28.13 by @dependabot[bot] in #109
- Bump actions/setup-node from 4 to 5 by @dependabot[bot] in #107
- Bump @cldn/ip from 1.0.4 to 2.0.1 by @dependabot[bot] in #108
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Close server gracefully by @zefir-git in #24
- Made error registry on Server public by @Nissoco23 in #32
- Update indices only if
.tswere modified in the commit by @zefir-git in #29 - Bump typedoc from 0.27.9 to 0.28.0 by @dependabot in #25
- Set JSON content type on JsonResponse by @zefir-git in #17
- Enable using function for server error registry responses by @zefir-git in #23
- Fix CI by @zefir-git in #37
- Bump typedoc from 0.28.0 to 0.28.1 by @dependabot in #34
- Bump @types/node from 22.13.10 to 22.13.12 by @dependabot in #35
- Ensure consistent sort order using
LC_ALL=Cby @zefir-git in #38 - Parsing of request cookies and Cookie class for Set-Cookie by @zefir-git in #33
- Match HEAD requests if the expected method is GET by @zefir-git in #36
- Automatic support for preconditions in HEAD & GET requests by @zefir-git in #39
- Add server events by @zefir-git in #40
- Add ThrowableResponse by @zefir-git in #42
- Improve server close and listen by @zefir-git in #41
- Bump multipart-ts from 1.3.2 to 1.3.3 by @dependabot in #43
- Bump @cldn/ip from 1.0.3 to 1.0.4 by @dependabot in #44
- Bump @types/node from 22.13.12 to 22.13.14 by @dependabot in #45
- Request authentication and authorisation by @zefir-git in #30
New Contributors
- @Nissoco23 made their first contribution in #32
Full Changelog: v0.2.1...v0.3.0
v0.3.0-rc.3
What's Changed
- Close server gracefully by @zefir-git in #24
- Made error registry on Server public by @Nissoco23 in #32
- Update indices only if
.tswere modified in the commit by @zefir-git in #29 - Bump typedoc from 0.27.9 to 0.28.0 by @dependabot in #25
- Set JSON content type on JsonResponse by @zefir-git in #17
- Enable using function for server error registry responses by @zefir-git in #23
- Fix CI by @zefir-git in #37
- Bump typedoc from 0.28.0 to 0.28.1 by @dependabot in #34
- Bump @types/node from 22.13.10 to 22.13.12 by @dependabot in #35
- Ensure consistent sort order using
LC_ALL=Cby @zefir-git in #38 - Parsing of request cookies and Cookie class for Set-Cookie by @zefir-git in #33
- Match HEAD requests if the expected method is GET by @zefir-git in #36
- Automatic support for preconditions in HEAD & GET requests by @zefir-git in #39
- Add server events by @zefir-git in #40
New Contributors
- @Nissoco23 made their first contribution in #32
Full Changelog: v0.3.0-rc.2...v0.3.0-rc.3
v0.3.0-rc.2
Full Changelog: v0.3.0-rc.1...v0.3.0-rc.2
v0.3.0-rc.1
Full Changelog: v0.2.2-rc.1...v0.3.0-rc.1
v0.2.2-rc.1
Full Changelog: v0.2.1...v0.2.2-rc.1
v0.2.1
What's Changed
- Auto commit indices changes with GitHub actions by @zefir-git in #16
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Fix Node.js
mainentry point by @zefir-git in #14 - Added request method and path route by @zefir-git in #13
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Alphabetically sort entries in index files for consistency by @zefir-git in #11
- Make header case and order consistent by @zefir-git in #10
Full Changelog: v0.1.0-rc.1...v0.1.0
v0.1.0-rc.1
What's Changed
- Add CI by @zefir-git in #2
- Reformat code by @zefir-git in #3
- Bump multipart-ts from 1.3.0 to 1.3.2 by @dependabot in #6
- Bump @types/node from 22.10.2 to 22.13.10 by @dependabot in #5
- Bump typescript from 5.7.2 to 5.8.2 by @dependabot in #4
- Expose request remote IP by @zefir-git in #7
New Contributors
- @zefir-git made their first contribution in #2
- @dependabot made their first contribution in #6
Full Changelog: https://github.com/cloudnode-pro/web-ts/commits/v0.1.0-rc.1