Skip to content

Releases: radarlabs/radar-sdk-js

v3.6.0

23 Feb 20:14
Compare
Choose a tag to compare

What's Changed

  • (feature): Update trips behavior to new endpoints and new /track tripOptions by @bschoeneweis in #79
  • (deprecated): remove IP geocoding param by @tjulien in #88

v3.5.1

03 Feb 21:11
2da1237
Compare
Choose a tag to compare

What's Changed

  • (feature): add geometryPoints param to Radar.getDistance by @brettguenther in #87
  • (feature): add cacheLocationMinutes option in Radar.initialize by @boonboonsiri in #86

New Contributors

v3.5.0

21 Dec 19:22
Compare
Choose a tag to compare

(feature): Support for custom events API
(fix): Use localStorage instead of sessionStorage

v3.3.0

12 Sep 16:29
1135727
Compare
Choose a tag to compare

What's Changed

(internal): Storage changed to sessionStorage from cookies
(feature): Added a Radar.clearTripOptions interface
(feature): Added approachingThreshold to trip options

v3.2.1

25 May 13:56
3325eea
Compare
Choose a tag to compare

(feature): Support for country filters in geocode params
(fix): Add missing geometry param to route endpoints

3.1.1

11 Mar 22:25
8a84f22
Compare
Choose a tag to compare

(fix) Missing fields in Matrix API deserialization

3.1.0

11 Mar 22:16
81ecff7
Compare
Choose a tag to compare
  • (feature) Adds support for Radar Matrix API
  • (internal) Adds support for overriding API version

3.0.0-beta.8

22 May 14:52
bf14245
Compare
Choose a tag to compare
make near param optional in autocomplete (#24)

* add disableNavigator option to autocomplete

* add test

* rm extra space

* change calledWith assertion

* change to useNavigator

* clarify comment

* remove useNavigator in autocomplete

* bump version

v3.0.0-beta

06 Apr 20:16
8d3e713
Compare
Choose a tag to compare
v3.0.0-beta Pre-release
Pre-release
Merge pull request #8 from radarlabs/jsani/ch989/add-geocoding-apis-t…

v1.1.0

06 May 14:25
d4a56a4
Compare
Choose a tag to compare
  • Exposes Radar.STATUS status codes.