Skip to content

Releases: rfoel/strava

v2.3.0

15 Mar 14:18
Compare
Choose a tag to compare

2.3.0 (2024-03-15)

Features

  • Allow initialization with access token or token exchange code (#194) (bc48f8d)

v2.2.2

11 Oct 17:29
Compare
Choose a tag to compare

2.2.2 (2023-10-11)

Bug Fixes

  • Export all Request object types from resources/*.ts. (#193) (ac6d92e)

v2.2.1

28 Apr 12:07
Compare
Choose a tag to compare

2.2.1 (2023-04-28)

Bug Fixes

v2.2.0

24 Apr 12:29
Compare
Choose a tag to compare

2.2.0 (2023-04-24)

Features

v2.1.0

30 Nov 12:40
Compare
Choose a tag to compare

2.1.0 (2022-11-30)

Features

v2.0.2

29 Nov 12:39
Compare
Choose a tag to compare

2.0.2 (2022-11-29)

Bug Fixes

  • update activity and sport types (94594e6)

v2.0.1

14 Nov 00:39
Compare
Choose a tag to compare

2.0.1 (2021-11-14)

Bug Fixes

  • add LatLng type for streams and start/end positions (f48b946)

v2.0.0

05 Nov 13:42
Compare
Choose a tag to compare

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.

v1.4.0

26 Oct 14:54
Compare
Choose a tag to compare

1.4.0 (2021-10-26)

Features

v1.3.3

15 Oct 12:23
Compare
Choose a tag to compare

1.3.3 (2021-10-15)

Bug Fixes