All Versions
23
Latest Version
Avg Release Cycle
51 days
Latest Release
831 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v4.11.0 Changes
October 24, 2020๐ Release Notes for 4.11.0
๐ Feature release (minor)
4.11.0
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
๐ bug
-
v4.10.0 Changes
October 01, 2020๐ Release Notes for 4.10.0
4.10.0
- Total issues resolved: 1
- Total pull requests resolved: 8
- Total contributors: 4
โจ enhancement
- ๐ 692: Added laminas/automatic-releases thanks to @asgrim and @Ocramius
๐ bug,enhancement
- ๐ 690: Use
serialize()
instead ofjson_encode()
inMemoizingParser
- faster/simpler, but more memory usage thanks to @Nyholm
dependencies
- ๐ 687: Bump nikic/php-parser from 4.5.0 to 4.6.0 thanks to @dependabot-preview[bot]
- ๐ 686: Bump phpunit/phpunit from 9.2.5 to 9.2.6 thanks to @dependabot-preview[bot]
- ๐ 684: Bump doctrine/coding-standard from 8.0.0 to 8.1.0 thanks to @dependabot-preview[bot]
- ๐ 683: Bump vimeo/psalm from 3.12.1 to 3.13.1 thanks to @dependabot-preview[bot]
- ๐ 681: Bump phpdocumentor/reflection-docblock from 5.1.0 to 5.2.0 thanks to @dependabot-preview[bot]
dependencies,duplicate
- ๐ 682: Bump nikic/php-parser from 4.5.0 to 4.7.0 thanks to @dependabot-preview[bot]
-
v4.9.0 Changes
July 10, 2020๐ Release 4.9.0
4.9.0
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
โจ enhancement
-
v4.8.0 Changes
July 09, 2020๐ Release 4.8.0
4.8.0
- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 2
โจ enhancement
- ๐ 660: Detect internal functions that are
@deprecated
thanks to @BackEndTea and @asgrim
-
v4.7.0 Changes
July 06, 2020๐ Release 4.7.0
4.7.0
- Total issues resolved: 1
- Total pull requests resolved: 6
- Total contributors: 4
dependencies,enhancement
- ๐ 677: Bump vimeo/psalm from 3.11.2 to 3.12.1 thanks to @DanielBadura
- ๐ 675: Bump doctrine/coding-standard from 7.0.2 to 8.0.0 thanks to @DanielBadura
๐ bug
- ๐ 674: Fix
Adapter\ReflectionClass::$name
to be read from the reflection class adapter rather than the parentReflectionClass::$name
thanks to @ondrejmirtes - ๐ 661: Merge release 4.6.1 into master thanks to @asgrim
dependencies
- ๐ 669: Bump vimeo/psalm from 3.11.2 to 3.12.1 thanks to @dependabot-preview[bot]
- ๐ 666: Bump doctrine/coding-standard from 7.0.2 to 8.0.0 thanks to @dependabot-preview[bot]
-
v4.6.1 Changes
June 12, 2020๐ Release 4.6.1
4.6.1
- Total issues resolved: 2
- Total pull requests resolved: 1
- Total contributors: 2
๐ bug
-
v4.6.0 Changes
June 12, 2020๐ Release 4.6.0
4.6.0
- Total issues resolved: 1
- Total pull requests resolved: 2
- Total contributors: 3
๐ bug
โจ enhancement
-
v4.5.0 Changes
June 10, 2020๐ Release 4.5.0
4.5.0
- Total issues resolved: 6
- Total pull requests resolved: 8
- Total contributors: 4
๐ bug
- ๐ 656:
ReflectionMethod::getPrototype()
should report implementing vlass prototype, and skip constructors thanks to @kukulich and @ondrejmirtes - โ
655: Fixed
MemoizingParserTest::testParsedCodeIsDifferentAtEachParserLookup()
assertions to use SUT thanks to @kukulich - ๐ 653: Getting the last doc comment instead of the first one matches PHP reflection thanks to @kukulich and @ondrejmirtes
- 0๏ธโฃ 651: Parameter with default value before variadic parameter should be optional thanks to @kukulich and @ondrejmirtes
- ๐ 650: Fixed
Reflection/ReflectionFunctionAbstract::isGenerator()
for functions withyield from
thanks to @kukulich and @ondrejmirtes - ๐ 649: Fixed
ReflectionClass::getImmediateInterfaces()
to only return immediately implemented interfaces thanks to @kukulich and @smoench - ๐ 641: Fix name of
CalculateReflectionColumn
class thanks to @phil-davis
โจ enhancement
- โ๏ธ 642: Fix minor typos thanks to @phil-davis
-
v4.4.0 Changes
June 04, 2020๐ Release 4.4.0
4.4.0
- Total issues resolved: 4
- Total pull requests resolved: 10
- Total contributors: 4
โจ enhancement
- ๐ 638: Added note about runtime reflection speed thanks to @asgrim
- ๐ 637:
ReflectionSourceStubber
should generate types of properties thanks to @kukulich - ๐ 630: Removed duplicate ReflectionSourceStubber::addParameterModifiers() call thanks to @kukulich
๐ bug
๐ 636:
ReflectionSourceStubber
should not generateabstract
for interface methods thanks to @kukulich๐ 634: Fixed some bugs reported by Infection thanks to @kukulich
๐ 629: Fixed ReflectionClass::getReflectionConstant() in adapter for non-existent constant thanks to @kukulich and @ondrejmirtes
๐ 633: Removed broken build badge thanks to @kukulich
dependencies,enhancement
- โฌ๏ธ 623: #571 upgrade to php 7.4 thanks to @Ocramius
- ๐ 608: PHP 7.4 is required thanks to @kukulich and @Ocramius
- โ 606: #599 add infection (mutation testing) to test runs thanks to @Ocramius
-
v4.3.0 Changes
May 28, 2020๐ Release 4.3.0
4.3.0
- Total issues resolved: 8
- Total pull requests resolved: 27
- Total contributors: 6
dependencies,enhancement
- ๐ 622: TRUE, FALSE, NULL constant names compatible with PHP thanks to @kukulich
- ๐ 607: Verify
ReflectionSourceStubber
andPhpInternalSourceLocator
againstFFI
,memcache
,mongodb
andredis
extension symbols thanks to @kukulich - โก๏ธ 605: Updated GitHub actions to use
actions/[email protected]
andshivammathur/[email protected]
thanks to @kukulich
โจ enhancement
- ๐ 621: Annotations cleanup thanks to @kukulich
- ๐ 619: Removed mis-typed docblock annotations thanks to @kukulich
- ๐ 595: Psalm.xml cleanup thanks to @orklah
- ๐ 594: Add hello world github action for #585 to base off thanks to @asgrim
- ๐ 593: Removed outdated @psalm-suppress thanks to @kukulich
- ๐ 592: Fixed PhpStormStubsSourceStubber for classes/functions/constants in namespace thanks to @kukulich
- ๐ 591: Return system directory separator in adapters thanks to @kukulich
- ๐ 585: Travis is dead, long live GitHub actions thanks to @kukulich
- ๐ 584: bump phpstan version from 0.12.19 to 0.12.25 thanks to @DanielBadura
- โก๏ธ 578: Updated CS thanks to @kukulich
๐ bug,dependencies
- ๐ 618: PhpStormStubsSourceStubber fixes for case-insensitive classes/functions/constants thanks to @kukulich and @ondrejmirtes
- ๐ 609: Exclude PhpStormStubsSourceStubber temporarily from the PHPStan analysis thanks to @ondrejmirtes
๐ bug
- ๐ 610: Fixed
ReflectionClass::isInstance()
adapter compatibility with native reflection thanks to @kukulich - ๐ 604: #573 ensure
AutoloadSourceLocator
does not interfere with autoloading of PHP-Parser nor BetterReflection internals thanks to @Ocramius - ๐ 602: Fixed hidden bugs that were masked by replaced/shadowing error handler thanks to @kukulich
- ๐ 601: Methods are case insensitive, and should be mapped and looked up without considering casing thanks to @kukulich
- ๐ 597:
ReflectionMethod::isAbstract()
should return true for interface methods thanks to @kukulich and @Ocramius - ๐ 590: Fixed methods cache in ReflectionClass thanks to @kukulich
- ๐ 589: Fixed ReflectionClass::getMethods() and ::getProperties() in adapter thanks to @kukulich
- 0๏ธโฃ 587: Fixed ReflectionSourceStubber for unsupported values of default properties thanks to @kukulich
- ๐ 582:
AutoloadSourceLocator
should supportphar://
paths as well asfile://
thanks to @kukulich and @ondrejmirtes - ๐ 581: Fixed many traits bugs thanks to @kukulich and @ondrejmirtes
๐ bug,reflection compatibility
- ๐ 586: Fixed ReflectionMethod::isAbstract() in adapter thanks to @kukulich
- ๐ 583: Fixed ReflectionNamedType adapter thanks to @kukulich and @ondrejmirtes