This repository has been archived by the owner on Nov 10, 2020. It is now read-only.
Releases: pointybeard-archives/shellargs
Releases · pointybeard-archives/shellargs
1.0.4
1.0.3
Changed
- Handling empty arguments array gracefully.
- Updated unit tests, adding new test for empty arguments.
1.0.2
Changed
- Method
__get()
now throws E_USER_DEPRECATED. Instead, usename()
andvalue()
getter methods. Added some additional tests now thatArgument::__get()
is deprecated. - Updated
find()
method to allow passing either string or an array of arguments. Will return the first one it finds, or false.
1.0.1
Changed
- Using a single Regular Expression to find all arguments (thanks to http://stackoverflow.com/a/13141314)
- New command syntax supported
- 100% phpUnit test code coverage
1.0.0
Initial Commit