Skip to content

Releases: jcoreio/iron-pi-ipc-codec

v4.0.0

Choose a tag to compare

@jrmclaurin jrmclaurin released this 29 Aug 16:51

4.0.0 (2019-08-29)

Bug Fixes

  • make HardwareInfo type reflect the fact that protobuf omits empty arrays from the result set (5c11005)
  • re-generate yarn.lock to get rid of malicious dependencies (3367c13)

BREAKING CHANGES

  • HardwareInfo.devices changes from Array to ?Array

v3.1.0

Choose a tag to compare

@jrmclaurin jrmclaurin released this 17 Nov 05:48

3.1.0 (2018-11-17)

Features

  • make onTime, offTime, and idleTime optional in LEDCommand Flow type (8e5ac38)

v3.0.0

Choose a tag to compare

@jrmclaurin jrmclaurin released this 16 Nov 20:37

3.0.0 (2018-11-16)

Features

  • add ioOffset to DetectedDevice and DeviceInputState (e8f146c)

BREAKING CHANGES

  • change protobuf field IDs of fields after ioOffset

v2.2.0

Choose a tag to compare

@jrmclaurin jrmclaurin released this 16 Nov 05:07

2.2.0 (2018-11-16)

Features

  • export UNIX_SOCKET_PATH (99bd53d)

v2.1.0

Choose a tag to compare

@jrmclaurin jrmclaurin released this 15 Nov 06:09

2.1.0 (2018-11-15)

Features

  • bring back idle time field in LED messages (2167ad8)

v2.0.0

Choose a tag to compare

@jrmclaurin jrmclaurin released this 15 Nov 05:18

2.0.0 (2018-11-15)

Bug Fixes

BREAKING CHANGES

  • remove idle field form protobuf definitions

v1.0.1

Choose a tag to compare

@jrmclaurin jrmclaurin released this 15 Nov 03:34

1.0.1 (2018-11-15)

Bug Fixes

  • rename DeviceOutputStates to DeviceInputState to be consistent with the rest of the API (47780df)

v1.0.0

Choose a tag to compare

@jrmclaurin jrmclaurin released this 14 Nov 23:23

1.0.0 (2018-11-14)

Bug Fixes

  • fix .gitignore and commit src/index.js (187532e)
  • fix copying of protocol.json during build (ad61282)

Features

  • implement messages from driver (3f0a4dc)
  • implement setLEDs message, organize message defs better (49e2123)
  • initial commit of skeleton (29a17e3)
  • integrate protobuf (95b30ff)