0.2.0
Added
- Use a ParserErrorCollection instead of array to pass errors through to the parsers for appending errors
- Provide
--parser
option to the extract command to allow custom parsers, in addition to the defaultphp
parser
Changed
- Remove
DescriptorParserInterface::parse()
- Add
DescriptorParserInterface::__invoke()
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.