signalk-client-angular
Advanced tools
Changelog
v2.0.0
Added proxied
attribute. When set to true ignores the endpoint protocol, host & port returned in the hello message and uses the values passed to the connection. Useful when Signal K server accessed via a proxy.
Added api.observeResponse
attribute which when set to true
results in the entire HTTP response being available for api.post()
, api.put()
and api.delete()
rather than just the response.body
. (Default is false
).
Breaking Changes:
Changed uuid()
function to return a string containing the UUID value and not a UUID object.
Added signalkUuid()
function to return a Signal K v1 UUID string.
Removed patch for working around the issue when using PUT to update resources. Note: This library now requires a version of Signal K server that implements the Resources API
.
Removed support for legacy Signal K server path /webapps
.
Changelog
v1.8.0
Updated to support Angular Ivy.
Added API raiseAlarm()
and clearAlarm()
methods.
Updated STREAM raiseAlarm()
and clearAlarm()
methods to use PUT.