Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Latest commit

 

History

History
77 lines (39 loc) · 3.3 KB

CHANGELOG.md

File metadata and controls

77 lines (39 loc) · 3.3 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.5 (2019-04-25)

Bug Fixes

  • ping timeouts should trigger reconnect (1e4a810)

0.1.4 (2019-03-04)

Bug Fixes

  • audit fix for vulnerabilities (a739543)
  • remove cpx dependencey. Not used, causes errors (8b3c5e5)

0.1.3 (2019-01-25)

Bug Fixes

  • reconnect logic on close event rather than end (2688ac1)

0.1.2 (2018-10-18)

Bug Fixes

  • Reconnection not working properly (6a40896)

0.1.1 (2018-10-18)

Bug Fixes

  • no change, just to trigger deploy (4755900)

0.1.0 (2018-10-16)

Bug Fixes

  • some typos. Adds some tests for hyperdeck class (01b4634)
  • Tidying and fixes for integrating with tsr (58b7d94)
  • transport info changes properties are nowoptional (83815ab)

Features

  • Add some more simple commands and refactor deserialization (ec6e4b1)
  • connection retry logic. test for ping timeout (b1f395d)
  • Initial working connection (e5e264c)
  • Parse transport info and async transport changes (2bfbd1e)
  • refactor the async handlers to be chosen more dynamically (0605108)
  • Remove promise from command, and create it when command is queued instead (6577549)
  • send pings to detect timeouts (7d4dd3f)
  • slot info command (af7c0ce)
  • Tidy up remaining todos (7cea4ad)