2.0.0 - 31 Dec 2022

    Total issues resolved: 0
    Total pull requests resolved: 1
    Total contributors: 1

BC break

    94: Migrate codebase to PHP 8.1 thanks to @derrabus

1.5.0 - 31 Dec 2022

    Total issues resolved: 0
    Total pull requests resolved: 4
    Total contributors: 1

deprecation

    96: Deprecate internal constants thanks to @derrabus

documentation

    95: Simplify composer command line thanks to @derrabus

CI

    93: Bump dev tools and CI workflows thanks to @derrabus

Test Suite

    91: Fix tests on PHP 8.2 thanks to @derrabus

1.4.1 - 03 Mar 2022

    Total issues resolved: 0
    Total pull requests resolved: 3
    Total contributors: 2

bug

    90: Fail nicely on enum FQCNs thanks to @derrabus

CI

    89: Bump dev tools and CI workflows thanks to @derrabus
    84: Rename job thanks to @greg0ire


1.4.0 - Nov 10, 2020

    Total issues resolved: 0
    Total pull requests resolved: 2
    Total contributors: 2

enhancement

    77: Update PHPstan to 0.12 thanks to @franmomu
    75: Modify http ocramius.github.com => https ocramius.github.io thanks to @matks


1.3.1 - May 29, 2020

    Total issues resolved: 0
    Total pull requests resolved: 1
    Total contributors: 1

enhancement

    68: Test against PHP 8 thanks to @alcaeus


1.3.0 - Nov 10, 2019

    Total issues resolved: 1
    Total pull requests resolved: 3
    Total contributors: 4

enhancement

    61: Adds support of internal child class instantiation thanks to @gquemener
    60: Typehint getReflectionClass thanks to @seferov
    59: Fix error_handler type hints thanks to @ScullWM
    39: Can't instantiate final class extending ArrayIterator thanks to @ciaranmcnulty


1.2.0 - Mar 21, 2019

This release simplifies the internal code by leveraging PHP 7.1+
functionality, adds static analysis and coding standards to CI
integration, and brings in minimal performance improvements.

Total issues resolved: 11

    36: replace athletic with phpbench thanks to @bendavies
    37: Add Phpstan to CI thanks to @bendavies
    41: Apply Doctrine CS 2.1, PHP 7.2 on CI thanks to @Majkl578
    43: CS 4.0, PHPStan 0.9, PHPUnit 7, static asserts, composer.lock, merged stages thanks to @Majkl578
    47: Update homepage thanks to @Majkl578
    50: Extend Throwable in Exception marker interface thanks to @BackEndTea
    53: restore_error_handler, typehint thanks to @seferov
    55: CI: Test against PHP 7.4snapshot instead of nightly (8.0) thanks to @Majkl578
    56: Drop HHVM relics thanks to @Majkl578
    57: Updated phpstan to 0.11 + added phpstan's rules for phpunit thanks to @CZechBoY
    58: Updated doctrine/coding-standard to 6.0 thanks to @patrickjahns


1.1.0 - Jul 22, 2017

This release raises the minimum required PHP version to 7.1.0.

HHVM official support was dropped.

In addition to that, cleanups were applied in the library, making
it slightly more efficient, as a few checks for old PHP version
compatibility were dropped.

Total issues resolved: 3

    23: Cleanup: old php versions compat cleanup thanks to @Ocramius
    27: Using the higher entropy uniqid thanks to @mikeSimonson
    29: Modern way of specifying class path thanks to @NinoSkopac


1.0.5 - Jun 14, 2015

Total issues resolved: 7

    13: Use stable php_codesniffer
    14: PSR-4, retaining original folder structure
    15: travis: optimize to run coverage only once
    16: add new line at .gitignore for eof
    18: add shebang to .travis.install.sh
    19: Remove the hhvm-nightly job from the matrix
    20: Cannot instantiate final class if it extends internal


1.0.4 - Oct 13, 2014

Total issues resolved: 1

    11: Change PHP version constraint to support PHP 7


1.0.3 - Oct 4, 2014

Total issues resolved: 2

    7: Instantiator attempts to clone classes that are not cloneable
    8: Avoid cloning uncloneables


1.0.2 - Aug 25, 2014

Total issues resolved: 2

    5: Relax suggested version.
    6: PHP 5.6.0 already supports instantiation via reflection


1.0.1 - Aug 14, 2014

Total issues resolved: 1

    4: Cloneables uniqueness


1.0.0 + Aug 13, 2014

First stable release of doctrine/instantiator, as imported from ocramius/instantiator
