javve / natural-sort

Natural sort algorithm with unicode support written by Jim Palmer
40 stars 18 forks source link

Fix sort order when sorting numbers desc #8

Closed ashfordl closed 8 years ago

ashfordl commented 9 years ago

Previously, numbers would ignore the desc option. This change rectifies this.

saschanos commented 8 years ago

+1; please add it!