Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jan 01:51
82ffcc4

2.0.0 (2025-01-20)

Features

  • core: 实现类型安全的事件管理 (078a476)
  • core: 重构 Creator 类并添加中间件支持 (36d52e3)
  • creator: 在 CreatorContext 中添加 execCommand 工具函数 (d78227f)
  • creator: 重构文件写入流程并添加元数据支持 (0a100ef)
  • MiddleWare: 实现模式匹配功能 (3db6e39)
  • 实现中间件并添加相关测试 (ef4da71)
  • 更新 2.0 模板 (ed44d9b)
  • 更新模板中的 Prettier 配置 (cb6c46d)

Performance Improvements

  • MiddleWare: 优化 MiddleWare 类中的钩子调用方式 (8d166dc)

Miscellaneous Chores