From 99a72d86ed3a68d4dc95ab44722a16ce15773b30 Mon Sep 17 00:00:00 2001 From: Akihito Koriyama Date: Wed, 6 Nov 2024 13:45:34 +0900 Subject: [PATCH] Add stability section to README files Added a new section detailing the stability of Ray.Aop in both README.ja.md and README.md. The section explains the project's adherence to semantic versioning and its commitment to maintaining backward compatibility since version 2.0. --- README.ja.md | 6 ++++++ README.md | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/README.ja.md b/README.ja.md index 8eea8571..0168e32f 100644 --- a/README.ja.md +++ b/README.ja.md @@ -226,4 +226,10 @@ SevericeLocator::setReader(new AttributeReader);` DIとAOPを統合したDIフレームワーク[Ray.Di](https://github.com/ray-di/Ray.Di)もご覧ください。 +## 安定性 + +Ray.Aopはセマンティックバージョニングに従い、後方互換性を保証します。2015年のバージョン2.0以降、PHPの進化に合わせて機能を拡張しながら互換性を維持してきました。今後もこの安定性を維持していきます。 + +--- + * この文書の大部分は [Guice/AOP](https://github.com/google/guice/wiki/AOP) から借用しています。 diff --git a/README.md b/README.md index a4fa53ad..94660149 100644 --- a/README.md +++ b/README.md @@ -248,6 +248,10 @@ SevericeLocator::setReader(new AttributeReader);` * See also the DI framework [Ray.Di](https://github.com/ray-di/Ray.Di) which integrates DI and AOP. +## Stability + +Ray.Aop follows semantic versioning and ensures backward compatibility. Released in 2015, version 2.0 and its successors have maintained compatibility while evolving with PHP, and we remain committed to this stability. + --- * Note: This documentation of the part is taken from [Guice/AOP](https://github.com/google/guice/wiki/AOP).