Skip to content

Release v0.11.7

  • Added bashSourcePath
  • Cleaned up README.md
  • Added testBashSourcePath
  • Cleaned up usageArgumentString handler output for "new" argument patterns
  • BUILD_ENVIRONMENT_DIRS added to support additional paths
  • testBuildEnvironmentLoad test for buildEnvironmentLoad with paths
  • __install semantics changed to support external libraries and made generic
  • __build should be used to install __build
  • adding basic hook tests for internal hooks
  • ! -path '*/.*' failed on ./foo/bar so globally fixed to avoid it (! -path "*/.*/*") - to avoid dot directories
  • installInstallBinary now for generic binary installation (e.g. installInstallBuild)
  • fixing application-tag and application-id calls and cleaning up phpBuild debug messages