Releases: cdn77/PhpEntityFqnExtractor
Releases · cdn77/PhpEntityFqnExtractor
0.2.4
What's Changed
- Update vimeo/psalm-github-actions Docker tag to v4.26.0 by @renovate in #44
- Update vimeo/psalm-github-actions Docker tag to v4.27.0 by @renovate in #45
- chore(deps): update dependency cdn77/coding-standard to v7 by @renovate in #49
- chore(deps): update dependency psalm/plugin-phpunit to ^0.18.0 by @renovate in #48
- chore(deps): update dependency vimeo/psalm to v5 by @renovate in #51
- chore(deps): update dependency phpunit/phpunit to v10 by @renovate in #50
- chore(deps): update actions/checkout action to v4 by @renovate in #54
- chore(deps): require phpunit v10.4 by @simPod in #56
- chore(deps): update dependency infection/infection to ^0.27.0 by @renovate in #52
- docs: fix infection badge by @simPod in #57
- chore(deps): update dependency ubuntu to v22 by @renovate in #53
- chore(deps): update github/codeql-action action to v3 by @renovate in #58
- ci: fix variable reference by @simPod in #61
- chore(deps): update actions/upload-artifact action to v4 by @renovate in #60
- chore(deps): update actions/download-artifact action to v4 by @renovate in #59
- ci: fix indent by @simPod in #62
- chore(deps): update dependency psalm/plugin-phpunit to ^0.19.0 by @renovate in #65
- ci: use codecov token by @simPod in #67
- feat: drop php 8.1 support by @simPod in #68
- chore(deps): update codecov/codecov-action action to v4 by @renovate in #63
- ci: use native Infection by @simPod in #69
- ci: drop psalm by @simPod in #70
- chore(deps): update dependency infection/infection to ^0.28.0 by @renovate in #66
- chore(deps): update dependency phpunit/phpunit to v11 by @renovate in #64
- chore(deps): update dependency infection/infection to ^0.29.0 by @renovate in #71
- ci(phpunit): remove beStrictAboutTodoAnnotatedTests by @simPod in #73
- chore(deps): require phpunit 11.4 by @simPod in #75
- chore(deps): update dependency ubuntu to v24 by @renovate in #72
- chore(phpstan): remove dead path from parameters.excludePaths by @simPod in #77
- ci: test on php 8.4 by @simPod in #76
- chore(deps): update phpstan packages to v2 (major) by @renovate in #74
Full Changelog: 0.2.3...0.2.4
Enum extractor
What's Changed
- Update psalm/plugin-phpunit requirement from ^0.16.1 to ^0.17.0 by @dependabot in #30
- Configure Renovate by @renovate in #31
- Update actions/checkout action to v3 by @renovate in #33
- Update dependency vimeo/psalm-github-actions to v4.23.0 by @renovate in #32
- chore: require php 8.1 by @simPod in #39
- chore: drop dependabot by @simPod in #40
- Update github/codeql-action action to v2 by @renovate in #38
- Update codecov/codecov-action action to v3 by @renovate in #37
- Update actions/download-artifact action to v3 by @renovate in #35
- Update actions/upload-artifact action to v3 by @renovate in #36
- refactor: use native sprintf by @simPod in #41
- chore: raise cs php version to 8.1 by @simPod in #43
- feat: introduce enum extractor by @simPod in #42
New Contributors
Full Changelog: 0.2.2...0.2.3
Allow thecodingmachine/safe v2
What's Changed
- Update infection/infection requirement from ^0.25.1 to ^0.26.0 by @dependabot in #27
- Update cdn77/coding-standard requirement from ^5.0 to ^6.0 by @dependabot in #28
- Allow thecodingmachine/safe v2 by @simPod in #29
Full Changelog: 0.2.1...0.2.2
Parse manually again
What's Changed
Full Changelog: 0.2.0...0.2.1
Token parsing now works on PHP 8.1 and parsing with nikic/php-parser is expensive on performance and not required for use case of this library.
0.2.0
What's Changed
- Update phpstan/phpstan-strict-rules requirement from 0.12.4 to 0.12.5 by @dependabot in #6
- Update phpstan/phpstan requirement from 0.12.40 to 0.12.92 by @dependabot in #4
- Update psalm/plugin-phpunit requirement from ^0.13.0 to ^0.16.1 by @dependabot in #5
- Update cdn77/coding-standard requirement from ^4.0 to ^5.0 by @dependabot in #7
- Update phpstan/phpstan-strict-rules requirement from 0.12.5 to 0.12.10 by @dependabot in #10
- Update phpstan/phpstan-phpunit requirement from 0.12.16 to 0.12.21 by @dependabot in #9
- Update phpstan/phpstan requirement from 0.12.92 to 0.12.93 by @dependabot in #11
- Update infection/infection requirement from ^0.23.0 to ^0.24.0 by @dependabot in #12
- Update phpstan/phpstan requirement from 0.12.93 to 0.12.94 by @dependabot in #13
- Update phpstan/phpstan-phpunit requirement from 0.12.21 to 0.12.22 by @dependabot in #14
- Update phpstan/phpstan requirement from 0.12.94 to 0.12.96 by @dependabot in #15
- Update phpstan/phpstan-strict-rules requirement from 0.12.10 to 0.12.11 by @dependabot in #16
- Test on PHP 8.0 by @simPod in #21
- Update phpstan/phpstan requirement from 0.12.96 to 0.12.99 by @dependabot in #19
- Update infection/infection requirement from ^0.24.0 to ^0.25.1 by @dependabot in #20
- Leverage nikic/php-parser instead of home-made token parsing by @simPod in #23
- Test on PHP 8.1 by @simPod in #22
- Test exception messages by @simPod in #25
- Catch php-parser exceptions by @simPod in #24
New Contributors
- @dependabot made their first contribution in #6
Full Changelog: v0.1.0...0.2.0