Releases: shorwood/unserved
Releases · shorwood/unserved
v0.0.15
🚀 Features
- client: Enhanced type inference and error handling in request utilities - by @shorwood (cbd81)
- server: Introduced standardized error creation functionality - by @shorwood (f6c8c)
🐞 Bug Fixes
v0.0.14
🚀 Features
🐞 Bug Fixes
- server: Ensure generic type consistency in
createEventStream
- by @shorwood (95bf8)
v0.0.13
🚀 Features
🐞 Bug Fixes
- server: Handle JSON parse errors in WebSocket message handler - by @shorwood (6d789)
v0.0.12
🐞 Bug Fixes
- client: Enhance parameter matching in
resolveRequestInit
- by @shorwood (02253)
- client: Mitigate side effects in
resolveRequestInit
- by @shorwood (51d21)
- client: Prevent dereferencing non-object instances in
resolveRequestInit
- by @shorwood (c51de)
v0.0.11
🐞 Bug Fixes
- client: Enhance parameter matching in
resolveRequestInit
- by @shorwood (02253)
- client: Mitigate side effects in
resolveRequestInit
- by @shorwood (51d21)
- client: Prevent dereferencing non-object instances in
resolveRequestInit
- by @shorwood (c51de)
v0.0.10
🐞 Bug Fixes
- server: Adjust type definitions for TypeScript 5.6 compatibility - by @shorwood (bbfb9)
- server: Use correct return value for empty content in
createHttpEventHandler
- by @shorwood (78500)
v0.0.9
🐞 Bug Fixes
- server: Downgrade
crossws
dependency to maintain compatibility - by @shorwood (84e36)
v0.0.8
🐞 Bug Fixes
- server: Ensure module instances use updated application options - by @shorwood (d574c)