Skip to content

Releases: czproject/phpdepend

Version 2.0.0

31 Mar 09:05
Compare
Choose a tag to compare
  • changed namespace to CzProject\PhpDepend (BC BREAK)
  • dropped support for PHP 5.3, 5.4 & 5.5
  • fixed for PHP 7.x & PHP 8.x

Version 1.0.8

20 Feb 17:46
Compare
Choose a tag to compare
  • bug fix - fixed parsing of group use statement (for example use NS\{ClassA, ClassB as B})

Version 1.0.7

07 Feb 18:27
Compare
Choose a tag to compare
  • bug fix - fixed parsing of ::class keyword (#7)

Version 1.0.6

13 Oct 15:07
Compare
Choose a tag to compare
  • bug fix - namespace resets aliases
  • removed not used property
  • updated tests (removed useless code, added new tests, etc.)

Version 1.0.5

05 Oct 11:20
Compare
Choose a tag to compare
  • bug fix - added support for new namespace\Foo, extends namespace\Foo, implements namespace\Foo and use namespace\Foo (for traits)
  • removed useless code
  • added a test for namespace syntaxes (global namespace syntax and simple combination syntax)

Version 1.0.4

04 Oct 09:22
Compare
Choose a tag to compare
  • bug fix - missing support for use NS1; use NS2; ...
  • added description to methods
  • Composer: bug fix - wrong filepath for autoload
  • Composer: changed description, added info about minimal PHP version & PHP extension
  • Readme: updated (added instalation info, added link to API doc, etc.)
  • Tests: updated Nette\Tester on version 0.9.3
  • Tests: added new tests (test for more namespaces in one file, etc.)

Version 1.0.3

29 Aug 14:07
Compare
Choose a tag to compare
  • bug fix - typo in annotation of Traits-test

Version 1.0.2

29 Aug 14:01
Compare
Choose a tag to compare
  • bug fix in readTrait() method
  • bug fix in readStaticClass() method
  • source code moved into /src directory
  • added new tests

Version 1.0.1

29 Aug 14:04
Compare
Choose a tag to compare
  • bug fix - wrong return value from getDependencies() method
  • added basic tests (Nette\Tester)

Version 1.0.0

29 Aug 14:05
Compare
Choose a tag to compare

First public version.