Releases: beastmatser/aiopokeapi
Releases · beastmatser/aiopokeapi
v0.1.2
What's changed?
- ✨ Add
PYPI.md
- 🔧 Update
MANIFEST.in
- 📝 Update license year
- 📝 Add reference to website and documentation
- ⬆️ Bump dependencies
v0.1.1
What's changed?
- 📝 Improve
README.md
- 🐛 Remove print statement
- ✨ Cache invalid endpoints
Full Changelog: 0.1.0...0.1.1
v0.1.0
What's changed:
- ♻️ Refactor every object
- Use of dataclasses trough a metaclass
- Refactor inits
- Change behavior of cache
- 🔧 Add more pre-commit hooks
- ⬆️ Bump dependencies using dependabot
- 👷 Add
python-publish.yml
workflow - 🚚 Move files into folders
- 🐛 Fix missing attrs
- 🚸 MinimalResource.fetch, Sprite.save and Sprite.read do not require a client to be passed in if a client is created
- ✨ Move http requests into HttpClient class