Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 765 Bytes

CHANGELOG.md

File metadata and controls

35 lines (21 loc) · 765 Bytes

Change Log

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

Unreleased

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