Releases: timwie/aio-taginfo
Releases · timwie/aio-taginfo
v0.4.0
- Breaking: Rename
TagInfo*Error
classes toTaginfo*Error
- Breaking: Move the
PrevalentValue
class fromapi.v4.key
toapi.v4.key.prevalent_values
- More endpoints are implemented:
/api/4/key/chronology
/api/4/key/combinations
/api/4/key/distribution/ways
/api/4/key/projects
/api/4/key/stats
/api/4/relation/projects
/api/4/tag/projects
v0.3.0
- Implement
/api/4/tags/popular
endpoint - Relax
aiohttp
requirement to^3.9
(from~3.9.0b0
) - Relax
pydantic
requirement to^2.4
(from~2.4
) - Add
py.typed
to make the package PEP 561 compatible