* All endpoint methods now return dictionaries/lists corresponding to JSON documents. * Remove pandas as a dependency * Update documentation
0.4.1
Update documentation
0.4.0
* Add search functionality * Small mypy updates
0.3.0
* Change how endpoints are initialised * Turn endpoints into sequence so they can be iterated over
0.2.0
* Changed name of `APIClient` to `UnderstatAPI` * Added functionality for `UnderstatAPI` to be used as a context manager with a persistent session * Removed dependency on BeautifulSoup * Change version of pandas dependency to 1.1.0
0.1.0
Initial release. Contains the following endpoints: * team * match * player * league