Releases: getopt-php/getopt-php
Releases · getopt-php/getopt-php
v4.0.4
Compare
Sorry, something went wrong.
No results found
tflori
released this
15 Feb 09:30
Changelog:
fix nullable parameters (many thanks to @AdamSGit )
fix github actions and add tests on php 8.4
Version 4.0.3
Compare
Sorry, something went wrong.
No results found
tflori
released this
13 Dec 20:40
Version 4.0.2
Compare
Sorry, something went wrong.
No results found
tflori
released this
11 Mar 17:12
Changelog:
add php 8.0 to compatibility list in composer.json
use the latest phpunit versions available for the php version (#175 )
Version 4.0.1
Compare
Sorry, something went wrong.
No results found
tflori
released this
05 Jan 07:51
Changelog:
fix ArrayAccess signature compatibility in php 8.1 (mixed return value; see #171 )
Version 4.0.0
Compare
Sorry, something went wrong.
No results found
tflori
released this
07 Jun 07:02
Changelog:
drop support for php 5.x and add support for php 8
run tests on php 7.x and php 8 on gitlab-ci
add type declarations for parameters
add link to github versions in old changelog
fix return type declarations
Version 4.0.0 Alpha 1
Compare
Sorry, something went wrong.
No results found
tflori
released this
18 Feb 08:12
This release is for testing the new version.
Version 3.4.0
Compare
Sorry, something went wrong.
No results found
tflori
released this
14 Jul 06:14
Version 3.4
This might be the last version 3 version as we might get rid of the php 5.x compatibility.
Changelog:
compaitibly to php 7.4 #161 and #162
updated phpdoc comments #159
allow command names to have spaces #150
Version 3.3
Compare
Sorry, something went wrong.
No results found
tflori
released this
08 Dec 06:42
Changelog:
allow long options with only one character (solves #143 )
dropped hhvm tests
documentation improvements
Release Candidate Version 3.3
Compare
Sorry, something went wrong.
No results found
tflori
released this
09 Sep 05:01
Changelog:
allow long options with only one character (solves #143 )
dropped hhvm tests
documentation improvements
Version 3.2.2
Compare
Sorry, something went wrong.
No results found
tflori
released this
22 Jan 08:06
Changelog
accept option arguments starting with a hypen when argument is required