Skip to content

Releases: phpDocumentor/TypeResolver

0.7.2 - regression fix release

22 Aug 18:16
Compare
Choose a tag to compare
Pre-release

This version contains a fixed regression regarding namespace alias interpretation.

Added

  • Nothing

Deprecated

  • Nothing

Fixed

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

Removed

  • Nothing

Security

  • Nothing

V1.0.0

08 Jul 19:41
Compare
Choose a tag to compare

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

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

0.7.1

12 Oct 18:37
9c0562f
Compare
Choose a tag to compare
0.7.1 Pre-release
Pre-release

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Throw exception on unclosed array in type notation

Removed

  • Nothing

Security

  • Nothing

0.7.0

22 Aug 20:27
8049085
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release

Added

  • Support for grouped use statements #64 thanks to @ragboyjr

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

0.6.3

09 Aug 16:01
f989f45
Compare
Choose a tag to compare
0.6.3 Pre-release
Pre-release

bump reflection-common dependency to newest beta

0.6.2

14 Jun 12:31
e81ce9e
Compare
Choose a tag to compare
0.6.2 Pre-release
Pre-release

bump reflection-common dependency to newest alpha

0.6.1

13 Feb 18:24
2870950
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release

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

0.6.0

26 Jan 20:00
6b6613f
Compare
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
Compare
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
Compare
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