Releases: benburwell/active911
v1.1.1
Due to a release error, v1.1.0
was not published to npm correctly.
This release adds no new functionality, but simply re-releases v1.1.1
correctly.
This release tag is signed with PGP key 0x67A36ECD
and can be verified with $ git tag --verify v1.1.1
.
v1.1.0
This release updates the client to allow use of the alert_minutes
and alert_days
parameters to the getAlerts()
API call.
Example usage:
client.getAlerts({ alert_minutes: 10 }).then(function(alerts) {
console.log(alerts);
}).catch(function (err) {
console.error(err);
});
The object parameter to getAlerts()
is optional; not providing an argument will not filter alerts (same as existing behavior).
This release tag is signed with PGP key 0x67A36ECD
and can be verified with $ git tag --verify v1.1.0
.
v1.0.0
This release updates the client to include a Refresh Client based on the new Active911 OAuth API. It is also Promise-based, and requires Node v0.12 or greater. For further details, please refer to the README.
This release tag is signed with PGP key 0x67A36ECD
and can be verified with $ git tag --verify v1.0.0
.