PHP Classes

File: CHANGELOG.md

Recommend this page to a friend!
  Classes of nvb   PHP CLI Progress Bar   CHANGELOG.md   Download  
File: CHANGELOG.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: PHP CLI Progress Bar
Show a progress bar in a console terminal
Author: By
Last change:
Date: 3 years ago
Size: 1,225 bytes
 

Contents

Class file image Download

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Open]

To Add

  • add link to openhub
  • add link to scrutinizer.yml
  • add link to packagist (and install howto)
  • add api documentation
  • add formatter
  • add percentage at the beginning that gets calculated and updated on each update call (like wget is doing it)
  • add support to calculate maximum width (based on terminal size) dynamically (`tput cols`?)
  • add eta calculation
  • write tests

To Change

[Unreleased]

Added

Changed

1.1.0 - released at 2017-05-21

Changed

  • moved to psr-4 autoloading
  • moved history entry to dedicated changelog file
  • updated minimum version of php to 5.6

1.0.0 - released at 2015-05-24

Added

  • initial release