What's Changed
- Added support for string filtering on data sources. Each string value can be filtered using
*_regexp
to match based on a regexp,*_contains
to check if a string is contained within a field,*_exclude
to exclude matching strings,*_prefix
to match based on prefixes, and*_suffix
to match based on suffixes. Added by @vmanilo in #443
New Contributors
- @bertekintw made their first contribution in #468
Full Changelog: v2.0.1...v2.1.0