Releases: joeyagreco/leeger
Releases · joeyagreco/leeger
v2.7.0 -- Minor Updates
- Fixed bug in MyFantasyLeague League Loader where matchups could be missing
- Bumped espn_api version
v2.6.1 -- Fixed ESPN League Loader
- Updated logic in ESPN League Loader to work with new ESPN owner flow
v2.6.0 -- Updated Packages and Sleepr Bug Fix
- Fixed bug where older Sleeper leagues would sometimes fail to load
- Updated package versions
v2.5.5 -- Yahoo League Loader Fix
- Fixed bug where Yahoo leagues would sometimes count consolation playoff games as championship games
v2.5.4 -- League Loader Bug Fixes
- Fixed bug where Sleeper leagues without divisions would fail to load
- Fixed bug where Yahoo leagues could not load league IDs for previous years
v2.5.3 -- Fixed Fatal Bug
- Fixed fatal bug where League Loaders could not run
- Added warning log for unused Owner names for all League Loaders
v2.5.0 -- Division Support (BROKEN VERSION)
- Fixed a bug in the MyFantasyLeague League Loader where playoff Matchups could be ignored
- Fixed a bug in the Sleeper League Loader where leagues with 1-week playoff rounds could be loaded incorrectly
- Integration Divisions into league models
- Added Divisions to all League Loader flows
- Added Division column to Excel sheets
- Added an .equals() method to each league model object, allowing for more customized model comparisons
- Added the ability to pass a custom league name for each League Loader
- Added better validation for league models
v2.4.0 -- League Loader Improvements
- Now load Yahoo Leagues using the most recent league ID
- Significantly reduced the number of network calls made when loading Leagues with the Sleeper League Loader
- Fixed bug in the Fleaflicker League Loader where owners could not be loaded sometimes
- Fixed bug in the Sleeper League Loader where 2-week championship rounds would not load
- Fixed bug in the Sleeper League Loader where 2-week playoff rounds would not load
- Fixed bug in Yahoo League Loader where playoff week types could be determined incorrectly
- Added leagueName parameter to all League Loaders, which allows users to pass in a custom league name
- Added better tests for the ESPN League Loader
- Added better tests for the Fleaflicker League Loader
- Added better tests for the MyFantasyLeague League Loader
- Added better tests for the Sleeper League Loader
- Added better tests for the Yahoo League Loader
- Added better validation to all League Loaders
- Added human-readable info logging with differences when comparing league models with "=="
- Updated League Loader examples
v2.3.0 -- Validation Flag for League Loaders
- Can now turn off League validation when loading a League with a league loader
- Added better tests for the ESPN League Loader
- Formatting standardization using Black
- README updates
v2.2.0 -- Fleaflicker Multi-Year Support
- Fixed bug that caused Fleaflicker leagues to not load correctly
- Now support multiple years for Fleaflicker Leagues
Special thanks to @colllin for their help with this feature!