Skip to content

v0.3.0

Choose a tag to compare

@CybotTM CybotTM released this 11 Jan 23:07
· 505 commits to main since this release
v0.3.0
f523206

Features

  • TER Upload: Add automated TER upload to release workflow (#93f0d11)
  • Enhanced Test Infrastructure: Mock OAuth, E2E ddev support, parallel tests (#de0f426)
  • Playwright 1.57.0: Update with parallel execution support (#a047cb7)
  • Simplified Makefile: Comprehensive test commands (#3a16764)

Improvements

  • Typed DTOs: Replace shaped arrays with typed DTOs for improved type safety
  • PHPStan Level 10: Full type coverage with empty baseline
  • Codecov Integration: Improved coverage reporting with verification step

Fixes

  • Fix root-owned node_modules detection in E2E tests
  • Fix deprecated php-cs-fixer rules
  • Suppress PHPUnit 12 mock expectation notices
  • Filter TYPO3 dashboard widget errors in E2E tests

Performance

  • Enable opcache CLI and JIT for faster test execution
  • Enable parallel execution for php-cs-fixer

What's Changed

  • chore: update version to 0.2.0 by @CybotTM in #47
  • feat(ci): add TER upload to release workflow by @CybotTM in #48

Full Changelog: v0.2.0...v0.3.0