Releases: timgws/QueryBuilderParser
Releases · timgws/QueryBuilderParser
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.1.4
Fix issue with is_null
and is_not_null
1.0
Stable version of QueryBuilderParser.
1.1.3
Add official support for MongoDB
1.1.2
Fix a bug where begins_with
and ends_with
did the opposite of their suggested titles.
1.1.1
Fixed small bug with operatorValueWhenNotAcceptingOne
where an undefined variable error may have occurred.
v1.1.0
Bug fix, minor refactor.
Fixes:
- Add missing conditions, which were failing on an in clause (Thanks @simplesi)