Skip to content

Releases: fbi-js/fbi

v3.0.0-beta.12

22 Nov 09:02
Compare
Choose a tag to compare
v3.0.0-beta.12 Pre-release
Pre-release

Bug Fixes

  • home: support home directory of windows (716a0d4)
  • version: don't reset if current version match(716a0d4)

v3.0.0-beta.10

22 Nov 09:22
Compare
Choose a tag to compare
v3.0.0-beta.10 Pre-release
Pre-release

Notable Changes

  • use fbi/options.js as project configs

Features

  • task: support local task template debug
  • template: add extra params for init command

Improvements

  • help: add official templates repo link

Bug Fixes

  • fs: too many open files fixed (4f56226)
  • argv: exports params for native command(4f56226)

2.1.8

22 Nov 09:24
Compare
Choose a tag to compare

fix version error

2.1.5

03 Dec 07:00
Compare
Choose a tag to compare

New Features

fbi update

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

Fixed

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