Skip to content

Latest commit

 

History

History
315 lines (141 loc) · 11.4 KB

CHANGELOG.md

File metadata and controls

315 lines (141 loc) · 11.4 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.7.0 (2021-03-02)

Features

4.6.1 (2021-03-01)

Bug Fixes

  • use async/await when copy file (7a1e738)

4.6.0 (2021-02-26)

Features

  • template: add write file function (b53898a)
  • remove fbi add version logic (c54aedc)

4.5.0 (2021-02-25)

Features

  • remove fbi add version logic (d8c7697)

4.4.1 (2021-02-04)

Features

Bug Fixes

  • 修复render类型定义无法扩展的问题 (fca3075)

4.4.0 (2021-02-04)

Features

  • 优化template创建逻辑 (ca6cf1c)

4.3.4 (2021-01-20)

Bug Fixes

  • add: compatible with npm v7 (552cce6)

4.3.3 (2020-12-21)

Bug Fixes

  • factory: type error when factory is link from local (f9704c4)

4.3.2 (2020-12-17)

Bug Fixes

  • template: rootPath is empty when path is relative (6a69b7e)

4.3.1 (2020-12-17)

Bug Fixes

  • resolve baseDir in factory init method; factory extend bug (29245e3)
  • command: hide local path on 'list' when factory is local link (f81c8f0)

4.3.0 (2020-12-16)

Features

  • command: [WIP] add 'addFromNpm' (5fc08d0)
  • command: support creating project directly from npm package (5629ffe)

Bug Fixes

  • command: show remote and local path of factory in 'list' command (5b041e6)
  • command: versions dir not deleted (4fdce87)
  • support add npm packages (0ac3a8c)

4.2.4 (2020-12-03)

Bug Fixes

  • create: read factory id after added (ccd03a8)

4.2.3 (2020-12-03)

Bug Fixes

4.2.2 (2020-11-30)

Bug Fixes

  • add 'pkg-dir' package; remove 'tslib' package (3d22602)

4.2.1 (2020-11-27)

Bug Fixes

  • version: reset git repository after version initialized (038ff3c)

4.2.0 (2020-11-27)

Bug Fixes

  • factory: split factories by organization name (0486143)

4.1.13 (2020-11-26)

Bug Fixes

4.1.12 (2020-11-26)

Bug Fixes

  • version: update code even if version dir exist (bca9c9a)

4.1.11 (2020-11-26)

Bug Fixes

  • fix npm v7 install error; resolve factory versions with prerelease versions (353508e)

4.1.10 (2020-11-25)

Bug Fixes

  • factory: resolveFromLocal (3628b51)

4.1.9 (2020-11-24)

Bug Fixes

  • factory: increase priority of local node_modules (be4a4ee)

4.1.8 (2020-10-16)

Bug Fixes

  • utils: fix git command issues (ce33b22)

4.1.7 (2020-10-14)

Bug Fixes

  • create: can not find template name (5cad77c)

4.1.6 (2020-10-13)

Bug Fixes

  • move 'installDeps' to BaseClass (71c37d1)

4.1.5 (2020-10-13)

Bug Fixes

  • add 'installDeps' method to template class (f1f56a8)

4.1.4 (2020-10-13)

Bug Fixes

  • edge case compatibility (06bc029)

4.1.3 (2020-10-13)

Bug Fixes

  • list: fix error when factory is null (a49c830)

4.1.2 (2020-10-13)

Bug Fixes

  • package: upgrade tslib version (436480e)

4.1.1 (2020-10-13)

Bug Fixes

  • command: 'create' command optimization (eb3e660)
  • command: format input name when adding factory (c019085)
  • command: list command not showing the correct 'from path' of a factory (b3bf4da)

4.1.0 (2020-09-30)

Features

  • some new features (5c169d6)
  • create: pick an action when current directory is not empty (144e4ff)

Bug Fixes

  • git: support multi-line messages in 'git commit' (ee902c7)

4.0.4 (2020-09-21)

Bug Fixes

  • set allowUnknownOption=true for factory's commands (b22e423)

4.0.3 (2020-09-20)

Bug Fixes

3.3.2 (2020-09-11)

3.3.1 (2020-05-08)

Bug Fixes

  • style.grey is not a function (32a2df5)

4.0.2 (2020-09-17)

4.0.1 (2020-09-17)

4.0.0 (2020-09-17)

4.0.0-alpha.9 (2020-09-16)

Features

  • version: support "main" as default branch (0c1bcf6)

4.0.0-alpha.8 (2020-09-15)

Bug Fixes

  • load config in factory's constructor (160adc2)

4.0.0-alpha.7 (2020-09-15)

Bug Fixes

  • load config before factory init (11e08b6)

4.0.0-alpha.6 (2020-09-15)

Bug Fixes

  • get latest tag error when no tag exist (fa2c578)

4.0.0-alpha.5 (2020-09-15)

4.0.0-alpha.4 (2020-09-14)

Bug Fixes

  • support adding global factories (ac23c66)

4.0.0-alpha.3 (2020-09-14)

4.0.0-alpha.2 (2020-09-14)

4.0.0-alpha.1 (2020-09-14)

4.0.0-alpha.0 (2020-09-14)

Bug Fixes

  • always resolve gobal factories (084389c)