All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.0.1 (2020-08-17)
- client: add missing initial client message required to receive data (apparently) (80488bf)
4.0.0 (2020-08-17)
setArea
is no longer available- Only node >=v10 supported
- Removed
Client.setIncludeDetectors
as it has become a noop, detectors are always received - example:
setArea
now takes aGeoArea
object instead of 2 arguments
- client: update interfaces and documentation with useful info (5965a24)
- example: add global location range (0ff0afa)
- Remove removed setArea and related interfaces as no longer supported by server (d3400e3)
3.0.0 (2020-07-31)
- Only node >=v10 supported
- Removed
Client.setIncludeDetectors
as it has become a noop, detectors are always received
- client: Add
region
toStrike
. (dece566) - client: Update default url generation to use random wss server. (dece566)
2.0.0 (2018-04-21)
- example: assert non null on socket get (d57ed1a)
- client: update interfaces and documentation with useful info (5965a24)
- example: add global location range (0ff0afa)
- example:
setArea
now takes aGeoArea
object instead of 2 arguments
1.0.3 (2017-07-31)
- exports: export all things from client (fbd2e77)
1.0.2 (2017-07-30)
- client: make it clear the socket can be undefined, add custom error for unconnected state (ba89ac1)
1.0.1 (2017-07-30)
- initial implementation (f7d4e76)