Skip to content

v0.14.0

Compare
Choose a tag to compare
@wuespace-admin wuespace-admin released this 01 May 12:22
· 1359 commits to main since this release

0.14.0 (2021-05-01)

Features

  • cli: Add skipGit option to the tc-cli init command for telestion-project-template based projects (fce07a8)
  • cli: Add support for projects based on the new telestion-project-template structure (the CLI will auto-detect the structure and follow the directory structure accordingly) (759748b)
  • cli: Reword init-epilogue (5e98003)
  • template: Replace husky with more adaptive solution (4b27835)

Bug Fixes

  • cli: Fix install command to work with new telestion-project-template structure (a2956c5)
  • cli: Fix problem where pretty-quick hook was not generated when initializing a new repository (b1c8ce0)
  • template: Fix pre-commit hook path (df87baa)
  • template: Use npx for the pre-commit hook (ffb62cd)