- Make `log`, `http_utils` and `models` modules visible.
Test
- Add logger test case.
Docs
- Update `CHANGELOG.md`. - Add `Contributors Wall` to `README.md`.
1.2.0
Style
- Restructuring of the project.
1.1.0
Feature
- CRUD common apis based on `SQLAlchemy`, including `GET`, `LIST`, `CREATE`, `BULK SAVE`, `UPDATE`, `TOTAL`, `GET PAGING`, `DELETE`, `PHYSICAL DELETE`, `EXECUTE SQL`
1.0.0
Feature
- Log template based on `logging in std`. - Http utils based on `aiohttp`, including `SSE HANDLER`, `HEAD`, `GET`, `POST`, `OPTIONS`, `PUT`, `PATCH`, `DELETE`.