-
-
Notifications
You must be signed in to change notification settings - Fork 2k
latest <- beta #3635
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
latest <- beta #3635
Conversation
Pull Request Test Coverage Report for Build 9649379062Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9649421726Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9655066281Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9670752873Details
💛 - Coveralls |
eff5074
to
20642ad
Compare
Pull Request Test Coverage Report for Build 9672545468Details
💛 - Coveralls |
20642ad
to
4f3e46d
Compare
Pull Request Test Coverage Report for Build 9672594524Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9723748606Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9799663577Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9816523367Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9818519066Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9819500216Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9821915202Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9912805310Details
💛 - Coveralls |
af1d06f
to
90e47cc
Compare
Latest beta.16 with HAP 1.0 break my custom characteristics,
|
Please open an issue on the hap-nodejs or Homebridge repo with a Homebridge plugin to reference and the line of code effected, thanks! |
ddf7a1f
to
cd021c2
Compare
Breaking Changes
Changes For Developers
const Units = Characteristic.Units;
you will need to useconst Units = api.hap.Units;
const Formats = Characteristic.Formats;
you will need to useconst Formats = api.hap.Formats;
const Perms = Characteristic.Perms;
you will need to useconst Perms = api.hap.Perms;
Fixed
Changed
typedoc
generationlint-docs
hap-nodejs
betaHomebridge Dependencies
hap-nodejs
@v1.0.0