Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@b-hayes b-hayes released this 07 May 02:55
7eb50a9

Tapgun now stops execution when any build step fails and allows PHP errors to bubble up to the user.

The provided bin file enables users to see and respond to errors:

  • All failures/errors return a fail code to the shell.
  • Simplified how error output.
  • Added option --tapegun-show-errors that will allow PHP errors to print a stack trace according to the PHP error reporting config.
  • Detects and prevents PHP's default config from duplicating error output.