Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

v0.2.1

Compare
Choose a tag to compare
@rxliuli rxliuli released this 30 Jan 08:16
· 25 commits to master since this release

Changelog

  • 350024b feat: --filter 支持使用 , 分割的参数
  • 821a8b7 feat: build single 正式支持
  • 4f3da08 feat: 实现 glob(未完成)
  • 1b5fe57 feat: 实现 run 命令
  • 787fef6 feat: 实现在 monorepo 中运行命令的功能(未完成)
  • d5d40a5 feat: 实现扫描 monorepo 中所有模块及依赖的模块
  • 68ee0eb feat: 支持监视模式
  • 11bea53 fix: 修复计算依赖的一个错误
  • 66fd9da refactor: 使用 glob 模块重构匹配部分的代码(未完成)
  • e3fc8ca refactor: 删除插件 native-node-modules,添加结构体复制值的示例
  • 1cc2d39 refactor: 更新模块 build => builder