PHP Documentor 2 v3.0.0-alpha.4 Release Notes

Release Date: 2019-08-11 // over 4 years ago
  • ๐Ÿš€ A fourth alpha release in v3 line. Containing a large number of bug fixes reported by alpha version users. Thanks a lot for this feedback. We do appreciate the feedback we've got.

    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

    • ๐Ÿš€ Automated release process
    • โž• Add php 7.3 to travis #2031
    • 0๏ธโƒฃ Make progress bars the default output

    ๐Ÿ—„ Deprecated

    • Nothing

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix(Dockerfile): configure: error: Please reinstall the libzip distribution #2099
    • Invalid tags will no longer prevent a whole file from being shown
    • ๐Ÿ‘Œ Improved QA pipeline with better checks and more stable tests
    • โž• Add bin folder for phpdoc to PATH in Docker image
    • ๐Ÿ”ง Make inclusion of sourcecode configurable
    • 0๏ธโƒฃ Default visibility for v3 config should be all, and not just public
    • ๐Ÿ›  Fix bug where a variadic argument was not detected as such
    • Enable Variadic checks and output visibility level when method cannot be found
    • โž• Added additional information when a method cannot be found
    • ๐ŸŒฒ Rewrite logging to clean up output
    • ๐Ÿง Ensure that the test works on both Mac and Linux
    • ๐Ÿ”ง Reintroduce the 'none' configuration file option
    • ๐Ÿ›  Fix regresion on phpdoc v2 config parsing
    • ๐Ÿ›  Fix for property tag
    • ๐Ÿ›  Fix author tag
    • โช Restore orginal pre v3 type system
    • โž• Add missing ext-json
    • Deduplicate types
    • ๐Ÿ‘Œ Improves autoloading detection
    • ๐Ÿ›  Fix crash with ini_set when opcache is enabled on CLI

    โœ‚ Removed

    • โœ‚ Remove Zend-cache dependency
    • โœ‚ Remove Zend-filter dependency
    • โœ‚ Remove plugin support
    • โœ‚ Remove deprecated symfony/lts package
    • โœ‚ Remove JMS Serializer and refactor infra packages
    • โœ‚ Delete Scrybe
    • โœ‚ Remove translation support from phpDocumentor
    • โœ‚ Remove php 7.0 support, v3 needs PHP 7.1 or higher

    ๐Ÿ”’ Security

    • Nothing