Releases: hlapp/wirelesstags-js
npm release v0.7.2
This is essence a re-release of v0.7.1 (which is now marked deprecated) with an additional critical change added. See #50, #49 and #48 for the primary change:
- d98a255 Moves sensor object caching to tag.initializeSensor()
- fc5e5e7 Fixes issue with concurrent tag.initializeSensor() invocations
Test improvement (non-critical):
- 64398a8 Breaks down some tests to test deeper
npm release v0.7.1
npm 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
-
Documentation improvements and additions
-
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.
npm release v0.6.4
npm release v0.6.3
This is a maintenance release. It fixes the peer-dependencies problem with chai-as-promised
and sinon-chai.
Includes the following changes compared to v0.6.2:
- 2080cbb Upgrades versions chai, sinon, and soap deps
npm release v0.6.2
npm release v0.6.1
npm release v0.6.0
Changes since the 0.5.x release series include the following:
- Allows changing temperature unit between degC and degF
- Updates connection/signin API
- Tag discovery in one go from platform object
- Polling updater can now run in discovery mode
- Miscellaneous
- e7e8ce8 Removes the cyclic dependencies between the main library modules.
nom release v0.5.6
This is a bugfix release:
- 20af98d Fixes uniqueTagManagers() when the set of tags for a UUID is empty
npm release v0.5.5
Changes since v0.5.4:
- 45069b4 Removes explicit version mention from README
- 3d11592 Updates erudite dep to 0.7.1.
- 8c4793b Regenerates example scripts from tutorials
- 7e2e2fa Reverts to jsdoc default of not including private access members
- 7c5471f Various documentation improvements, additions, and fixes.
- 2ba8664 Fixes createTag() private function to be robustly correct.
- a20add6 Restricts compatibility to nodejs >= 4.0