v2.0.0
2.0.0 (2021-11-05)
Bug Fixes
BREAKING CHANGES
- ActivityType and StreamKeys are now template literal types, meaning that
whenever used before the user had to use the enum like [StreamKeys.LatLng]
now it should be replaced with simply ['latlng'] with the benefits of autocompleting.