★ wanayoo — archive 1999 https://github.com/phpDocumentor/ReflectionDocBlock/releasesNouvelle recherche | Portail wanayoo
Skip to content
  • 5.2.2
  • 069a785
  • Compare
    Choose a tag to compare
    Search for a tag
  • 5.2.2
  • 069a785
  • Compare
    Choose a tag to compare
    Search for a tag

@jaapio jaapio released this Sep 17, 2020

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Update Link.php #239, thanks to @Kasp42
  • Param: fix phpdoc with reference hint #253, thanks to @voku
  • Do not resolve types if it's not possible #254, thanks to @voku

Removed

  • Nothing

Security

  • Nothing
Assets 2
  • 5.2.1
  • d870572
  • Compare
    Choose a tag to compare
    Search for a tag
  • 5.2.1
  • d870572
  • Compare
    Choose a tag to compare
    Search for a tag

@jaapio jaapio released this Aug 15, 2020 · 26 commits to master since this release

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • InvalidTag::flattenExceptionBacktrace() corrupts reference arguments #249, thanks to @nikic
  • Fix modified backtrace #250, thanks to @jaapio

Removed

  • Nothing

Security

  • Nothing
Assets 2
  • 5.2.0
  • 3170448
  • Compare
    Choose a tag to compare
    Search for a tag
  • 5.2.0
  • 3170448
  • Compare
    Choose a tag to compare
    Search for a tag

@jaapio jaapio released this Jul 20, 2020 · 31 commits to master since this release

Added

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing
Assets 2
  • 5.1.0
  • cd72d39
  • Compare
    Choose a tag to compare
    Search for a tag
  • 5.1.0
  • cd72d39
  • Compare
    Choose a tag to compare
    Search for a tag

@jaapio jaapio released this Feb 25, 2020 · 70 commits to master since this release

Added

Deprecated

Fixed

Removed

  • Nothing

Security

  • Nothing
Assets 2

@jaapio jaapio released this Feb 9, 2020 · 99 commits to master since this release

Added

  • Support for tag specialization as described in PRS-5 using :, thanks to @jaapio

Deprecated

  • Nothing

Fixed

  • restore [ to be allowed as the first character of tag body, thanks to @jaapio

Removed

  • Nothing

Security

  • Nothing
Assets 2
Pre-release
Pre-release

@jaapio jaapio released this Jan 27, 2020 · 109 commits to master since this release

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Fix invalid return of null in standard tag factory, thanks to @jaapio

Removed

  • Nothing

Security

  • Nothing
Assets 2
Pre-release
Pre-release

@jaapio jaapio released this Jan 16, 2020 · 111 commits to master since this release

This patch release contains a fix to enable serialization of the refelected docblocks. Before release 5.0.0-alpha8 it was possible to serialize the result of the docblock factory. With the introduction of the InvalidTag which contained an exception this option was broken. This new version restores the option to serialize the docblock result. Which is recommended to do when you need to process a lot of docblocks for caching purposes.

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Fix serialization error on InvalidTag, thanks to @jaapio

Removed

  • Nothing

Security

  • Nothing
Assets 2
Pre-release
Pre-release

@jaapio jaapio released this Jan 13, 2020 · 113 commits to master since this release

This patch release contains a breaking change for libraries/applications collecting exceptions from reflected docblocks. The library will now create an InvalidTag type and adds that to the output. The InvalidTag object will contain full information about the tag that could not be processed and the triggered exception during the processing of the tag.

Added

Deprecated

  • Nothing

Fixed

  • Docblocks containing invalid / misused tags will now be processed, #198 thanks to @jaapio

Removed

  • Nothing

Security

  • Nothing
Assets 2
  • 4.3.4
  • da3fd97
  • Compare
    Choose a tag to compare
    Search for a tag
  • 4.3.4
  • da3fd97
  • Compare
    Choose a tag to compare
    Search for a tag

@jaapio jaapio released this Dec 28, 2019 · 2 commits to release/4.x since this release

This patch release fixes a BC break in the previous release of this series. Due a change in the collection handling a different exception was thrown when a generic type hint was read. array<string, string> this library will not support the generics notation. We just made sure that we are behaving equally to what we did before.

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Fixed invalid implementation on example tag #181, thanks to @mvriel
  • Fixed breaking change of different exception thrown with generics, #186
  • Travis build is back to green, thanks to @GrahamCampbell and @mvriel

Removed

  • Nothing

Security

  • Nothing
Assets 2
Pre-release
Pre-release

@jaapio jaapio released this Dec 28, 2019 · 118 commits to master since this release

This patch release fixes a BC break in the previous release of this series. Due to a change in the collection handling a different exception was thrown when a generic type hint was read. array<string, string> this library will not support the generics notation. We just made sure that we are behaving equally to what we did before.

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Fixed invalid implementation on example tag #181, thanks to @mvriel
  • Fixed breaking change of different exception thrown with generics, #186
  • Travis build is back to green, thanks to @GrahamCampbell and @mvriel

Removed

  • Nothing

Security

  • Nothing
Assets 2
You can’t perform that action at this time.