8000 Tags · francismariano/kable · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: francismariano/kable

Tags

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Simplify/optimize characteristic and descriptor lookups (JuulLabs#56)

When a service, characteristic or descriptor cannot be found,
`NoSuchElementException ` is now thrown with a `message` stating the
UUID that could not be found.

On Apple platform, services are now cached on service discovery (which
matches behavior of the other platform targets).

Closes JuulLabs#14
Closes JuulLabs#38

0.1.0

Toggle 0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use macOS runner for CI and publication (JuulLabs#35)

0