Releases: toddrob99/MLB-StatsAPI
Releases · toddrob99/MLB-StatsAPI
v0.1.5
FIX:
- Update required params for team_roster endpoint #29
- Leading & trailing slashes not honored in endpoint config #28
ENHANCE:
- Testing #22
- Add requirements.txt files
- Clean up code formatting
v0.1.4
Standardize code formatting using black, and add flake8 linter config.
v0.1.3
FIXED:
- #18 Definition for seasons endpoint is missing season parameter
- #20 Update endpoint requirements for stats_streaks
ENHANCED:
- #19 Use logging module instead of print for debug info
- Added more fields to boxscore and standings data functions
v0.1.2
FIX: Missing new data fields in header row records of boxscore_data() #16
v0.1.1
Include more data in boxscore_data(). For pitchers, include p:pitchesThrown and s:strikes. For batters, include: obp, slg, name, position, note, substitution (true/false), battingOrder, and personId.
v0.1.0
- Added some functions to return data instead of only formatted text
- Fixed league_leaders() and example code that stopped working due to MLB removing support for the statsSingleSeason statType (now using career leaders instead of single season leaders) #12
v0.0.9
FIX: season param should not be required for standings endpoint
FIX: protect against missing decisions data in schedule()
v0.0.8
- FIX: Error in schedule() when probable pitcher is missing #6
- FIX: Error in schedule() when linescore is missing (postponed games) #7
v0.0.7
v0.0.7
- Added MLB copyright notice to README
- Added ability to call schedule() for specific game_id(s) (comma separated string)
- Added current inning to summary for schedule() when game is in progress, and status will now always be included
- Added ability to get standings for a given division, and to exclude wildcard standings