Skip to content

Releases: ray-di/Ray.QueryModule

0.11.1

03 Mar 00:13

Choose a tag to compare

Added

  • PHP 8.5 support

Removed

  • koriym/param-reader dependency — replaced with native ReflectionParameter::getAttributes()

Fixed

  • Replace deprecated phpcs sniffs (UnionTypeHintFormatDNFTypeHintFormat, Squiz.WhiteSpace.LanguageConstructSpacingGeneric.WhiteSpace.LanguageConstructSpacing)

0.11.0

28 Feb 20:38
fb72873

Choose a tag to compare

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

18 Dec 06:28
b1e9e96

Choose a tag to compare

What's Changed

  • Bind SQL invokable object to the provider by @koriym in #30
  • コメントを付与したSQLが実行されない問題の修正 by @KazuyaUchida in #33
  • Enable PHP 8.4 compat by @koriym in #34

New Contributors

Full Changelog: 0.9.0...0.10.0

0.9.0

26 Apr 01:52
54a7afc

Choose a tag to compare

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

23 Apr 04:19
bf190fa

Choose a tag to compare

What's Changed

Full Changelog: 0.7.1...0.8.0

0.7.1

15 Nov 00:57
511342e

Choose a tag to compare

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

07 Aug 02:28
c5fbc8f

Choose a tag to compare

  • 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

08 May 18:38
f824750

Choose a tag to compare

  • Support guzzle 7 #23

0.6.0

31 Jan 01:15

Choose a tag to compare

  • Support PHP8 and attributes
  • Refactor
    • psalm / phpstan level max
    • Coverage 100%

0.5.2

08 Jun 11:57

Choose a tag to compare

  • Sooth phpstan and psalm
  • Update CS