swagger_generator_flutter/lib
Max 481db5bf8f feat(structure): 完成方案C重构,引入pipeline架构
- 物理迁移:所有核心模块(parse, validate, generate, render, output)已按 pipeline 结构重组。
- 统一入口:创建 lib/index.dart 作为唯一的公共 API 入口。
- 导入路径切换:commands 模块已更新为新的导入风格。
- 文档更新:PROJECT_OVERVIEW.md 已同步更新架构图和模块说明。

质量门禁:
- dart analyze: 0 error / 0 warning (info only)
- dart test: all pass
2025-11-22 22:22:51 +08:00
..
commands feat(structure): 完成方案C重构,引入pipeline架构 2025-11-22 22:22:51 +08:00
config 重构与迁移: 2025-11-22 18:18:06 +08:00
core refactor(pipeline): 迁移generators模块到pipeline结构 2025-11-22 22:11:12 +08:00
generators refactor(pipeline): 迁移generators模块到pipeline结构 2025-11-22 22:11:12 +08:00
parsers 方案 C(激进)Phase 2:物理迁移(首批) 2025-11-22 21:41:42 +08:00
pipeline refactor(pipeline): 迁移generators模块到pipeline结构 2025-11-22 22:11:12 +08:00
templates feat: fix warring 增加 2025-11-22 14:30:32 +08:00
utils 重构与迁移: 2025-11-22 18:18:06 +08:00
validators 方案 C(激进)Phase 2:物理迁移(首批) 2025-11-22 21:41:42 +08:00
index.dart feat(structure): 完成方案C重构,引入pipeline架构 2025-11-22 22:22:51 +08:00
swagger_cli_new.dart feat: fix warring 增加 2025-11-22 14:30:32 +08:00
swagger_generator_flutter.dart feat: update 2025-11-21 22:27:01 +08:00