All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.4.0 (2019-10-08)
- Configuration Command (ab5bf19)
- Device Info carries slot count and not unique id (0a8a09e)
- export shuttle command (ed33dc5)
- configuration command (e7c47d4)
- goto command (bc05045)
- jog command (cbcd0cf)
- play command (14bb340)
- remote command (7d8b254)
- shuttle command (b412641)
0.3.0 (2019-09-02)
- quit command before closing connection (ece4982)
0.2.0 (2019-08-06)
- SlotInfo: add optional slot id (a73084b)
- disk formatting commands (6fd124c)
- slot select command (c70c509)
0.1.5 (2019-04-25)
- ping timeouts should trigger reconnect (1e4a810)
0.1.4 (2019-03-04)
0.1.3 (2019-01-25)
- reconnect logic on close event rather than end (2688ac1)
0.1.2 (2018-10-18)
- Reconnection not working properly (6a40896)
0.1.1 (2018-10-18)
- no change, just to trigger deploy (4755900)
- some typos. Adds some tests for hyperdeck class (01b4634)
- Tidying and fixes for integrating with tsr (58b7d94)
- transport info changes properties are nowoptional (83815ab)
- 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)