Skip to content

Latest commit

 

History

History
65 lines (37 loc) · 1.18 KB

File metadata and controls

65 lines (37 loc) · 1.18 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

Unreleased

0.3.3 - 2025-11-16

Fixed:

  1. server: Unregister socket immediately it closes.

0.3.2 - 2025-11-08

Fixed:

  1. chore: Strict null checks.
  2. chore: Update dependencies.

0.3.1 - 2025-10-23

Fixed:

  1. Fixed missing build files in npm package.

0.3.0 - 2025-10-23

Added:

  1. lib/server: Notify client of successful authentication.

Fixed:

  1. lib/socket: Emit close event.
  2. chore: Update dependencies.

0.2.0 - 2024-03-05

Changed:

  1. lib: Use native async/await.

Fixed:

  1. chore: Update dependencies.

0.1.0 - 2017-12-21

Added:

  1. lib/socket,client: Forward errors from underlying WebSocket
  2. lib/client: Add getter Client#isOpen
  3. lib/client: Pass "context" arguments in close event
  4. lib/server: Add constructor option ignoreConnReset (set to true!)

Changed:

  1. lib: Use proper WebSocket close codes
  2. lib/server: Improve graceful shutdown
  3. script/connect: Improve exit process of script

0.0.0 - 2017-12-19

Out in the Wild