File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ 0.11.1] - 2026-03-03
9+
10+ ### Removed
11+ - ` koriym/param-reader ` dependency — replaced with native ` ReflectionParameter::getAttributes() `
12+
13+ ## [ 0.11.0] - 2026-03-01
14+
15+ ### Added
16+ - PHP 8.2, 8.3, and 8.4 support
17+
18+ ### Changed
19+ - ** Require PHP ^8.2** — dropped PHP 8.1 (EOL December 2024)
20+ - Replaced ` doctrine/annotations ` with native PHP 8 Attributes for all annotation classes
21+ - Upgraded ` vimeo/psalm ` to v6
22+ - Tightened ` ray/di ` constraint to ` ^2.20 ` (parameter-level ` #[Named] ` requires 2.20+)
23+ - Upgraded ` aura/sql ` constraint to ` ^5.0.3 | ^6.0 `
24+
25+ ### Removed
26+ - ` doctrine/annotations ` dependency
27+
28+ ## [ 0.10.0] - 2024-12-18
29+
30+ ### Added
31+ - PHP 8.4 support
32+ - Fix SQL with comments can be executed ([ #33 ] ( https://github.com/ray-di/Ray.QueryModule/pull/33 ) )
33+
34+ ### Changed
35+ - Refactored type annotations for query result handling
You can’t perform that action at this time.
0 commit comments