Skip to content

Releases: shorwood/unserved

v0.0.16

06 Oct 21:50
v0.0.16
fc16184
Compare
Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

  • client: Add missing options parameter to connect method  -  by @shorwood (c8e06)
    View changes on GitHub

v0.0.15

25 Sep 01:06
v0.0.15
ca10abd
Compare
Choose a tag to compare

   🚀 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

    View changes on GitHub

v0.0.14

24 Sep 23:54
v0.0.14
c3fb3f1
Compare
Choose a tag to compare

   🚀 Features

  • client: Enhance type utilities and update test suites  -  by @shorwood (4b274)

   🐞 Bug Fixes

  • server: Ensure generic type consistency in createEventStream  -  by @shorwood (95bf8)
    View changes on GitHub

v0.0.13

24 Sep 18:44
v0.0.13
a931996
Compare
Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

  • server: Handle JSON parse errors in WebSocket message handler  -  by @shorwood (6d789)
    View changes on GitHub

v0.0.12

11 Sep 18:33
v0.0.12
743c2cf
Compare
Choose a tag to compare

   🐞 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)
    View changes on GitHub

v0.0.11

11 Sep 18:32
0a3d048
Compare
Choose a tag to compare

   🐞 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)
    View changes on GitHub

v0.0.10

09 Sep 22:33
v0.0.10
53043a2
Compare
Choose a tag to compare

   🐞 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)
    View changes on GitHub

v0.0.9

08 Sep 21:58
v0.0.9
dff3930
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • server: Downgrade crossws dependency to maintain compatibility  -  by @shorwood (84e36)
    View changes on GitHub

v0.0.8

08 Sep 15:53
v0.0.8
aaebbe2
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • server: Ensure module instances use updated application options  -  by @shorwood (d574c)
    View changes on GitHub

v0.0.7

08 Sep 02:52
v0.0.7
bfc4e80
Compare
Choose a tag to compare

   🚀 Features

  • module-user: Update default session cookie name  -  by @shorwood (6db66)
  • server: Allow custom prefix for environment variable parsing  -  by @shorwood (f09b4)

   🐞 Bug Fixes

  • client: Handle JSON parse errors in WebSocket event handling  -  by @shorwood (7b9a3)
  • nuxt: Exclude module imports from Vite optimization  -  by @shorwood (24416)
    View changes on GitHub