Disconnect collection operators ToGorm logic from protobuf
Pre-release
Pre-release
Breaking Changes 💥
- Disconnect collection operators ToGorm logic from protobuf (#162):
- Most common functions remained backward compatible, but are marked as deprecated (
ApplyCollectionOperators
,ApplyFiltering
,ApplySorting
, etc.) - Conversion functions (like
StringConditionToGorm
, etc.) are now hidden. Please useCollectionOperatorsConverter
interface instead (default implementation provided)
- Most common functions remained backward compatible, but are marked as deprecated (