Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Nov 13:42
· 22 commits to main since this release

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.