mswjs / data

Data modeling and relation library for testing JavaScript applications.
https://npm.im/@mswjs/data
MIT License
827 stars 52 forks source link

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

Closed ericchernuka closed 2 years ago

ericchernuka commented 2 years ago

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: https://github.com/mswjs/data/discussions/244

kettanaito commented 2 years ago

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.