Skip to content

Releases: JohanWinther/websocket_server

Compat with Deno 1.9

Choose a tag to compare

@sisou sisou released this 18 Apr 12:08
83b07c4
  • Update std lib to v0.92.0

Bump demo.land/x version

Choose a tag to compare

@JohanWinther JohanWinther released this 08 Apr 04:47
8df08ff

Fixes issue #13

First release

Choose a tag to compare

@JohanWinther JohanWinther released this 07 Apr 09:09
8df08ff
Update to latest std lib, return socket from handleUpgrade method (#12)

* Update std lib to v0.89.0 for modern compatibility

* Return socket from handleUpgrade method

For compatibility with server frameworks such as abc.

Update to latest std lib, return socket from handleUpgrade method (#12)

Choose a tag to compare

@JohanWinther JohanWinther released this 08 Apr 04:44
8df08ff
* Update std lib to v0.89.0 for modern compatibility

* Return socket from handleUpgrade method

For compatibility with server frameworks such as abc.

0.3.0

0.3.0 Pre-release
Pre-release

Choose a tag to compare

@JohanWinther JohanWinther released this 29 May 17:54

Changes

0.2.1

0.2.1 Pre-release
Pre-release

Choose a tag to compare

@JohanWinther JohanWinther released this 28 May 15:52

Changes

  • Set correct boolean type on queue's stopSignal property (4aa47cd)

0.2.0

0.2.0 Pre-release
Pre-release

Choose a tag to compare

@JohanWinther JohanWinther released this 27 May 21:10

Changes

  • WebSocketServers exposes handleUpgrade to use with existing HTTP servers (859dee3)
  • Examples for using with external HTTP servers are in README (5b9bdbb)
  • Added logo

0.1.2

0.1.2 Pre-release
Pre-release

Choose a tag to compare

@JohanWinther JohanWinther released this 26 May 20:49

Changes

  • Fixes a bug when closing sockets that were already closed (8d98f6a)
  • Fixes a bug where it was possible to add items to stopped queues (19deea1)
  • Adds some unit tests (7b5198f)
  • Adds .editorconfig (238df9d)

0.1.1

0.1.1 Pre-release
Pre-release

Choose a tag to compare

@JohanWinther JohanWinther released this 25 May 18:40

Changes

  • fix: MuxAsyncInfiniteIterator replaced with a simple queue (744fff8)
  • indentation style changed to tabs (062221b)

First pre-release

First pre-release Pre-release
Pre-release

Choose a tag to compare

@JohanWinther JohanWinther released this 24 May 15:02

Possible to use the exported serve function to spin up a WebSocket server which can handle multiple clients.
Some other functionality might be possible, but don't count on it yet.