- Added any variants of logical operators, including
%anyin%, range helpers, equality helpers, chain and set
helpers, regular expression helpers, and %anyflipIn%.
- Added strict whole-object identity operators
%===% and
%!==%.
- introduced new
%grepl% and related operators for
regular expression based matching, indexing, subsetting
- Minor change to use testthat 3e.
- Moved to github actions for CI and testing
- Version bump as this is now reasonably stable.
- BUGFIX: resolved a bug in
%c% when multiple parentheses
were used. Additional tests added to help check these scenarios.