All Versions
24
Latest Version
Avg Release Cycle
129 days
Latest Release
1542 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v3.1.0 Changes
November 25, 2017๐ Changelog:
- getters for Command, Argument, Option, Operand and GetOpt changed
- implemented magic getter for easier access to getters
- โ removed default templates for help and implemented functionality as methods
-
v2.4.3 Changes
July 02, 2017๐ Features:
- ๐ move documentation to master branch
- โ added badges to readme
-
v2.4.2 Changes
July 01, 2017๐ Features:
- ๐ง don't show options when there are no options configured
- ๐ allow arguments in quotes (allows single quote in double quote and vice versa)
- ๐ get script name from argv[0] when parsing arguments from array or string
- โ add method to set script name manually
- ๐ support for php 7.1
-
v2.3.0 Changes
March 28, 2015๐ Features:
- Optional argument descriptions (courtesy of @sabl0r)
๐ Bugfixes:
- Passing a single hyphen as an option value works now (courtesy of @tistre)
-
v2.2.0 Changes
September 13, 2014๐ Features:
- โ Added method to customize the help message (courtesy of @mfn)
- Option now has a static create method for call chaining in PHP 5.3 (courtesy of @kamermans)
-
v2.1.0 Changes
February 28, 2014๐ Features:
- โ Added setters for default values and validation to Option
-
v2.0.0 Changes
January 30, 2014๐ Features:
- Argument validation (courtesy of @jochenvdv)
-
v2.0.0-RC.1 Changes
January 17, 2014๐ Changes:
- Namespace is now Ulrichsg\GetOpt
- ๐ Public API has been cleaned up, please refer to the documentation
-
v1.4.1 Changes
December 13, 2013๐ Bugfixes:
- Long options are required to be longer than 1 character
- 0๏ธโฃ Passing duplicate option names to the constructor is forbidden by default
-
v1.4.0 Changes
December 13, 2013๐ Features:
- Options can be numeric (courtesy of @patinthehat)
- โ Additional convenience methods for working with operands (ditto)