Skip to content

2.16.0

Compare
Choose a tag to compare
@koriym koriym released this 15 Sep 07:23
· 51 commits to 2.x since this release
fac2d0a

What's Changed

  • Remove doctrine/annotation by @koriym in #284
  • Support PHP 8.3

Starting with this version, the doctrine/annotation dependency is removed and annotations are read from reflection through the methods of Ray.Aop. Aop is expected to improve the execution speed during development and heccompilation.

このバージョンからdoctrine/annotationの依存がなくなりアノテーションの読み込みはRay.Aopのメソッドを通じて、リフレクションより行われます。Ray.Aopのアノテーションの読み込みは、対象ファイルの更新日付に基づいた恒久的なものになり開発時やヘコンパイル時の実行速度の向上が期待でできます。

Full Changelog: 2.15.1...2.16.0