Skip to content

Commit f8ab0b5

Browse files
committed
chore: prepare release 0.2.0
1 parent 56ead0f commit f8ab0b5

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and 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

0 commit comments

Comments
 (0)