All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
1.1.0 - 2019-04-05
- No longer supporting PHP version <7.2
- Updated code base, including tests, to support PHP7.2+
Argument\Iterator::find()
now returns eithernull
(instead offalse
) or an instance ofArgument
1.0.2 - 2018-12-02
- Added
__toString()
method toArgument
class. - Added unit test for
Argument
1.0.1 - 2018-12-02
- Improved regular expression for capturing arguments
- Updated ArgumentIterator unit test
- Initial release