You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed a bug where fetch_footywire_stats was breaking due to changes in the footywire site
Fixed a bug with new debut players receiving an ID of 0 in fetch_player_stats_afltables (#189)
Fixed a bug with fetch_player_stats_afl where it was throwing an error if trying to get AFL stats for a new season. It now returns NULL instead of an error (#190)
Fixed a minor bug with the rendering of messages in fetch_player_stats_afl (#185)
Fixed a range of warnings that were either unhelpful or not being adequately captured in unit tests
Added proper lifecycle deprecation to the old get_ functions. These will be formally removed in the next release