This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
zend-code 3.2.0
Ocramius
released this
23 Jul 13:08
·
173 commits
to master
since this release
3.2.0 - 2017-07-23
Added
- #112
#110 Introduced
support for the PHP7.2
object
type-hint - #41 Added
VarTag
support to the docblock generators and reflectors: allows generating
and parsing@var
tags. - #113 Added
PHP7.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 viause
statements (experimenting with OpCache
OPCODE inlining optimisations)
Deprecated
- Nothing.
Removed
Fixed
- #101 avoid
callingisInternalPhpType
twice in theTypeGenerator
- #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
- 41: Add @var tag support in dockblocks thanks to @red-led
- 100: New coding standard thanks to @Koopzington
- 101: Don't call isInternalPhpType() twice in TypeGenerator thanks to @danez
- 106: Minor spelling fixes thanks to @ka7
- 107: Fixed typo thanks to @dverkade
- 109: Feature - extended CS sniffs thanks to @webimpress
- 110: Add support for PHP 7.2's
object
type hint thanks to @Ocramius - 112: Introduce PHP7.2
object
type hint thanks to @shulard - 113: Drop hhvm build, added PHP 7.2 (nightly) build thanks to @webimpress
- 114: Bumped PHP to 7.1 and updated PHPUnit to ^6.2.2 thanks to @webimpress
- 115: Changed all assertions to self::assert instead of $this->... thanks to @webimpress
- 118: Fixed travis configuration - removed hhvm in condition thanks to @webimpress
- 119: Fixes in tests - changed order of params thanks to @webimpress
- 120: Rebased #100 - New coding standard thanks to @webimpress
- 121: Import PHP internal functions thanks to @webimpress
- 122: Remove IRC notifications in travis configuration thanks to @webimpress