Skip to content

v0.1.0

Compare
Choose a tag to compare
@calmohallag calmohallag released this 06 Nov 15:35
· 17 commits to master since this release
7359848

Removed: NullValueFilter, use Filter instead:

new Filter(
    FilterField::from('field_name'),
    FilterOperator::from( FilterOperator::IS_NULL),
    FilterValue::from(''),
),

Added null operator support