## Next * Update docs/tutorial for SQLAlchemy including note about *DB Browser for SQLite*. ## 0.3.0 * Fix/add SQLAlchemy support, including ORM, and update docs for SQLAlchemy: #30 ## 0.2.1 * Fix `jsonable_encoder` for Pydantic models with `Config` but without `json_encoders`: #29 ## 0.2.0 * Fix typos in Security section: #24 by @kkinder * Add support for Pydantic custom JSON encoders: #21 by @euri10 ## 0.1.19 * Upgrade Starlette version to the current latest `0.10.1`: #17 by @euri10