Skip to content

Releases: timgws/QueryBuilderParser

2.0.0

14 Jul 03:51
Compare
Choose a tag to compare
QBP v2! Support PHP8+. Both QueryBuilders supported!

Either the Eloquent QueryBuilder, or the normal/raw QueryBuilder.

You pick.

1.6.3

02 Mar 02:58
4da9400
Compare
Choose a tag to compare

🪂 Laravel 10 Support

1.6.2

05 Jul 03:41
Compare
Choose a tag to compare

Ensure that conditions are always checked when performing a query (#56)

1.6.1

01 Jun 04:03
7147214
Compare
Choose a tag to compare

Support latest Laravel

1.6.0

22 Sep 05:21
c253a9a
Compare
Choose a tag to compare
Update composer.json for support Laravel 8 (#48)

1.5.4

28 Nov 02:00
0274481
Compare
Choose a tag to compare
  • This is the last release that will officially support Laravel 5 and older.

1.5.3

16 Oct 23:45
f62bbf9
Compare
Choose a tag to compare
  • Bump development dependancies

1.5.2

03 Oct 04:11
Compare
Choose a tag to compare
  • Support Laravel 6.1

1.5.1

03 Feb 07:36
Compare
Choose a tag to compare
  • Support Laravel 5.8

1.5

24 Apr 06:12
Compare
Choose a tag to compare
1.5
  • Laravel 5.6 Support
  • Support dates (converting dates automatically to Carbon for SQL queries in the builder).
  • Add support for NOT BETWEEN operator