Releases: mattdodge/yahoofantasy
Releases Β· mattdodge/yahoofantasy
v1.4.6
What's Changed
- π Add support for 2024 NHL by @jamesvoong in #73
- π Add support for 2024 NBA
New Contributors
- @jamesvoong made their first contribution in #73
Full Changelog: v1.4.5...v1.4.6
v1.4.5
v1.4.4
v1.4.3
v1.4.2
v1.4.1
What's Changed
- Add 2023 mlb game code to games.py by @domisterwoozy in #52
π Bug Fixes
- Better error handling in CLI dumps
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- add support for NHL leagues by @SwapnilShahGit in #50
New Contributors
- @SwapnilShahGit made their first contribution in #50
Full Changelog: v1.3.1...v1.4.0
v1.3.1
v1.3.0
π₯ Features
- New CLI command
yahoofantasy shell
- open a Python interpreter with access to your yahoofantasy context object - New CLI command
yahoofantasy clear-cache
- empty the cache of leagues, teams, players, etc but maintain auth data league.past_league_id
helper property to get a league's previous season (thanks @joeyagreco and @brian-dev8 for the help!)
v1.2.3
π₯ Features
- Added support for 2022 NFL π and NBA π leagues
- New helper function to easily get new game codes - they will still need to be manually added to the list but it should be easier to find them now
π Bug fixes
- Variable persistence TTL in
context.get_leagues()
calls - passpersist_ttl=0
to ignore persisted values, for example
Full Changelog: v1.2.2...v1.2.3