Skip to content

Releases: mattdodge/yahoofantasy

v1.4.6

15 Oct 04:15
Compare
Choose a tag to compare

What's Changed

  • πŸ’ Add support for 2024 NHL by @jamesvoong in #73
  • πŸ€ Add support for 2024 NBA

New Contributors

Full Changelog: v1.4.5...v1.4.6

v1.4.5

04 Sep 15:48
Compare
Choose a tag to compare

What's Changed

  • 🏈 Added NFL 2024 game code

Full Changelog: v1.4.4...v1.4.5

v1.4.4

05 Mar 05:07
Compare
Choose a tag to compare

What's Changed

  • Fetch all players in league by @xaph in #65
  • Added MLB 2024 game code

Full Changelog: v1.4.3...v1.4.4

v1.4.3

19 Dec 19:20
Compare
Choose a tag to compare

What's Changed

  • add missing stat ids for nba by @xaph in #64

New Contributors

  • @xaph made their first contribution in #64

Full Changelog: v1.4.2...v1.4.3

v1.4.2

12 Sep 17:55
Compare
Choose a tag to compare

What's Changed

  • Include team ID in performance dump - fix #57 by @mattdodge in #58
  • Adding 2023 nfl season by @kwould in #60
  • Added 2023 NBA and NHL game codes

New Contributors

Full Changelog: v1.4.1...v1.4.2

v1.4.1

11 Mar 17:18
Compare
Choose a tag to compare

What's Changed

🐞 Bug Fixes

  • Better error handling in CLI dumps

Full Changelog: v1.4.0...v1.4.1

v1.4.0

20 Dec 19:32
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.4.0

v1.3.1

17 Nov 05:02
Compare
Choose a tag to compare

🐞 Bug fixes

  • Pass along game code when retrieving stats from a matchup (#47)
  • Clear in-memory persistence as well as file with peristence.clear() (#43)

Full Changelog: v1.3.0...v1.3.1

v1.3.0

29 Oct 04:11
Compare
Choose a tag to compare

πŸ”₯ 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

23 Aug 03:00
Compare
Choose a tag to compare

πŸ”₯ 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 - pass persist_ttl=0 to ignore persisted values, for example

Full Changelog: v1.2.2...v1.2.3