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
