Releases: unjs/fetchdts
Releases · unjs/fetchdts
v0.1.6
🐞 Bug Fixes
- Use RequestHeaderMap for TypedRequest - by @schiller-manuel in #74 (1dc94)
View changes on GitHub
v0.1.5
v0.1.4
v0.1.3
No significant changes
View changes on GitHub
v0.1.2
v0.1.1
🐞 Bug Fixes
- Allow inheriting extensions to global Headers type - by @danielroe (8686f)
- Rename
TypedFetchResponse
toTypedFetchResponseBody
- by @danielroe (9bef1) - Improve TypedHeaders inference and add test - by @danielroe (80123)
View changes on GitHub
v0.1.0
🚀 Features
- Export
RequestHeaders
,ResponseHeaders
andTypedRequest
- by @danielroe (dec3d)
🐞 Bug Fixes
- Remove
Type
suffix from serialised routes - by @danielroe (3bd8f) - Export
Route
- by @danielroe (a9003)
View changes on GitHub
v0.0.3
v0.0.2
🚀 Features
- Add
serializeRoutes
function - by @danielroe in #30 (c8a38) - Support typed response headers - by @danielroe in #31 (4350d)
🐞 Bug Fixes
- fetch: Extend
TypedResponse
fromResponse
- by @danielroe (ebc2f)