What's Changed
Breaking changes:
* Removed deprecated api: Manager, execute, count, scalar, prefetch, atomic, transaction, savepoint
* Removed deprecated database classes: PostgresqlDatabase, MySQLDatabase, PostgresqlExtDatabase
* Removed deprecated database methods: atomic_async, savepoint_async, connect_async, close_async, transaction_async
* Removed peewee_asyncext module
* aio_execute returns list of models now not AsyncQueryWrapper. AsyncQueryWrapper is removed
Features:
* Added typing
* Added [pool_params](https://peewee-async-lib.readthedocs.io/en/v1.0.0/peewee_async/api.html#peewee_async.databases.AioDatabase) parameter
* Docs updated
Fixes:
* Fixed deferred db init by F1int0m in https://github.com/05bit/peewee-async/pull/278
* Fixed logging by kalombos in https://github.com/05bit/peewee-async/pull/292
* fix: update cryptography dependency by kalombos in https://github.com/05bit/peewee-async/pull/297
**Full Changelog**: https://github.com/05bit/peewee-async/compare/v0.12.0...v1.0.0