Update changelog, dependencies

This commit is contained in:
2021-10-13 14:12:05 -05:00
parent f406bccb5d
commit ba6dac4399
3 changed files with 404 additions and 561 deletions

View File

@ -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/),
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
### Added

948
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -12,13 +12,13 @@
"swimmingpool"
],
"dependencies": {
"debug": "^4.3.1",
"smart-buffer": "~4.1.0"
"debug": "^4.3.2",
"smart-buffer": "^4.2.0"
},
"devDependencies": {
"eslint": "^7.14.0",
"eslint": "^8.0.0",
"eslint-config-strongloop": "^2.1.0",
"mocha": "^8.2.1"
"mocha": "^9.1.2"
},
"scripts": {
"test": "mocha test/*.spec.js",