Skip to content

v3.0.0 - bash-compiler without any parameter

Choose a tag to compare

@fchastanet fchastanet released this 13 Oct 21:38

Full Changelog: v2.0.0...v3.0.0

Fixes #8
mainly makes bash-compiler to be runnable as standalone binary

VERSION: 3.0.0

BREAKING CHANGES

  • removed COMPILER_ROOT_DIR env variable
  • .bash-compiler is mandatory at the root of the bash project

NEW FEATURES

  • build/build-local.sh build and install the binary
  • replaced option targetDir and KeepIntermediateFiles by IntermediateFilesDir
  • added checks on IntermediateFilesDir for valid directory
  • make CompilerRootDir only available when compiler run using go run
  • enforce usage of the .bash-compiler that should be set at the root of the bash project. TEMPLATES_ROOT_DIR env variable is mandatory.
  • optimization, template directory now loads only gtpl files