Skip to content

Releases: cdn77/PhpEntityFqnExtractor

Enum extractor

22 Jul 15:49
b565bae
Compare
Choose a tag to compare

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

22 Mar 19:30
5d295b2
Compare
Choose a tag to compare

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

30 Nov 10:42
9d07daa
Compare
Choose a tag to compare

What's Changed

  • Parse namespace again instead of using nikic/php-parser by @simPod in #26

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

16 Nov 10:04
e871fcb
Compare
Choose a tag to compare

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

Full Changelog: v0.1.0...0.2.0

v0.1.0

05 Nov 10:42
Compare
Choose a tag to compare

Init