Releases: skipperbent/pecee-boolean-query-parser
Releases · skipperbent/pecee-boolean-query-parser
Version 1.0.3
- Removed second sanitize method as it's too strict.
Version 1.0.2
- Fixed foreign characters not supported.
- Changed methods access level to protected so they can be overwritten if needed.
Version 1.0.1
- Removed
'
from QuerySplitter.
Version 1.0.0
- Fixed issues with special characters like
'
. - Converted code to PHP 7.
- Optimisations.