fix!: compare sorting helper now behaves as expected #8

Merged
ardouglass merged 2 commits from word-break-in-compare into main 2024-10-28 15:37:25 +00:00
ardouglass commented 2024-10-28 15:09:33 +00:00 (Migrated from github.com)

Now it will sort on a word by word basis instead of a letter by letter basis. This means a name like Dick will always come before a name like Dickey instead of the unexpected behavior seen previously.

BREAKING CHANGE: may change the sorted order of items previously sorted with the compare helper.

Fixes #7

Now it will sort on a word by word basis instead of a letter by letter basis. This means a name like Dick will always come before a name like Dickey instead of the unexpected behavior seen previously. BREAKING CHANGE: may change the sorted order of items previously sorted with the compare helper. Fixes #7
Sign in to join this conversation.
No description provided.