Skip to content

Files

Latest commit

 

History

History
24 lines (18 loc) · 801 Bytes

CHANGELOG.md

File metadata and controls

24 lines (18 loc) · 801 Bytes

Changelog

1.0.0-beta.2

1.0.0-beta.1

  • Sensor.State and Sensor.Config is now interface{} since these varry depending on the type
  • As of this release Gitflow is obsolete.

1.0.0-alpha.5

  • Added SetState receivers to Group and Light.
  • Renamed SetLight to SetLightState for a more consistent naming convention.
  • Implemented Capabilities

1.0.0-alpha.4

  • Huego now has a logo
  • Changes to fulfill golint, govet and gofmt

1.0.0-alpha.3

  • Added Group receivers: Alert(), Bri(), Ct(), Effect(), Hue(), IsOn(), Off(), On(), Rename(), Sat(), Scene(), TransitionTime() and Xy()
  • Added Light receivers: Alert(), Effect() and TransitionTime()
  • Renamed type Action to State that belongs to Group

1.0.0

Initial release