Releases: ray-di/Ray.QueryModule
Releases · ray-di/Ray.QueryModule
0.11.1
Compare
Sorry, something went wrong.
No results found
koriym
released this
03 Mar 00:13
Added
Removed
koriym/param-reader dependency — replaced with native ReflectionParameter::getAttributes()
Fixed
Replace deprecated phpcs sniffs (UnionTypeHintFormat → DNFTypeHintFormat, Squiz.WhiteSpace.LanguageConstructSpacing → Generic.WhiteSpace.LanguageConstructSpacing)
0.11.0
Compare
Sorry, something went wrong.
No results found
koriym
released this
28 Feb 20:38
What's Changed
Changed
Require PHP ^8.2 — dropped PHP 8.1 (EOL December 2024)
Replaced doctrine/annotations with native PHP 8 Attributes for all annotation classes
Upgraded vimeo/psalm to v6
Tightened ray/di constraint to ^2.20 (parameter-level #[Named] requires 2.20+)
Upgraded aura/sql constraint to ^5.0.3 | ^6.0
Removed
doctrine/annotations dependency
Full Changelog : 0.10.0...0.11.0
0.10.0
Compare
Sorry, something went wrong.
No results found
koriym
released this
18 Dec 06:28
What's Changed
New Contributors
Full Changelog : 0.9.0...0.10.0
0.9.0
Compare
Sorry, something went wrong.
No results found
koriym
released this
26 Apr 01:52
What's Changed
[BC break] Change default query type "row_list" by @koriym in #31
Full Changelog : 0.8.0...0.9.0
0.8.0
Compare
Sorry, something went wrong.
No results found
koriym
released this
23 Apr 04:19
What's Changed
Full Changelog : 0.7.1...0.8.0
0.7.1
Compare
Sorry, something went wrong.
No results found
koriym
released this
15 Nov 00:57
What's Changed
PHP 8.1 support by @koriym in #26
Add Variable-length argument symbol "..." to phpdoc by @koriym in #27
Full Changelog : 0.7.0...0.7.1
0.7.0
Compare
Sorry, something went wrong.
No results found
koriym
released this
07 Aug 02:28
Allows logging of SQL file names
example)
use Ray \Query \SqlFileName ;
use Ray \Query \SqlQueryModule ;
$ this ->install (new SqlQueryModule (__DIR__ . '/Fake/sql ' , null , new SqlFileName ()));
0.6.1
Compare
Sorry, something went wrong.
No results found
koriym
released this
08 May 18:38
0.6.0
Compare
Sorry, something went wrong.
No results found
koriym
released this
31 Jan 01:15
Support PHP8 and attributes
Refactor
psalm / phpstan level max
Coverage 100%
0.5.2
Compare
Sorry, something went wrong.
No results found
koriym
released this
08 Jun 11:57
Sooth phpstan and psalm
Update CS