Skip to content

Releases: mkreiser/ESPN-Fantasy-Football-API

v2.0.0

12 Nov 19:16
Compare
Choose a tag to compare

What's Changed

v1.9.1

04 Nov 21:40
Compare
Choose a tag to compare

What's Changed

  • Bumps axios dependency

v1.9.0

04 Nov 15:14
Compare
Choose a tag to compare

What's Changed

v1.8.1

29 Oct 18:01
Compare
Choose a tag to compare

What's Changed

  • Internal refactor to scoring stats constants. Since this refactor does change the documentation AND the doc uploader action is running on every push to main, I'm bumping the version the keep the docs in-sync with the codebase.

v1.8.0

29 Oct 17:40
Compare
Choose a tag to compare

What's Changed

  • Add league scoring settings/rules to League class

v1.7.0

29 Oct 16:27
Compare
Choose a tag to compare

What's Changed

  • Add more player stats attributes (shout-out to @cwendt94's work)
  • Add more player positions/slots

v1.6.1

29 Oct 16:26
Compare
Choose a tag to compare

What's Changed

  • Ensure all classes exposed by Client endpoints are exported in the index file
  • Throw errors with more helpful messages when using a Client endpoint with an invalid seasonId
    ** Previously, a 404 from espn.com was returned

v1.6.0

22 Oct 22:38
Compare
Choose a tag to compare

What's Changed

  • Add projected points to Boxscore for the current matchup period
    • NOTE: Projected points are only populated for the current matchup period! ESPN does not provide projections for previous period :(

v1.5.0

22 Oct 22:40
Compare
Choose a tag to compare

What's Changed

  • Add getHistoricalTeamsAtWeek route to Client for pre-2018 seasons
    • getHistoricalTeamsAtWeek will not work for any season 2018 or after. Will add error messaging in future version.
    • getTeamsAtWeek does not work for pre-2018 seasons. Will add error messaging in future version.

v1.4.0

22 Oct 22:43
Compare
Choose a tag to compare

What's Changed

  • Add getDraftInfo route to Client
    • Lists every draft pick in order
    • Also provides draft metadata on keeper picks and auction draft information