Releases: n-eq/kooora-unofficial-api
Releases · n-eq/kooora-unofficial-api
v1.2
What's Changed
- Drop support for python 3.5
- Use actions/setup-python@v2 in tests setup
- Update requests: use 2.27.0 version
- Update urllib3: use 1.26.5 version
Full Changelog: v1.1...v1.2
v1.1
Add support for Python version 3.8, 3.9 and 3.10
v0.2
Features
Fetch matches by date : Use '/matches' routes to download matches by date, create helper functions to get yesterday, today and tomorrow matches.
Bug fixes