Skip to content

3.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Dec 22:46
· 85 commits to develop since this release

What’s Changed

  • Fix warnPropertyDoesNotExist to match native php behaviour (#336) @mvorisek
  • Add InitializerTrait::assertIsInitialized() method (#335) @mvorisek
  • Fix dynamic method exception when method is defined but not visible (#334) @mvorisek
  • Display short name as a fallback in exception render (#333) @mvorisek
  • Fix tests when atk4/ui is installed and remove atk4/data dev dependency (#328) @mvorisek
  • Warn if property does not exist and add it to DiContainerTrait (#329) @mvorisek
  • Test with PHP 8.1 (#324) @mvorisek
  • Relativize paths in anonymous classes in exception render (#327) @mvorisek
  • Fix spaces before/after "=>" in comments (#325) @mvorisek
  • Bump versions for the next release (#319) @mvorisek

Breaking Changes