Skip to content

v1.3.0

Compare
Choose a tag to compare
@imjuni imjuni released this 04 Aug 18:56
· 117 commits to master since this release

What's Changed

Ignore logic rewrite

  • ignore logic follow gitignore standard
  • enhance isolatedModules
    • partial ignore option support isIsolatedModules compiler option

Add new option ignoreFile

  • add new option --ignoreFile, alias -g
  • migrate testcase
  • fix typo error in IOnlyRemoveCliOption: 'clean' > 'remove'
  • migrate example: .ctiignore rename to .ctiignore_another_name
  • bug-fix single command option builder

Fix not working overwrite option

  • fix not working overwrite option
  • fix option flag miss-type
    • single command overwrite short alias b -> w
    • create command overwrite short alias b -> w
    • create command keepFileExt short alias b -> k
    • create command skipEmptyDir short alias r -> e
  • default value set remove command: includeBackup default value false
  • remove unused package
    • minimist, @types/minimist > change minimist > yargs
  • simplify option parsing stage