Change Log
==========
2.0.0 (2025)
- Complete rewrite with declarative GraphQL query builders
- Builder API for media, character, staff, and studio queries
- Reusable fragments via Fragment class
- Pagination support with .paginate()
- Configurable retry strategies via RetryStrategy
- Async support with .execute_async()
- Raw query escape hatch with .raw_query()
- Migrated to pyproject.toml with setuptools-scm versioning

1.0.2 (28/10/2022)
- Object/Memory optimization
- Supress any error by returning error message
- Better retry mechanism
- Change the default query to match the anilist website


1.0.1 (23/06/2022)
- Add rate limit(too many request) handler

1.0.0 (31/08/2021)
------------------
- First Release
