PHP Documentor 2 v3.0.0-alpha1 Release Notes

Release Date: 2017-12-24 // over 6 years ago
  • ๐Ÿš€ Our first release after months of development is a first huge step forward to improve the internals of phpDocumentor. This first alpha release should be a drop-in replacement for phpDocumentor v2. However we do strongly recommend to clear your phpDocumentor cache directory.

    ๐Ÿš€ This release should be able to parse your php 7+ projects without issues. We are still working on new features to be implemented like parsing of return types and scalar type hints.

    Call for feedback

    ๐Ÿš€ PhpDocumentor is developed by a small team with limited time. Our current code base is not fully covered by automated tests. So we are not able to find all regressions or missing features. We would be very grateful when you provide us feedback on this alpha release to improve the quality of phpDocumentor.

    ๐Ÿ”„ Change log

    โž• Added

    • ๐Ÿ†• New Reflection v4 component.
    • ๐Ÿ†• New Reflection Docblock v4 component
    • ๐Ÿ†• New Type Resolver component
    • ๐Ÿ†• New File finder component to replace our old Symfony based implementation.
    • ๐Ÿณ Docker image
    • โšก๏ธ All dependencies are updated to there latest versions.

    ๐Ÿ—„ Deprecated

    • Nothing

    ๐Ÿ›  Fixed

    • ๐Ÿ› Bug fixes on @use and @link elements

    โœ‚ Removed

    • ๐Ÿ‘ Symlink support
    • Validators
    • ๐Ÿ‘ php 5 support
    • PEAR install method

    ๐Ÿ”’ Security

    • Nothing