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

Conversation

ericchernuka
Copy link
Contributor

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.

In addition, fixed a typo in the number test suite for the description of lt comparators.

Discussion: #244

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
Copy link
Member

@kettanaito kettanaito left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Thank you for making this happen, @ericchernuka.

@kettanaito kettanaito changed the title feat(query): add gt/gte/lt/lte to string operators feat(query): add gt/gte/lt/lte to string comparators Nov 4, 2022
@kettanaito kettanaito merged commit d7f180f into mswjs:main Nov 4, 2022
@kettanaito
Copy link
Member

Released: v0.11.0 🎉

This has been released in v0.11.0!

Make sure to always update to the latest version (npm i @mswjs/data@latest) to get the newest features and bug fixes.


Predictable release automation by @ossjs/release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants