github.com/amimof/huego@v1.2.1/CHANGELOG.md (about) 1 # Changelog 2 3 ## 1.0.2 4 * Improved test coverage 5 * Use of `httpmock` in tests 6 7 ## 1.0.1 8 * Added `go.mod` for Go 1.11 module compatibility 9 10 ## 1,0.0 11 Exiting beta and entering stable release 12 13 ## 1.0.0-beta.2 14 Much better error handling. Whenever the bridge API returns an error, huego will return that to the user accordingly through an error struct rather than just throwing a json.UnmarshalTypeError. 15 16 ## 1.0.0-beta.1 17 * `Sensor.State` and `Sensor.Config` is now `interface{}` since these varry depending on the type 18 * As of this release `Gitflow` is obsolete. 19 20 ## 1.0.0-alpha.5 21 * Added `SetState` receivers to `Group` and `Light`. 22 * Renamed `SetLight` to `SetLightState` for a more consistent naming convention. 23 * Implemented `Capabilities` 24 25 ## 1.0.0-alpha.4 26 * Huego now has a logo 27 * Changes to fulfill `golint`, `govet` and `gofmt` 28 29 ## 1.0.0-alpha.3 30 * Added `Group` receivers: `Alert()`, `Bri()`, `Ct()`, `Effect()`, `Hue()`, `IsOn()`, `Off()`, `On()`, `Rename()`, `Sat()`, `Scene()`, `TransitionTime()` and `Xy()` 31 * Added `Light` receivers: `Alert()`, `Effect()` and `TransitionTime()` 32 * Renamed type `Action` to `State` that belongs to `Group` 33 34 ## 1.0.0 35 Initial release