Releases: felipeall/transfermarkt-api
Releases · felipeall/transfermarkt-api
v2.0.6
What's Changed
- Update XPath for ID and URL in Profile by @marcinszewczykArch in #59
- Add Player Achievements service/endpoint by @felipeall in #60
- Added squad numbers API by @sthewissen in #62
- Deploy to fly.io by @felipeall in #64
- Get player full name from profile header by @felipeall in #65
New Contributors
- @marcinszewczykArch made their first contribution in #59
- @sthewissen made their first contribution in #62
Full Changelog: v2.0.5...v2.0.6
v2.0.5
What's Changed
- Implement ConnectionError handler by @felipeall in #57
Full Changelog: v2.0.4...v2.0.5
v2.0.4
v2.0.3
What's Changed
- Fix DoB and Age @ Player Profile by @felipeall in #48
- Add TransfermarktPlayerInjuries service by @felipeall in #49
- Version 2.0.3 by @felipeall in #50
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
- Parse player transfer history from Tfmkt endpoint by @felipeall in #45
- Version 2.0.2 by @felipeall in #46
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- Remove empty stats by @felipeall in #41
- Setup black and ruff linter check by @felipeall in #42
- Docstrings improvement by @felipeall in #43
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- Created TransfermarktBase which contains the base functionalities for the scrapping
- Reworked all services to inherit TransfermarktBase
- Updated broken xpath locators
- Added updatedAt key to all services responses
- Refactored unit tests
- Updated dependencies to the latest version