All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add Support for Pluggable Extensions
- Extensions: LocaleSupport (babel+locale), DBConnection (based on asyncdb), Redis (based on aioredis), Memcache (based on aimcache), TemplateParser (based on jinja2), Auth (Authentication Support)
- Refactor Code.
- Added python-datamodel as dependency for build Dataclasses.
- replaced rapidjson with orjson.
- fix some issues in publish-to-pypi GH.
- Support for aiohttp > 3.8
- First stable version with support to Python +3.8
- Fixing issues over pyproject.toml