fix(webrequest): complete rewrite to v4: migrate API to fetch-compatible function and new WebrequestClient, update tests and docs, and bump dependencies
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-03-02 - 4.0.4 - fix(webrequest)
|
||||
complete rewrite to v4: migrate API to fetch-compatible function and new WebrequestClient, update tests and docs, and bump dependencies
|
||||
|
||||
- Breaking API change: v3 class-based API removed; use webrequest() function or new WebrequestClient
|
||||
- Tests updated to use TypedServer and handler functions that return Response objects (new typedserver API)
|
||||
- Dependencies bumped ( @api.global/typedserver, @git.zone/tsbuild, @git.zone/tsbundle, @git.zone/tstest, @types/node, @push.rocks/smartenv, @push.rocks/smartjson )
|
||||
- README updated with migration guide, cross-runtime notes, and example changes
|
||||
- Build script simplified (removed --web flag)
|
||||
|
||||
## 2026-02-15 - 4.0.3 - fix(webrequest)
|
||||
no changes in this commit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user