Skip to content

Releases: beastmatser/aiopokeapi

v0.1.2

12 Mar 08:11
Compare
Choose a tag to compare

What's changed?

  • ✨ Add PYPI.md
  • 🔧 Update MANIFEST.in
  • 📝 Update license year
  • 📝 Add reference to website and documentation
  • ⬆️ Bump dependencies

v0.1.1

24 Jan 16:44
Compare
Choose a tag to compare

What's changed?

  • 📝 Improve README.md
  • 🐛 Remove print statement
  • ✨ Cache invalid endpoints

Full Changelog: 0.1.0...0.1.1

v0.1.0

19 Jan 11:43
6b0a14e
Compare
Choose a tag to compare

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