We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f717f34 commit a68aecbCopy full SHA for a68aecb
1 file changed
packages/fastapi/CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 0.2.0
2
+
3
+- 新增 CamelCase 模型支持:JSON 输入输出自动转换 camelCase(`createdAt`),Python 代码保持 snake_case(`created_at`)
4
+- 新增 `CamelCaseModel` 基类,Create/Update/Response Schema 均继承此基类
5
+- 新增响应模型别名支持,所有端点使用 `response_model_by_alias=True`
6
+- 更新文档,说明 camelCase JSON 传输约定
7
8
## 0.1.1
9
10
- 移除内置 storage 模块,存储通过回调注入
0 commit comments