Releases: grizz-it/search
Releases · grizz-it/search
Version 3.1.0
3.1.0 - 2022-02-17
Refactor
- Optimized enums.
Version 3.0.0
3.0.0 - 2022-02-10
Added
- PHP 8.1 feature implementation
Removed
grizz-it/enum
, replaced by the native enums.
Version 2.1.0
2.1.0 - 2021-02-23
Added
- Compatibility for PHP 8.0
Version 2.0.1
2.0.1 - 2020-11-22
Fixed
- Issue with unset defaults, which caused errors on the return type.
Version 2.0.0
2.0.0 - 2020-11-14
Added
- IS_NULL, NOT_NULL and NOT_LIKE comparators to enum.
Removed
- NOT comparator.
Refactored
- PSR12 Coding standard.
Version 1.0.0
1.0.0 - 2020-04-09
Added
- Initial implementation of the package.