Skip to content

Releases: toyokumo/kintone-query-builder-php

v1.1.6

11 Jul 00:35
2213de1
Compare
Choose a tag to compare
Merge pull request #13 from nullworkbench/add-check-where-args

Add check where args

v1.1.4

04 Sep 01:00
85cbcf8
Compare
Choose a tag to compare

support newly added functions which you can use in query: YESTERDAY, TOMORROW, NEXT_WEEK, NEXT_MONTH, LAST_YEAR, NEXT_YEAR
update detail(japanese): https://developer.cybozu.io/hc/ja/articles/900001575326

v1.1.3

14 May 05:52
ab5c13a
Compare
Choose a tag to compare

Using FROM_TODAY resulted in unexpected behaviors in some cases. This release fixes it. #8

v1.1.2

23 Dec 07:05
54ee26a
Compare
Choose a tag to compare
  • Now we can use negative number in FROM_TODAY #7 (thanks @egs33 )

v1.1.1

14 May 02:36
d6494e0
Compare
Choose a tag to compare

Refactoring

v1.1.0

08 May 02:06
Compare
Choose a tag to compare
  • remove $expr->build()

v1.0.0

24 Apr 02:34
Compare
Choose a tag to compare
add type annotation