All notable changes to php-cli-progress-bar will be documented in this file.
- Add support for PHP 8.4 tests by @nickbeen in #23
- Fix possible division by zero error by @nickbeen in #22
- Fix 24 hour limit when displaying estimated time by @nickbeen in #20
- Fix build status badge by @nickbeen in #12
- Implicit conversion from float-string to int is deprecated by @thisispiers in #14
- Add full support for floating values without implicit conversion by @nickbeen in #16
- Fix non-countable warning for iterable values by @nickbeen in #17
- Added ability to use custom bar characters by @nickbeen in #6
- Added ability to show and hide cursor by @nickbeen in #8
- Added ability to throttle display frequency by @nickbeen in #10
- Added configuration file for
php-cs-fixerby @nickbeen in #5
- Allow output during PHPUnit tests by @nickbeen in #2
- Removed
.php-cs-fixer.cacheby @nickbeen in #9
- Initial Release