Skip to content

Releases: sarartur/chess.com

v3.2.0

26 Oct 19:40
Compare
Choose a tag to compare
  • Add explicit classes for Player Profile
    • Add documentation on returned object
    • Add methods for datetime representations of dates
  • Add explicit classes for Player Stats
    • Add documentation for returned object
    • Add methods for datetime representations of dates

V3.0.3

25 Oct 14:25
Compare
Choose a tag to compare
  • Refactor package internals to prepare to create explicit response factories

V3.0.0

21 Oct 23:17
Compare
Choose a tag to compare

Breaking

  • Move standalone functions from chessdotom.client to chessdotcom.endpoints module. Imports from top level module chessdotcome work as before

New

  • Add a configurable client class ChessDotComClient with configurable options per instance
  • Changes to test suite. Disable smoke tests and add VCR instead

v2.0.3

24 Jun 04:48
Compare
Choose a tag to compare
  • Add RateLimitHandler object to automatically deal with rate limiting from the API.
  • Add tts parameter to all functions to help with rate limiting.
  • Add requests as a dependency for synchronous mode due to the complexity of asyncio on different platforms.
  • Add GitHub Workflows and pytest for improved stability.
  • Add pre-commit and black for code formatting.