Skip to content

Latest commit

 

History

History
166 lines (77 loc) · 6.67 KB

CHANGELOG.md

File metadata and controls

166 lines (77 loc) · 6.67 KB

2.3.0 (2024-03-15)

Features

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

2.2.2 (2023-10-11)

Bug Fixes

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

2.2.1 (2023-04-28)

Bug Fixes

2.2.0 (2023-04-24)

Features

2.1.0 (2022-11-30)

Features

2.0.2 (2022-11-29)

Bug Fixes

  • update activity and sport types (94594e6)

2.0.1 (2021-11-14)

Bug Fixes

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

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.

1.4.0 (2021-10-26)

Features

1.3.3 (2021-10-15)

Bug Fixes

1.3.2 (2021-05-12)

Bug Fixes

  • Add missing fields to detailedActivity model (#66) (88b23fa)

1.3.1 (2021-04-09)

Bug Fixes

  • add missing fields from Strava API (#58) (8ba7ee0)

1.3.0 (2021-03-22)

Features

  • activities: add support for retrieving activity photos (#44) (82fd922)

1.2.1 (2021-02-01)

Bug Fixes

  • add fetch import back to request (#23) (83c67ed)

1.2.0 (2021-01-25)

Bug Fixes

Features

  • add webhooks support for strava client (4aff198)

1.1.4 (2020-12-18)

Bug Fixes

1.1.3 (2020-12-18)

Bug Fixes

  • add types to package.json (baff388)

1.1.2 (2020-12-18)

Bug Fixes

1.1.1 (2020-12-07)

Bug Fixes

1.1.0 (2020-12-02)

Features

1.0.0 (2020-12-01)

Features