Skip to content

Releases: bert-mccutchen/wizrb

v1.2.0

02 Aug 21:46
c58192d
Compare
Choose a tag to compare
  • 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 to ruby/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

11 Feb 23:45
Compare
Choose a tag to compare
v1.1.2 Pre-release
Pre-release
  • Fixed a security flaw with connections.
  • Fixed bundling releases.

v1.1.1

05 Feb 15:21
Compare
Choose a tag to compare
v1.1.1 Pre-release
Pre-release

Fixed an issue with discovering devices.

v1.1.0

05 Feb 15:21
ae3980e
Compare
Choose a tag to compare
v1.1.0 Pre-release
Pre-release

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

15 Oct 03:47
Compare
Choose a tag to compare
v1.0.1 Pre-release
Pre-release

Re-release of yanked v1.0.0.

v1.0.0

30 Sep 13:41
Compare
Choose a tag to compare
v1.0.0 Pre-release
Pre-release

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

28 Sep 05:04
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial Release