Skip to content

Releases: PHP-DI/PhpDocReader

2.2.1

12 Oct 12:40
Compare
Choose a tag to compare

Fix type issue

2.2.0

12 Oct 11:33
d6e59b5
Compare
Choose a tag to compare

#20 PHP 8 support

2.1.1

26 Sep 11:25
15678f7
Compare
Choose a tag to compare

#17 Add iterable to the list of ignored types

2.1.0

18 Feb 17:39
7d0de60
Compare
Choose a tag to compare

Support for PHP 5.3 was dropped.

#12: Support for the mixed type

2.0.1

29 Nov 10:55
Compare
Choose a tag to compare

Bugfix: #7 fixes PHP-DI/PHP-DI#335

2.0.0

01 Jun 14:29
Compare
Choose a tag to compare

The package was renamed from mnapoli/phpdocreader to php-di/phpdoc-reader and moved to the PHP-DI organization.

Additionally the package is now standalone and doesn't require doctrine/annotations anymore.

1.3.0

21 Aug 08:21
Compare
Choose a tag to compare

Added an option to ignore phpdoc errors (invalid classes)

1.2.1

28 Jan 14:50
Compare
Choose a tag to compare

Bugfix related to #3 (support class names containing "_")

1.2.0

28 Jan 14:35
Compare
Choose a tag to compare

Fixes #3: Handle unrecognizable types: multiple types, generics, arrays, …

1.1.0

15 Dec 22:27
Compare
Choose a tag to compare

Changes:

  • deprecated getPropertyType in favor of getPropertyClass
  • deprecated getParameterType in favor of getParameterClass

Fixes:

  • #1 Primitive types (@var bool) would raise exceptions