All Versions
12
Latest Version
Avg Release Cycle
84 days
Latest Release
1787 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.1.0 Changes
May 04, 2020Huego version
1.1.0
- โก๏ธ Updated docs (#9)
Sensor
struct has a new field:UniqueID
(#10)- ๐ Fixes functions that returns an array (#12)
- โฑ Correct a typo that would prevent schedules to be created (#14)
- Field
GroupState
onGroup
struct is now a pointer (#17) - โก๏ธ Updated Makefile and Travis CI (#20)
Scene
struct has two new fields:Type
andGroup
(#22)- Huego is now context aware (#19)
- ๐ฆ Tests now use
huego
package instead ofhuego_test
(#21)
-
v1.0.2 Changes
November 28, 2018- ๐ Improved test coverage
- โ
Use of
httpmock
in tests
-
v1.0.1 Changes
November 22, 2018- โ Added
go.mod
for Go 1.11 module compatibility
- โ Added
-
v1.0.0 Changes
April 04, 2018๐ Exiting beta and entering
stable
release -
v1.0.0-beta.2 Changes
March 03, 2018๐ Much better error handling. Whenever the bridge API returns an error,
huego
will return that to the user accordingly through anerror
struct rather than just throwing ajson.UnmarshalTypeError
. -
v1.0.0-beta.1 Changes
February 05, 2018Sensor.State
andSensor.Config
is nowinterface{}
since these varry depending on the type- ๐ As of this release
Gitflow
is obsolete.
-
v1.0.0-alpha.5 Changes
February 03, 2018- โ Added
SetState
receivers toGroup
andLight
. - ๐ Renamed
SetLight
toSetLightState
for a more consistent naming convention. - Implemented
Capabilities
- โ Added
-
v1.0.0-alpha.4 Changes
January 21, 2018- Huego now has a logo
- ๐ Changes to fulfill
golint
,govet
andgofmt
-
v1.0.0-alpha.3 Changes
January 14, 2018- โ Added
Group
receivers:Alert()
,Bri()
,Ct()
,Effect()
,Hue()
,IsOn()
,Off()
,On()
,Rename()
,Sat()
,Scene()
,TransitionTime()
andXy()
- โ Added
Light
receivers:Alert()
,Effect()
andTransitionTime()
- ๐ Renamed type
Action
toState
that belongs toGroup
- โ Added
-
v1.0.0-alpha.2 Changes
January 13, 2018- โ Added the
Bridge
type and moved all receivers tobridge.go
- โ Added usefull
Light
receivers:Bri()
,Ct()
,Hue()
,IsOn()
,Off()
,On()
,Rename()
,Sat()
,Xy()
- โ Added
DiscoverAll()
andDiscover()
- โ Added more tests
- โ Added the