Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(query): add gt/gte/lt/lte to string comparators #246

Merged

Commits on Oct 28, 2022

  1. feat(query): add gt/gte/lt/lte to string operators

    Adds the ability to perform greater than, greater than or equal to,
    less than and less than or equal to operators on string data values.
    
    Discussion: mswjs#244
    ericchernuka committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    186e2ef View commit details
    Browse the repository at this point in the history