File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8+ ## 0.2.0 - 2021-11-16
9+
10+ ### Added
11+
12+ - Use a ParserErrorCollection instead of array to pass errors through to the parsers for appending errors
13+ - Provide ` --parser ` option to the extract command to allow custom parsers, in addition to the default ` php ` parser
14+
15+ ### Changed
16+
17+ - Remove ` DescriptorParserInterface::parse() `
18+ - Add ` DescriptorParserInterface::__invoke() `
19+
20+ ### Deprecated
21+
22+ - Nothing.
23+
24+ ### Removed
25+
26+ - Nothing.
27+
28+ ### Fixed
29+
30+ - Nothing.
31+
832## 0.1.0 - 2021-11-15
933
1034### Added
You can’t perform that action at this time.
0 commit comments