Skip to content

Latest commit

 

History

History
69 lines (38 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

69 lines (38 loc) · 1.01 KB

2.4.0

  • feat: add coordinates field to activity

2.3.0

  • feat: update withStreams option to be a boolean or a function

2.2.0

  • fix: use activity id string as cache key

2.1.0

  • Added: Gatsby v4 compatibility

2.0.0

  • Added: Strava OAuth 2 support
  • Added: generate-token script
  • Updated: Simpler configuration
  • Updated: Better documentation
  • Updated: Better logs

1.4.0

  • Updated: Errors handling

1.3.4

  • Removed: Gatsby dependency

1.3.3

  • Updated: Error handling

1.3.2

  • Updated: Better debug logs

1.3.0

  • Updated: Handle 10 and 13 digit timestamps
  • Added: Debug option

1.2.2

  • Fixed: Cast timestamp to Int

1.2.1

  • Fixed: cache behavior

1.2.0

  • Added: cacheDir to activitiesOptions

1.1.0

  • Added: withZones option to add zones to every activity (need Strava Summit Analysis Pack)

1.0.1

  • Fixed: Move before and after to activitiesOptions
  • Updated: Handle Strava API limits

1.0.0

  • Added: Initial commit