Skip to content

Releases: node-strava/node-strava-v3

v2.2.1

15 Aug 19:52
Compare
Choose a tag to compare

Bug Fixes

  • fix: remove prototype suffix from authenticated athlete endpoint by @tcoyze in #141
  • Remove deprecated .listLeaderboard() endpoint + Update on README by @latorreoscar in #151
  • Add missing return values from DetailedActivityResponse by @peltho in #150
  • Using json-bigint instead of native JSON to fix long integer id's. by @jbisson in #154
  • startSegment promise fix by @jbisson in #158

Internal Changes

New Contributors

Full Changelog: v2.2.0...v2.2.1

v2.2.0

18 May 21:08
Compare
Choose a tag to compare

Reflecting Strava API changes

Internals

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

03 Dec 16:16
Compare
Choose a tag to compare

New Features

  • Add getFile() to export GPX and TCX (Thanks to @edilson)

Internals

  • Check if the required args to getRequestAccessURL are being provided. (Thanks to @edilson)
  • lint generate-access-token.js

TypeScript

  • Add clear types to some functions
  • Finish typing the Push Subscription

v2.0.10

30 Aug 19:32
Compare
Choose a tag to compare
  • Bumped deps

    • Bump glob-parent from 5.1.0 to 5.1.2 (#113)
    • Bump path-parse from 1.0.6 to 1.0.7
    • Bump lodash from 4.17.19 to 4.17.21
    • Bump hosted-git-info from 2.8.4 to 2.8.9
  • Explain explore argument format (#114)

  • Fixed typing for fractionReached.

  • Document StatusCodeError in more detail.

v2.0.9

19 Oct 15:36
7880953
Compare
Choose a tag to compare
  • Revert/Fix TypeScript typing
  • Document example TypeScript imports in the README

v2.0.8

14 Oct 17:56
02900e2
Compare
Choose a tag to compare
  • fix TypeScript typing export

v2.0.7

07 Oct 17:28
a1bfcb3
Compare
Choose a tag to compare
  • add types path to package.json (#96)

v2.0.6.1

15 Sep 15:28
5c52ed7
Compare
Choose a tag to compare
Add Club activities & RefreshTokenResponse typing (#95)

v2.0.6

15 Sep 15:26
5c52ed7
Compare
Choose a tag to compare
Add Club activities & RefreshTokenResponse typing (#95)

v2.0.5

02 Mar 20:41
625abe0
Compare
Choose a tag to compare
  • Improve README docs for web hooks.