Skip to content

Latest commit

 

History

History
105 lines (49 loc) · 3.66 KB

CHANGELOG.md

File metadata and controls

105 lines (49 loc) · 3.66 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.0.1 (2020-08-17)

Bug Fixes

  • client: add missing initial client message required to receive data (apparently) (80488bf)

4.0.0 (2020-08-17)

⚠ BREAKING CHANGES

  • 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 a GeoArea object instead of 2 arguments

Features

  • client: update interfaces and documentation with useful info (5965a24)
  • example: add global location range (0ff0afa)

Bug Fixes

  • example: assert non null on socket get (d57ed1a)

  • Update to latest API changes (dece566)

client

  • Remove removed setArea and related interfaces as no longer supported by server (d3400e3)

3.0.0 (2020-07-31)

⚠ BREAKING CHANGES

  • Only node >=v10 supported
  • Removed Client.setIncludeDetectors as it has become a noop, detectors are always received

Features

  • client: Add region to Strike. (dece566)
  • client: Update default url generation to use random wss server. (dece566)

2.0.0 (2018-04-21)

Bug Fixes

  • example: assert non null on socket get (d57ed1a)

Features

  • client: update interfaces and documentation with useful info (5965a24)
  • example: add global location range (0ff0afa)

BREAKING CHANGES

  • example: setArea now takes a GeoArea object instead of 2 arguments

1.0.3 (2017-07-31)

Bug Fixes

  • exports: export all things from client (fbd2e77)

1.0.2 (2017-07-30)

Bug Fixes

  • client: make it clear the socket can be undefined, add custom error for unconnected state (ba89ac1)

1.0.1 (2017-07-30)

1.0.0 (2017-07-30)

Features