Skip to content

Releases: envis10n/deno-ws

Fix for failed module check

04 Aug 01:59
Compare
Choose a tag to compare

This fixes an issue with outdated code, and explicitly imports from std@0.63.0 for stability.

Initial deno.land/x release

04 Aug 01:47
Compare
Choose a tag to compare

This is the initial push release for https://deno.land/x/deno_ws

0.1.2

15 Apr 14:42
Compare
Choose a tag to compare

Fix the readme pointing to the wrong module file.

A bit of a patch

31 Mar 18:39
Compare
Choose a tag to compare
A bit of a patch Pre-release
Pre-release

Adjusted to rely on a tagged version of deno-events.

Initial Release

31 Mar 06:34
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release
Update examples.

Some adjustments to the module.
Allow WS to be used as an actual client.
Remove listening event from Server.
Update readme.