1.0.1 - Aug 22, 2019

This version contains a fixed regression regarding namespace alias interpretation.

Fixed

    Fixed #76 ContextFactory incorrect namespace aliases, thanks to @piku235

0.7.2 - Aug 22, 2019 - regression fix release

This version contains a fixed regression regarding namespace alias interpretation.

Fixed

    Fixed #76 ContextFactory incorrect namespace aliases, thanks to @piku235

1.0.0 - Jul 8, 2019

This release doesn't contain any new features since the previous release.
All methods do have the correct typehints and return types now.
The codebase is fully checked with phpstan and psaml.

Added

    QA pipeline

0.7.1 - Oct 12, 2018

Fixed

    Throw exception on unclosed array in type notation

0.7.0 - Aug 22, 2018

Added

    Support for grouped use statements #64 thanks to @ragboyjr

0.6.3 - Aug 9, 2018

bump reflection-common dependency to newest beta

0.6.2 - Jun 14, 2018

bump reflection-common dependency to newest alpha

0.6.1 - Feb 13, 2018

Fixed #55 : ContextFactory::createFromReflector() doesn't work with ReflectionProperty

0.6.0 - Jan 26, 2018

    bump to PHP 7.1 minimum
    add strict typing

0.5.1 - Jan 26, 2018

    added missing pseudo-type alias of float

0.5.0 - Dec 28, 2017

complex type support

Added

    Support of array expression of PSR-5
    Support of collections
    Improved php 7.0 code
    phpstan max level.

0.4.0 - Jul 14, 2017

Improved php 7+ support

Added

    Renamed Mixed to Mixed_
    Renamed Resource to Resource_

Fixed

    HHVM build on travis

0.3 - Jun 4, 2017

New features

Added

    Support for iterable type.
    Support for Nullable type
    Support for parent type
    Travis build for php 7.1

Fixed

    Code highlighting in readme.

0.2.1 - Nov 25, 2016

Last namespace separator is not removed

Because the count function was used to determine the length of the FQNN the
last character was not correctly determined. This was remedied by replacing
the count function with strlen.

0.2 - Jun 10, 2016

Rename Void to Void_ since it is a reserved keyword in PHP7.1

0.1.8 - Mar 29, 2016

0.1.7 - Mar 19, 2016

Fix file_get_contents warning in ContextFactory

0.1.6 - 2 Dec 2015

0.1.5 - 18 Jul 2015

Ignore any tokens within classes when looking for namespaces

0.1.4 - 2 Jul 2015

0.1.3 - 26 Jun 2015

0.1.2 - 26 Jun 2015

0.1.1 - 12 Jun 2015

0.1 - 12 Jun 2015
