Releases: manucabral/EasySoccerData
Releases · manucabral/EasySoccerData
v0.0.8
v0.0.7
Overview
- Released a critical update for the Sofascore module.
- Added the get_match_details method to the FBref client.
Full Changelog: v0.0.6...v0.0.7
v0.0.6
Overview
- New functions to Promiedos module.
- New functions to Sofascore module.
Full Changelog: v0.0.5...v0.0.6
v0.0.5
Overview
This release introduces a new functions to Promiedos module.
What's Changed
- feat: add promiedos module by @manucabral in #1
Full Changelog: v0.0.4...v0.0.5
v0.0.4
Overview
This release introduces a new Tournament type and a get_tournaments function in the Sofascore module, along with the addition of a Category type. Additionally, new enhancements have been added to enrich tournament data handling.
Changes
- New Function: Added get_tournaments to the Sofascore client to retrieve all tournaments from a specified category (e.g., South America, Europe).
- New Types: Introduced Tournament and Category types to improve data handling and clarity.
- New Dataclass: Added the Season dataclass and its parser for integration within tournament data.
- Extended Search Functionality: Expanded the search capability to include tournaments.
- Bracket Functionality: Introduced Bracket functionality and related methods to the Sofascore client.
These enhancements aim to improve the usability and flexibility of the Sofascore module by providing structured and comprehensive access to tournament data.
Full Changelog: v0.0.3...v0.0.4
v0.0.2
Overview
Improved code quality and usability through linting, formatting, and API streamlining.
Changes
- Pylint: Enforced stricter linting rules.
- Black Formatting: Standardized code style across the board.
- Refactoring: Removed duplicate code.
- API Update: Merged
TeamExintoTeam(please update your code accordingly). - New Examples: Added extra code samples for clarity.