Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Nov 20:52
· 273 commits to main since this release

2.0.0 (2022-11-13)

Bug Fixes

Features

  • change the API of findDevice to return null if no device is found, rather than throwing an error (c8f3295)

BREAKING CHANGES

  • This refactors the API of the findDevice function to return null rather than throwing an error if a Logitech Litra Glow device cannot be found attached to the computer. If you're using this function, you should update any call sites so they don't assume that a device has been returned - for example with an if (device) null check.