Releases: sarartur/chess.com
Releases · sarartur/chess.com
v3.2.0
- 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
V3.0.0
Breaking
- Move standalone functions from
chessdotom.client
tochessdotcom.endpoints
module. Imports from top level modulechessdotcome
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
- 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.