Skip to content

Releases: marabesi/php-import-checker

0.6.4

06 Dec 17:03
Compare
Choose a tag to compare
  • Fix for highlight when using classes in throw expression
  • Fix for highlight when using classes in catch expression
  • Fix walking the source code tree

0.6.3

06 Dec 14:30
Compare
Choose a tag to compare

Fixes issues with inheritance in classes, interfaces and trait use

0.6.1

05 Dec 14:42
Compare
Choose a tag to compare

fix not highlighting unused classes inside closures in a class

php-parse and security fixes

04 Dec 18:32
Compare
Choose a tag to compare
  • Security fixes (via dependabot)
  • Extension rewrite to use php-parser instead of regex

Updated project dependencies (npm audit fixes)

11 Apr 22:38
Compare
Choose a tag to compare

Updated project dependencies

26 Jan 19:52
Compare
Choose a tag to compare
0.4.0

Merge branch 'master' of https://github.com/marabesi/php-import-checker

Support added to "use const" statement

30 Mar 18:47
Compare
Choose a tag to compare
0.3.0

changelog updated with 0.3.0 version info

Support added to "use function" statement

20 Feb 21:24
Compare
Choose a tag to compare

Bug fixes

21 Dec 10:03
Compare
Choose a tag to compare
  • Change regex to only match "use" at the start of a line (#12)
  • Fix: wrong hightlight when using Trait (#12)
  • Fix: typo in the configuration property (#c0f65f9)

Feature to change the highlight color based on the user configuration file (php.import.highligh)

23 Nov 15:46
c632f21
Compare
Choose a tag to compare