Releases: composer-unused/symbol-parser
Releases Β· composer-unused/symbol-parser
0.2.5
What's Changed
- Adjust dependabot configuration by @icanhazstring in #154
- Update github workflows by @icanhazstring in #156
- Fix issue #136 by @llaville in #157
- Drop support to Symfony 4.4 by @llaville in #159
Full Changelog: 0.2.4...0.2.5
0.2.4
0.2.3
What's Changed
- Add support to PHPUnit 10 by @llaville in #123
- Clean-up unusedcode by @llaville in #125
- Global namespace imports by @llaville in #131
- Add typed properties when missing by @llaville in #132
- Add support to PHP-Parser 5.0 by @llaville in #133
- Remove temporary workaround about PHPUnit 9.6 by @llaville in #139
- Code QA : add
declare_strict_types
if necessary and remove unused import by @llaville in #144 - Fixed issue #136 and implement new feature #137 by @llaville in #138
- Fix issue #148 by @llaville in #149
- Fix issue #142 by @llaville in #146
New Contributors
Full Changelog: 0.2.2...0.2.3
0.2.2
Features π‘
- Add symfony 7 support by @VincentLanglet in #121
Maintenance π§
- Bump nikic/php-parser to 4.16 by @samsonasik in #108
New Contributors
- @samsonasik made their first contribution in #108
- @VincentLanglet made their first contribution in #121
Full Changelog: 0.2.1...0.2.2
0.2.1
Full Changelog: 0.2.0...0.2.1
0.2.0
Feature π‘
- Feature: Handle name resolving with PHP-Parser's NameResolver by @eliashaeussler in #92
Full Changelog: 0.1.13...0.2.0
0.1.13
Fixes π
- Add test cases to cover #66 by @icanhazstring in #90
- Fix: Match short namespace symbols by @eliashaeussler in #91
New Contributors
- @eliashaeussler made their first contribution in #91
Full Changelog: 0.1.12...0.1.13
0.1.12
What's Changed
- Ignore non existing files/dirs by @icanhazstring in #88
- Add test cases to avoid undefined property calls by @icanhazstring in #89
Full Changelog: 0.1.11...0.1.12
0.1.11
0.1.10
Bugfixes π
- Fix composer.json constraint for symfony/finder by @Jean85 in #44
- Return empty symbol list when reflection could not be loaded by @icanhazstring in #63
Features π‘
New Contributors
Full Changelog: 0.1.9...0.1.10