Skip to content

Releases: ray-di/Ray.QueryModule

0.10.0

18 Dec 06:28
b1e9e96
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.1...0.8.0

0.7.1

15 Nov 00:57
511342e
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Support guzzle 7 #23

0.6.0

31 Jan 01:15
Compare
Choose a tag to compare
  • Support PHP8 and attributes
  • Refactor
    • psalm / phpstan level max
    • Coverage 100%

0.5.2

08 Jun 11:57
Compare
Choose a tag to compare
  • Sooth phpstan and psalm
  • Update CS

0.5.1

25 Sep 20:31
5ebbedf
Compare
Choose a tag to compare

Fix #15
Thanks @amashigeseiji !🎉

0.5.0

24 Jun 12:19
Compare
Choose a tag to compare
  • Rename @AliasQuery to @Query #13