Skip to content

Latest commit

 

History

History
91 lines (53 loc) · 4.43 KB

CHANGELOG.md

File metadata and controls

91 lines (53 loc) · 4.43 KB

Changelog

All notable changes to this project will be documented in this file. See Convential Commits for commit guidelines.

0.2.0 (Tue Jul 09 2024)

Breaking changes

Features

  • ! update library to node 12 d5f04df

0.0.4 (2023-03-08)

Features

  • add github actions flow (809f8a1)
  • GoTo command [publish] (faad3bf)
  • set port and maxConnections (c0c0d83)

Bug Fixes

0.0.3 (2020-06-01)

0.0.2 (2019-09-22)

Bug Fixes

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)