Skip to content

Latest commit

 

History

History
99 lines (63 loc) · 2.4 KB

File metadata and controls

99 lines (63 loc) · 2.4 KB

Changelog

All notable changes to this project will be documented in this file.

  • N/A
  • Removed all custom modeling
  • Removed all enums
  • All functions are available via import from sleeper.api
  • Replaced kwargs with optional, named keyword arguments
  • Updated package requirements
  • Updated package requirements
  • Updated package requirements
  • Updated package requirements
  • Now populate playoff_round_type_enum for older leagues
  • Added more fields to response objects
  • Rollback strict version requirements
  • Enforce strict versions on requirements
  • Added SeasonStatus for post-season
  • Fixed bug that prevented the latest version from being installed
  • Upgraded dependency versions
  • Buffed setup flow
  • Added API Clients for unofficial endpoints
  • Added examples for new API Clients
  • Added enum values
  • Added missing imports
  • Changed frequency of dependabot checks from daily to weekly
  • Updated README
  • Added PlayoffRoundType field with enum for clarity
  • Updated API Client error handling to simplify debugging
  • Updated bugged versioning flow

Initial Release