Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.2 KB

CHANGELOG.md

File metadata and controls

50 lines (34 loc) · 1.2 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

The API is not yet locked-- it is under 1.0.0.

Added

  • Nothing yet.

Changed

  • Nothing yet.

Fixed

  • Nothing yet.

Removed

  • Nothing yet.

0.2.0 - 2015-11-18

Added

  • BlyncLightManager#findAllBlyncLights() has been added.

Changed

  • BlyncLight#setColor can now take an Array. The array is presumed to contain three decimal RGB values, for example, to set red you pass: setColor([255, 0, 0])
  • BlyncLightManager#_blyncLightDevices now returns devices in sorted order. This was changed because I noticed that devices were returned in random order from HID.devices() when I had two BlyncLights plugged in.

Fixed

  • Nothing yet.

Removed

  • BlyncLightManager#findfirstBlyncLight has been removed. You can get the equivalent value with findAllBlyncLights[0].

0.1.0 - 2015-11-15

Initial release.