Skip to content

0.2.0

Compare
Choose a tag to compare
@ramsey ramsey released this 16 Nov 22:20
· 70 commits to main since this release
0.2.0
f8ab0b5

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 default php parser

Changed

  • Remove DescriptorParserInterface::parse()
  • Add DescriptorParserInterface::__invoke()

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.