All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
Handling empty arguments array gracefully. Updated unit tests, adding new test for empty arguments.
1.0.4 - 2018-10-17
- Fixed capturing group so it handles hyphens (Fixes #1)
1.0.3 - 2015-06-05
- Handling empty arguments array gracefully.
- Updated unit tests, adding new test for empty arguments.
1.0.2 - 2015-06-02
- 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 - 2015-03-28
- 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
- Initial release