Update changelog, dependencies
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## v1.7.0 - 2021-10-13
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
* Added handling/documentation for the scheduleChanged event (#44).
|
||||||
|
* Added support for getting and setting the system date/time.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
* Documentation updates for `SLGetScheduleData`, more linkage for easy navigation, `addClient`/`removeClient` methods, clarified `coolSetPoint` for spas.
|
||||||
|
|
||||||
## v1.6.1 - 2020-11-23
|
## v1.6.1 - 2020-11-23
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
946
package-lock.json
generated
946
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -12,13 +12,13 @@
|
|||||||
"swimmingpool"
|
"swimmingpool"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"debug": "^4.3.1",
|
"debug": "^4.3.2",
|
||||||
"smart-buffer": "~4.1.0"
|
"smart-buffer": "^4.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^7.14.0",
|
"eslint": "^8.0.0",
|
||||||
"eslint-config-strongloop": "^2.1.0",
|
"eslint-config-strongloop": "^2.1.0",
|
||||||
"mocha": "^8.2.1"
|
"mocha": "^9.1.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha test/*.spec.js",
|
"test": "mocha test/*.spec.js",
|
||||||
|
Reference in New Issue
Block a user