Skip to content

Release v0.11.6

  • Fixed install-bin-build.sh check for debugging to be very loose
  • __fileMatches -> fileMatches is now first-class function
  • bashSanitize replaces gitPreCommitShellFiles
  • Added muzzle command in sugar.sh
  • Adding interactiveManager for interactive handling in one place
  • Removed tests global for test cases - just name your test testFoo to add it to the list
  • Added tests for fileMatches and fileNotMatches
  • Adding feature to gitCommit to ensure the context it is run is correct
  • bashLintFiles and bashLint used to be validateShellFile(s)
  • Work on pre-commit pipeline - you basically want to check each file against a set of validators on commit.