Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 447 Bytes

CHANGELOG.md

File metadata and controls

14 lines (13 loc) · 447 Bytes

Wsapix 0.5.0

  1. Transport moved to separate package rttl
  2. PeerDependencies updated to next magor version
  • "github:uNetworking/uWebSockets.js#v20.6.0",
  • "ws": "^8.4.2"
  1. Transport socket type parameter added to Wsapix, WsapixChannel, WsapixClient
const wsx = new Wsapix<WebSocket, IClientState>({ server })
  1. MockClient injection added to wsapix
const ws = wsx.inject(url, params)