All notable changes to this project is documented in this file. This project adheres to Semantic Versioning.
This is a maintenance release to modernize the development environment. There are no changes in the code of the module so these updates should not affect the functionality of the module.
- Get rid of Grunt, use native npm scripts instead to run the linters.
- Update all dependencies to the latest versions.
- ADDED: Support to display the battery level as percentage in the second line. Special thanks to @hweigel for his contribution.
- BREAKING CHANGE: The
showTime
configuration property is renamed toshowMore
, because the second line now can contain the battery level too.
This is a maintenance release to fix CVE-2019-10744. This change does not affect the functionality of the module.
This is a maintenance release that updates all dependencies to the latest version. These changes do not affect the functionality of the module.
This is a maintenance release with the following minor changes. None of them affects the functionality of the module, just the tools that are used to build it.
- ADDED: Missing stylelint peer dependency added to package.json.
- REMOVED: The unused grunt-yamllint package is removed, because there is no yaml file in the project.
- UPDATED: All packages are updated to the latest version. Lodash is updated to 4.17.11 to eliminate the CVE-2018-16487 security vulnerability in 4.7.10.
- ADDED: Support for styling the DOM elements via CSS classes.
- ADDED: Displaying humidity data if provided by the sensor.
First public release.