Skip to content

Releases: timgws/QueryBuilderParser

1.4

05 Sep 07:26
Compare
Choose a tag to compare
1.4
  • Laravel 5.5 Support
  • Remove requirement for input to be provided in the keys from the QueryBuilderParser JSON input.
    This stops errors occuring when a custom function is used to generate an input field (see #17, thanks @VanTanev!)

1.3

28 Mar 00:14
Compare
Choose a tag to compare
1.3

Laravel 5.4 Support

1.2

27 Sep 00:14
Compare
Choose a tag to compare
1.2
  • Laravel 5.3 support

1.1.4

16 May 06:25
Compare
Choose a tag to compare

Fix issue with is_null and is_not_null

1.0

07 Sep 06:19
Compare
Choose a tag to compare
1.0

Stable version of QueryBuilderParser.

1.1.3

02 Mar 02:49
Compare
Choose a tag to compare

Add official support for MongoDB

1.1.2

23 Feb 02:33
Compare
Choose a tag to compare

Fix a bug where begins_with and ends_with did the opposite of their suggested titles.

1.1.1

18 Jan 01:36
Compare
Choose a tag to compare

Fixed small bug with operatorValueWhenNotAcceptingOne where an undefined variable error may have occurred.

v1.1.0

12 Oct 01:38
Compare
Choose a tag to compare

Bug fix, minor refactor.

Fixes:

  • Add missing conditions, which were failing on an in clause (Thanks @simplesi)