Skip to content

npm release v0.6.0

Compare
Choose a tag to compare
@hlapp hlapp released this 20 Feb 01:56
· 74 commits to master since this release
release-v0.6.0

Changes since the 0.5.x release series include the following:

  • Allows changing temperature unit between degC and degF
    • 5a1f292 Allows changing the temperature unit to degF
    • e52cd6d Makes thresholds for temperature to take unit into account
  • Updates connection/signin API
    • 9f117d3 Renames connect to signin, and adds signoff method
    • 89ab2c3 Adds stopping auto-updates on platform disconnect
    • a35c6ff Adds platform.connecting property.
    • 527f0eb Moves tag and tag manager object creation into factory.
  • Tag discovery in one go from platform object
    • 0c0bbe6 Allows tag discovery in one go from platform object
    • 7a25180 Adds documentation for the new discovery methods
  • Polling updater can now run in discovery mode
    • c62af14 Implements discovery mode for polling updater.
    • 17ff66c Adds tutorial for using the polling updater in discovery mode.
    • 9c3afbc Fixes uniqueTagManagers() when the set of tags for a UUID is empty
  • Miscellaneous
    • e7e8ce8 Removes the cyclic dependencies between the main library modules.