kentcdodds / match-sorter

Simple, expected, and deterministic best-match sorting of an array in JavaScript
https://npm.im/match-sorter
MIT License
3.73k stars 129 forks source link

Removed obsolete threshold values #145

Closed patorjk closed 1 year ago

patorjk commented 1 year ago

What: Documentation for threshold was updated to remove parameters that don't exist anymore.

Why: These parameters don't exist anymore and the docs for the threshold are a little confusing.

How: Parameters removed from documentation.

Checklist:

I was reading through the documentation for this on npm and was confused by what the STRING_CASE and STRING_CASE_ACRONYM values for threshold were. I checked the code and they weren't in there. I searched the repo and they only show up in the README and in a very old PR. It looks like they used to be used a long time ago but at some point got removed.

github-actions[bot] commented 9 months ago

:tada: This PR is included in version 6.3.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: