Releases: phpDocumentor/TypeResolver
Releases · phpDocumentor/TypeResolver
1.6.2
Added
- Upgrade to standardized phpdoc ci by @jaapio in #170
- Upgrade code to php 7.4 level by @jaapio in #171
- Build on php 8.2 by @jaapio in #172
Fixed
- Fix parsing nullable collections by @hemberger in #168
- Update inaccurate docblock in AbstractList by @Prusias in #174
New Contributors
- @hemberger made their first contribution in #168
- @Prusias made their first contribution in #174
Full Changelog: 1.6.1...1.6.2
1.6.1
1.6.0
Added
- Add list pseudo-type by @enumag in #136
- add support for "int<min,max>", "negative-int" and "numeric" by @voku in #139
Deprecated
- Nothing
Fixed
- Throw exception on invalid array start by @jaapio in #147
- GH Actions: version update for
ramsey/composer-install
by @jrfnl in #144
Removed
- Nothing
Security
- Nothing
New Contributors
Full Changelog: 1.5.1...1.6.0
1.5.1
1.5.0
This version contains various fixes, and adds support for php 8.1 including the new never
return type.
See the changelog below for details about this release.
Added
- support psalm scalar types #112, thanks to @smoench
- support for
never
return type #130 thanks to @jaapio
Deprecated
- Nothing
Fixed
- Update .gitattributes #115, thanks to @KasperFranz
- Do not include composer.lock in distribution #118 @kubawerlos
- Allow manual trigger of github actions #120, thanks to @jrfnl
- fix array-offset via "isset"-call #104, thanks to @voku
- GH Actions: simplify Composer caching #121, thanks to @jrfnl
- Tests/ArrayKeyTest: fix incorrect @uses tag #122 thanks to @jrfnl
- GH Actions: actually run the tests on PHP 8.0 + 8.1 #123 thanks to @jrfnl
- CS update after upstream changes #124, thanks to @jrfnl
- GH Actions: don't allow builds against PHP 8.1 to fail #125 @jrfnl
Removed
- Nothing
Security
- Nothing
1.4.0
Added
Deprecated
phpDocumentor\Reflection\Types\False_
is replaced by\phpDocumentor\Reflection\PseudoTypes\False_
will be removed in v2phpDocumentor\Reflection\Types\True_
is replaced by\phpDocumentor\Reflection\PseudoTypes\True_
will be removed in v2
Fixed
Removed
- Nothing
Security
- Nothing
1.3.0
1.2.0
1.1.0
Added
- Add collection syntax support for iterable, #80 thanks to @julienfalque
- Added support for class-string and class-string types, #90 thanks to @othercorey
- Deduplicate double entries in a compound thanks to @mvriel
- Type coverage improvements, thanks to @orklah
- BC check in ci, thanks to @jaapio
Deprecated
- Nothing
Fixed
- Infinite loop could occur when no closing use token found, thanks to @mvriel
Removed
- Nothing
Security
- Nothing