Skip to content

Releases: ray-di/Ray.QueryModule

0.5.1

25 Sep 20:31
5ebbedf

Choose a tag to compare

Fix #15
Thanks @amashigeseiji !🎉

0.5.0

24 Jun 12:19

Choose a tag to compare

  • Rename @AliasQuery to @Query #13

0.4.0

02 Jun 14:00
fa290d9

Choose a tag to compare

  • Add ISO8601 DateTime format module #11

Convert the specified column name value to the ISO8601 format. In PHP, it is a format defined by constants of DateTime::ATOM. Install date column names as an array and pass it as an argument to Iso8601FormatModule.

$this->install(new Iso8601FormatModule(['created_at', 'updated_at']));

image

0.3.0

13 May 05:06
5b0d52d

Choose a tag to compare

  • Support #8 with #9

1つのSQLファイルに複数のSQLを記述して、複数のクエリーの呼び出しをサポート

@hanahiroAze Thanks for creating the issue!

image

0.2.1

20 Jul 21:27
7538a13

Choose a tag to compare

  • [FIX] Do not fetch in non-select query #7

0.2.0

23 May 07:19
edd8fdb

Choose a tag to compare

  • [ADD] WebQueryModule for web API #6

0.1.1

18 May 08:25

Choose a tag to compare

  • FIX Null result issue #5

0.1.0

16 May 15:50
3694fa0

Choose a tag to compare

First stable release