Skip to content

Releases: node-strava/node-strava-v3

v4.0.0

26 Feb 16:11
a399263

Choose a tag to compare

What's Changed

BREAKING

  • Library no longer accepts callback functions. All functions should return promises now.
    • statusCallback removed in favor of maxStatusChecks

Full Changelog: v3.3.0...v4.0.0

v3.3.0

06 Feb 17:09

Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v3.3.0

v3.2.0

22 Jan 16:08

Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.2.0

v3.1.0

10 Dec 04:25

Choose a tag to compare

What's Changed

  • Remove request-promise/Bluebird references from README by @Kyle-Ski in #171
  • Adds clarifications in the README about the transition from Bluebird promises to native promises and Axios. @wesleyschlenker
  • Updates minor versions of dependencies
  • Update allowed form props for Uploads method by @johan1252 in #174
  • Fix callback issues on Athlete and Uploads API by @johan1252 in #176
  • chore: drop sinon as devDep: all mocks are now through nock. by @markstos in #173
  • build(deps): bump js-yaml from 4.1.0 to 4.1.1 by @dependabot[bot] in #179

New Contributors

Full Changelog: v3.0.0...v3.1.0

v3.0.0

15 Sep 17:24

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.1...v2.3.0

v2.2.1

15 Aug 19:52

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

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

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

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

Choose a tag to compare

  • Revert/Fix TypeScript typing
  • Document example TypeScript imports in the README