Skip to content

Commit

Permalink
Merge pull request #34 from peter-murray/dev-1.0.0
Browse files Browse the repository at this point in the history
Version 1.0.0
  • Loading branch information
peter-murray committed Jan 26, 2015
2 parents 282b1b4 + aaa7d77 commit 8046eb8
Show file tree
Hide file tree
Showing 41 changed files with 3,560 additions and 945 deletions.
12 changes: 12 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 1.0.0
- Massive refactoring of `LightState` which is a breaking change from version `0.2.7`
- LightState convenience functions to support simpler creation of new states
- Modified the way that RGB is converted to an XY value for light state objects
- Removed deprecated `HueApi.connect()` function
- Added more convenience functions to `HueApi` to provide multiple language options and make functions
consistent (e.g. `lightState()` and `getLightState()`)
- Added scene API support
- Updated HTTP request library to 2.51.0
- Added timezone retrieval from the bridge
- Greatly increased test case coverage

## 0.2.7
- Added functions `nupnpSearch` and `upnpSearch` for bridge discovery and deprecated old search function references
- Updated the Groups API and documentation to support latest Hue Bridge software version
Expand Down
Loading

0 comments on commit 8046eb8

Please sign in to comment.