Closed ericchernuka closed 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.
lt
Discussion: https://github.com/mswjs/data/discussions/244
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.
npm i @mswjs/data@latest
Predictable release automation by @ossjs/release.
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