Skip to content

1.2.0

Compare
Choose a tag to compare
@shadowspawn shadowspawn released this 15 Apr 06:54
· 525 commits to main since this release

Added

  • fab manifest show path to manifest
  • fab manifest --edit open manifest in editor
  • fab manifest --list list dependencies from manifest
  • fab manifest --add [repo-path] add entry to manifest dependencies
  • fab manifest --delete [repo-path] delete entry from manifest dependencies
  • this changelog
  • support for FORCE_COLOR, in particular to enable colour on Windows
  • support for NO_COLOR to disable colour

Changed

  • dependencies
  • moved command.ts into src folder
  • refactored tests to include command parsing

Removed

  • raw command-line help from README