Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

zend-code 3.2.0

Compare
Choose a tag to compare
@Ocramius Ocramius released this 23 Jul 13:08
· 173 commits to master since this release
release-3.2.0
0294464

3.2.0 - 2017-07-23

Added

  • #112
    #110 Introduced
    support for the PHP 7.2 object type-hint
  • #41 Added VarTag
    support to the docblock generators and reflectors: allows generating
    and parsing @var tags.
  • #113 Added
    PHP 7.2 to the build matrix
  • #114 Increased
    minimum supported PHP version to ^7.1.0
  • #114 Upgraded
    PHPUnit dependency to ^6.2.2
  • #121 Imported
    global functions via use statements (experimenting with OpCache
    OPCODE inlining optimisations)

Deprecated

  • Nothing.

Removed

  • #113
    #118 Removed
    HHVM support
  • #122 Removed
    IRC notifications for pushes/build statuses

Fixed

  • #101 avoid
    calling isInternalPhpType twice in the TypeGenerator
  • #115 Replaced
    assertions in the test suite with their static counterparts where
    applicable
  • #120
    #109
    #100 Applied
    ZendFramework coding standard to the library code
  • #119 Corrected
    test suite errors caused by mismatching parameter order
  • #106
  • #107 Minor
    typing error corrections in documentation and error messages

Total issues resolved: 16