Skip to content

npm release v0.7.0

Compare
Choose a tag to compare
@hlapp hlapp released this 30 Dec 01:14
· 21 commits to master since this release
release-v0.7.0

This release includes a few major and not necessarily backwards compatible API additions and changes, including in particular the following.

  • New features and API changes

    • 046f788 Deprecates tag.isHTU() from the API
    • b7fdeba Adds probeType and probeDisconnected properties for certain sensors
    • 34d3016 Adds recognition and handling for Outdoor series tags and sensors
    • 32d81ca Removes support for the current sensor
    • ea03ce4 Kumostat API changes and fixes in light of testing
    • 3b44516 Adds thermostat API support for KumoStat tags
    • 516cd85 Adds tag.createSensor() method and test
    • 2552bf7 Adds sensor.reset() for motion and event sensors
    • 6469280 Refactors sensor and monitoring config code and API
  • Bug fixes

    • abcdc9d Fixes non-atomic refresh of tag manager cache
    • 465c6a1 Fixes the translation table for out-of-range grace periods
  • Documentation improvements and additions

    • 6e9caa1 Updates README and tutorial code to v0.7.0 API
    • be6c984 Completes documentation for sensor and sensor config objects
    • 86e3706 Fixes and completes documentation tag and tag manager objects.
    • 6810796 Adds documentation for Kumostat mixin
    • 81494dd Tutorial and example script for actuating a sensor
  • Dependency-related updates and fixes (soap, sinon, babel-preset-env, chai,
    chai-as-promised, and eslint)

  • CI testing now includes nodejs 8, in addition to 6 and 4.