Skip to content

v1.5.0

Compare
Choose a tag to compare
@imjuni imjuni released this 10 Oct 15:39
· 100 commits to master since this release

What's Changed

Add new option: noBackup

  • add new option noBackup: ctix does not generate backup file when noBackup option is enabled
  • enhance getStartAtDir: move to default option generator function

All exported declarations in the scope

  • when evaluating the isIsolatedModules prop

Enhance configuration process mechanism

  • add validation and default parameter handler

deps

  • dev
    • add @types/is-relative: 1.0.0
  • prod
    • add is-relative: 1.0.0
    • remove resolve-from: 5.0.0

New Contributors