1.8.0
Overview
- Raise PHPStan version to at least 1.8
- Add support up to PHP 8.2
- Drop support for TYPO3 9.5
- Add support for TYPO3 12.0
- Lots of other improvements
What's Changed
- forwardToReferringRequest is not always exiting by @sabbelasichon in #46
- Fix internal issue detected by phpstan with TYPO3 HEAD by @sascha-egerer in #56
- Require phpstan ^1.6 by @sascha-egerer in #57
- Fix phpstan call in phing to respect configured path by @sascha-egerer in #58
- Fixed class paths in context getAspect mapping by @tlueder in #55
- Make attributes of Request Api configurable by @tlueder in #51
- Fix invalid condition in Typo3ClassNamingUtilityTrait by @sascha-egerer in #59
- Allow index for ObjectStorage to be int by @tlueder in #48
- Allow more complex phpdoc types in mappings and add more tests by @sascha-egerer in #60
- Make attributes of Site Api configurable by @tlueder in #53
- Add validator resolver rule by @sabbelasichon in #49
- [TASK] Make the test matrix entries explicit by @oliverklee in #70
- [TASK] Upgrade the GitHub Actions by @oliverklee in #72
- [TASK] Require PHPStan 1.8 by @oliverklee in #71
- [TASK] Drop support for TYPO3 8LTS by @oliverklee in #75
- [TASK] Bump the TYPO3 11 dependecy to the 11LTS version (11.5) by @oliverklee in #73
- [BUGFIX] Add
symfony/polyfill-php80
as a dev dependency by @oliverklee in #77 - [FEATURE] Add the TYPO3 version to the CI matrix by @oliverklee in #74
- [TASK] Downgrade to PHPUnit 8.5 by @oliverklee in #76
- [FEATURE] Add official support for PHP 8.2 by @oliverklee in #79
- [TASK] Update the development dependencies by @oliverklee in #80
- [BUGFIX] Use a bounded dependency on
nikic/php-parser
by @oliverklee in #81 - [FEATURE] Add PHP 7.2 to the CI test matrix by @oliverklee in #78
- [TASK] Also test TYPO3 10LTS with PHP 7.2 on CI by @oliverklee in #83
- [TASK] Raise the dependencies to the latest minor/bugfix version by @oliverklee in #84
- [TASK] Do not package development-only files by @oliverklee in #86
- [TASK] Drop support for TYPO3 9LTS by @oliverklee in #87
- [FEATURE] Add support for TYPO3 12 by @oliverklee in #82
New Contributors
- @sabbelasichon made their first contribution in #46
- @tlueder made their first contribution in #55
- @oliverklee made their first contribution in #70
Full Changelog: 1.1.2...1.8.0