Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

50 lines (41 loc) · 1.49 KB

Change log

2.3.0 - 2024-05-14

Added

  • Configurable sleeping time
  • Count of visible rows in output table

Fixed

  • PHP Deprecated: Implicit conversion from float to int loses precision

2.2.0 - 2021-11-02

Changed

  • Bumped symfony/console to ^4.3|^5.0
  • Bumped symfony/process to ^4.3|^5.0

2.1.0 - 2021-11-02

Added

  • TaskLogger

2.0.0 - 2020-05-13

Added

  • MaxConcurrentTaskCount option for StackedTask
  • List of task which ran with done tasks
  • Tests
  • Added sendMessage() method to ProgressTask and BatchProgressTask
  • Check dependencies name before start
  • Subnet option to run command

Changed

  • Custom log replaced with PSR log interfaces
  • Composer dependencies update
  • PrgressTask, BatchProgressTask first fetch items count and then gather items to process

Fixed

  • TableOutput show minimal saved time as 0
  • Icons fix
  • BatchProgressTask startup/shutdown error notify
  • Unhandled exceptions in ProgressTask and BatchProgressTask
  • DataHelper gigabytes count

1.0.0 - 2016-06-06

  • First tagged version