Skip to content

Releases: allebb/clip

3.0.4

25 Dec 00:35
Compare
Choose a tag to compare

Adds official support for PHP 8.2.

3.0.3

19 Jan 22:03
Compare
Choose a tag to compare

Scrutinizer manifest and composer package updates.

3.0.2

16 Jan 20:30
Compare
Choose a tag to compare

Support for PHP 8.1

3.0.1

23 Dec 12:29
Compare
Choose a tag to compare

The library now fully supports PHP 8.0 and min PHP version now bumped to PHP 7.3+,. Updated DocBlocks where was previously using my previous GitHub username. PHPUnit test cases and XML manifest now fully compatible with PHPUnit 9. README file explains how to install older versions of this lib to support older PHP versions.

3.0.0

22 Dec 15:40
Compare
Choose a tag to compare

The package now supports PHP 7.2+, tests now handled by GitHub Actions and code coverage now managed by CodeCov. Bumping version number to prevent issues on older, previously supported versions of PHP.

2.2.0

28 Feb 16:26
Compare
Choose a tag to compare

Implements new argument (options) requirement validation.

2.1.0

20 Jan 21:03
Compare
Choose a tag to compare

Commands now receive the CLI arguments via. the RecievesAgurments trait and is instantiated through the constructor. The CommandRouter is now the only class that is instantiated with the the $argv array, the other classes all use the ArgumentsParser class.

2.0.0

19 Jan 20:48
Compare
Choose a tag to compare

Implements new features to specify command handler class and methods (no longer a requirement to have a class for each handler)

1.1.0

14 Jan 09:00
Compare
Choose a tag to compare

Method chaining now available on a number of methods to increase readability and increase developer happiness.

1.0.0

22 Dec 22:22
Compare
Choose a tag to compare

Initial release.