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 e35488b commit d2ac839Copy full SHA for d2ac839
1 file changed
CHANGELOG.md
@@ -0,0 +1,13 @@
1
+# Changelog
2
+
3
+## [0.1.0] - 2026-05-13
4
5
+### Added
6
7
+- **Dart SDK** (`packages/dart`): 项目管理核心数据模型,Project/Task 不可变模型,JSON 序列化支持
8
+- **Python SDK** (`packages/python`): Pydantic 模型,等效 Dart API,`replace()` 更新模式
9
+- **FastAPI 集成** (`packages/fastapi`): 标准 CRUD 路由,自动 Schema 推导
10
+- **Flutter 组件** (`packages/flutter`): 看板 UI 组件(BoardView/BoardColumn/BoardCard),自适应桌面/移动端
11
+- **Django 集成** (`packages/django`): Django 数据模型和 Admin 配置
12
+- **文档系统**: MyST Markdown 文档站,用户指南 + 开发者文档,GitHub Pages 自动部署
13
+- **CI/CD**: Dart/pub.dev、Python/PyPI、Flutter/pub.dev、FastAPI/PyPI、Django/PyPI 自动发布工作流
0 commit comments