Releases: mkreiser/ESPN-Fantasy-Football-API
Releases · mkreiser/ESPN-Fantasy-Football-API
v2.0.0
What's Changed
- BREAKING: Refactors Player classes to be subclasses of Player
- Adds more stats objects to DraftPlayer and FreeAgentPlayer
- Filters stats to the current scoringPeriodId where applicable
- Add weeklyOutlooks to Players (only populated for active season and players whom ESPN writes an outlook for)
- Fixes Player.jerseyNumber to be
undefined
instead ofNaN
when not provided
v1.9.1
v1.9.0
What's Changed
- Greatly expands the list of scoring items included in stat and setting hashes.
- See the diff in this commit for all the additions
- See the hosted documentation for all items available
v1.8.1
v1.8.0
v1.7.0
v1.6.1
v1.6.0
v1.5.0
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.