Skip to content

Releases: grizz-it/search

Version 3.1.0

17 Feb 12:24
Compare
Choose a tag to compare

3.1.0 - 2022-02-17

Refactor

  • Optimized enums.

Version 3.0.0

10 Feb 18:22
Compare
Choose a tag to compare

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

23 Feb 21:26
Compare
Choose a tag to compare

2.1.0 - 2021-02-23

Added

  • Compatibility for PHP 8.0

Version 2.0.1

22 Nov 17:06
Compare
Choose a tag to compare

2.0.1 - 2020-11-22

Fixed

  • Issue with unset defaults, which caused errors on the return type.

Version 2.0.0

14 Nov 18:45
Compare
Choose a tag to compare

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

09 Apr 17:34
Compare
Choose a tag to compare

1.0.0 - 2020-04-09

Added

  • Initial implementation of the package.