Skip to content

1.10.0

Choose a tag to compare

@koriym koriym released this 27 Oct 03:43
· 41 commits to 1.x since this release

What's Changed

Added

  • Domain type aliases following BEAR.Package conventions
  • PHP 8.5 support in CI test matrix
  • Readonly properties for ResMeta value object

Changed

  • BREAKING: Minimum PHP version upgraded from 8.0 to 8.1
  • Lowered dependency requirements for better compatibility (bear/resource ^1.0, koriym/psr4list ^1.0.2)
  • Updated PHPUnit to ^9.6 for PHP 8.1 support
  • Achieve 100% Psalm type inference

Removed

  • Removed post-install/update-cmd scripts for CI compatibility
  • Removed phpmetrics dependency

Fixed

  • Windows path separator issues in tests

Full Changelog: 1.9.0...1.10.0