Releases: radarlabs/radar-sdk-js
Releases · radarlabs/radar-sdk-js
v4.5.1
v4.5.0
v4.4.11-beta.0
- Adds incognito mode detection.
v4.5.0-beta.1
- Improves accessibility.
v4.4.10
- Adds
Radar.clearVerifiedLocationToken()
to clear the last location token (e.g., on logout). - When calling
Radar.startTrackingVerified()
, if the last location token is valid, avoids fetching a fresh location token immediately and simply schedules the next location check.
v4.4.10-beta.0
- Fetches a fresh location token on IP change when calling
Radar.getVerifiedLocationToken({ ipChanges: true })
.
v4.4.9
v4.4.9-beta.0
- Fetches a fresh location token on IP change when calling
Radar.getVerifiedLocationToken({ ipChanges: true })
.
v4.4.8
- Catches errors in
Radar.startTrackingVerified()
to prevent tracking from stopping. - Changes location timeout from 30 seconds to 10 seconds.