Releases: PcComponentes/criteria
Releases · PcComponentes/criteria
v2.1.0
v2.0.0
Breaking changes:
- feat: Logical filters are represented as a collection, enabling developers to create logical filters containing more than two individual filters. The OR/AND operations are applied across all filters within a logical filter
- feat: Facilitate the construction of Filter
- feat: Facilitate the construction of Order
Migration
v1.2.1
v1.2.0
feat: FilterIntValue added for type sensitive cases
v1.1.0
Add compatibility with PcComponentes/ddd 4.0
v1.0.0
Breaking changes:
- remove: criteria order support
- remove: unsafe Filters constructor usage
Other changes:
- add: value object factories
v0.5.0
feat: allow specifying multiple fields for sorting
v0.4.0
- feat: add standard from factory to data models
- feat: add enum factories
0.3.1
PHP 8
php8 support added