Skip to content

Releases: phpDocumentor/TypeResolver

0.6.0

26 Jan 20:00
6b6613f

Choose a tag to compare

0.6.0 Pre-release
Pre-release
  • bump to PHP 7.1 minimum
  • add strict typing

0.5.1

26 Jan 19:59

Choose a tag to compare

0.5.1 Pre-release
Pre-release
  • added missing pseudo-type alias of float

0.5.0: complex type support

28 Dec 21:09

Choose a tag to compare

Pre-release

Added

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

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

0.4.0: improved php 7+ support

14 Jul 14:31

Choose a tag to compare

Pre-release

Added

  • Renamed Mixed to Mixed_
  • Renamed Resource to Resource_

Deprecated

  • Nothing

Fixed

  • HHVM build on travis

Removed

  • Nothing

Security

  • Nothing

0.3: New features

04 Jun 19:43

Choose a tag to compare

0.3: New features Pre-release
Pre-release

Added

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

Deprecated

  • Nothing

Fixed

  • Code highlighting in readme.

Removed

  • Nothing

Security

  • Nothing

0.2.1: Last namespace separator is not removed

25 Nov 07:00

Choose a tag to compare

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.

Fixes https://github.com/phpDocumentor/TypeResolver/issues/26

0.2: Merge pull request #18 from hboomsma/feature/php71_compat

10 Jun 07:14

Choose a tag to compare

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

0.1.7: Merge pull request #16 from dunglas/fix_context_factory

19 Mar 17:55

Choose a tag to compare

Fix file_get_contents warning in ContextFactory

0.1.6: Merge pull request #10 from asgrim/improvements-for-pr9

19 Mar 17:53

Choose a tag to compare

Improvements for #9

0.1.5: Merge pull request #9 from asgrim/ignore-class-trait-usage

26 Oct 14:11

Choose a tag to compare

Ignore any tokens within classes when looking for namespaces