mirror of
https://github.com/n3w/helpers-functions-cli.git
synced 2025-12-19 12:43:22 +00:00
2.6 KiB
2.6 KiB
Change Log
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
1.1.9
Added
- Added
run_command()function - Added
RunCommandFailedExceptionexception - Added
pointybeard/helpers-exceptions-readabletracepackage
1.1.8
Changed
- Updated
manpage()to work withpointybeard/helpers-cli-input1.2 - Using v1.2.x of
pointybeard/helpers-cli-input - Updated version constraints in
composer.json
1.1.7
Added
- Added
pointybeard/helpers-functions-debugpackage
Changed
- Using
readable_debug_backtrace()(provided bypointybeard/helpers-functions-debug) indisplay_error_and_exit()to produce a trace if one is provided
1.1.6
Added
- Added
display_error_and_exitfunction
1.1.5
Changed
- Updated to work with
pointybeard/helpers-cli-inputv1.1.x
1.1.4
Changed
- Refactoring of
manpage()to hide 'Options' and/or 'Arguments' if there are none to show
1.1.3
Changed
- Updated
manpage()to includeforegroundColour,headingColour, andadditionalarguments. Removedexampleargument in favour of including it insideadditional - Added
pointybeard/helpers-cli-colourcomposer package
1.1.2
Changed
- Using latest version of
pointybeard/helpers-functions-strings
1.1.1
Added
- Added
get_window_size()function
1.1.0
Added
- Added
manpageandusagefunctions
Changed
- Requiring PHP 7.2 or greater
- Including
pointybeard/helpers-cli-input,pointybeard/helpers-functions-strings, andpointybeard/helpers-functions-flagscomposer packages
1.0.0
Added
- Initial release