Releases: bert-mccutchen/wizrb
Releases · bert-mccutchen/wizrb
v1.2.0
- Upgraded gem dependencies to the latest versions.
- Bumped minimum Ruby version to 3.1
- This is the minimum compatible version with the upgraded dependencies.
- Migrated from the now deprecated
actions/setup-ruby
toruby/setup-ruby
. - Added the latest patch version for every supported minor version of Ruby to the test matrix.
- Switched from RuboCop to Standard.
- Auto fixed all Standard complaints.
v1.1.2
- Fixed a security flaw with connections.
- Fixed bundling releases.
v1.1.1
Fixed an issue with discovering devices.
v1.1.0
Allows for more device types to be added and supported.
- Created a new Shared module that houses most of the core logic.
- Device Connections
- Device Network Discovery
- Device Groups
- Device State
- Base Events
- The core functionality that the Lighting module uses is inherited from the Shared module.
- Added a Power module to support plugs.
v1.0.1
Re-release of yanked v1.0.0.
v1.0.0
Major change to classes and functions:
- Bulbs are now Lights since not all lights in the Philips WiZ lineup are bulbs.
- The lighting discovery class can now be called on without instantiating it.
- Lighting groups now implement Enumerable to make things a little simpler.
v0.1.0
Initial Release