0.14.0
What's Changed
Features
- feat: Added CRUDBody.get_or_create() base method to crud_body. by @michealroberts in #90
- feat: Added CRUDBody.merge_or_create() base method to crud_body. by @michealroberts in #92
- feat: Amended BACKEND_CORS_ORIGINS in config.py BaseSettings. by @michealroberts in #93
Refactors
- refactor: Amended CRUDBody.get_or_create() base method in crud_body. by @michealroberts in #91
Chores
- chore: Upgrade to use fastapi v0.89.1 & pydantic v1.10.4. by @michealroberts in #89
Full Changelog: 0.13.0...0.14.0