Skip to content

Releases: bearsunday/BEAR.AppMeta

1.10.0

27 Oct 03:43

Choose a tag to compare

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

1.9.0

11 Jan 10:02
58cb9d9

Choose a tag to compare

Windows

  • Enable Windows Compat

What's Changed

  • Enable latest PHP compat by @koriym in #35
  • Enable PHP8.4 and Windows compat: Normalize file path handling and refactor tests by @koriym in #36
  • Update license copyright year(s) by @github-actions in #37

image

Full Changelog: 1.8.0...1.9.0

1.8.0

06 Jan 10:39
3d646bf

Choose a tag to compare

What's Changed

  • Update license copyright year(s) by @github-actions in #33
  • Drop PHP 7.3 and 7.4 and optimized for PHP 8 by @NaokiTsuchiya in #34

New Contributors

  • @github-actions made their first contribution in #33
  • @NaokiTsuchiya made their first contribution in #34

Full Changelog: 1.7.1...1.8.0

1.7.1

28 Jun 14:55
4d79986

Choose a tag to compare

What's Changed

Full Changelog: 1.7.0...1.7.1

1.7.0

01 Apr 06:55
4ac0c94

Choose a tag to compare

  • Support PHP8 #29
  • Update CI #28

1.6.2

23 Jun 04:02
4971742

Choose a tag to compare

1.6.1 seems to be cached incorrectly in Travis CI, so this release is a Refresh. 🤔

See https://travis-ci.org/github/bearsunday/BEAR.Package/jobs/701128249

1.6.1

27 May 07:37
0184258

Choose a tag to compare

  • Refactor with psalm level max
  • Generics notation in phpdoc

1.6.0

04 Dec 14:32
1999aa4

Choose a tag to compare

Support php 7.4 and drop EOL php 7.1 #25

1.5.0

09 Jun 22:17
17417a1

Choose a tag to compare

  • Add getGerater() method to get resource meta data #23

image

1.4.0

11 May 17:48
4f78477

Choose a tag to compare

  • [Add] Meta #20