Skip to content

2.1.5

Compare
Choose a tag to compare
@neikvon neikvon released this 03 Dec 07:00
· 297 commits to main since this release

New Features

fbi update

该命令用于一键更新本地项目的fbi目录(直接覆盖)和package.json里的devDependencies,适用于本地项目fbi配置落后于全局模版时。

Fixed

  • fbi atm因文件过多拷贝失败:改为fbi atm时不拷贝node_modules文件夹,请使用fbi i安装依赖
  • 性能问题:原async转promise,改为async转generator