All Versions
8
Latest Version
Avg Release Cycle
132 days
Latest Release
1618 days ago
Changelog History
Changelog History
-
v3.0.0 Changes
May 30, 2020- ๐ Changed the API to use more general
StringComparison
enum or the more generalIComparer<string>
(instead ofStringComparer
). Note that usingStringComparison
instead ofIComparer<string>
/StringComparer
should have better performance as there's no need to allocate substrings. - Made NaturalSortComparer public, so you can construct it directly without an extension method.
- ๐ Changed the extension class name (possibly a breaking change if you're not calling it via the extension method).
- ๐ Changed the API to use more general
-
v2.2.1 Changes
April 18, 2020- ๐ Fixed #4 infinite loop in v2.2.0 (thanks @El-Gor-do)
-
v2.2.0 Changes
April 16, 2020- ๐ optimized parts of the algorithm for performance
- โ added deterministic build with symbols and SourceLink
- ๐ better versioning metadata (thanks to MinVer)
-
v2.1.0 Changes
July 10, 2019- ๐ Rewritten the algorithm with performance in mind (see #2)
-
v2.0.0 Changes
May 02, 2019- ๐ #1: Rewritten the sorting algorithm to have more predictable results and be a little bit closer to Windows Explorer.
-
v1.0.2
November 20, 2017 -
v1.0.1 Changes
November 18, 2017- ๐ฆ Tweaked NuGet package specification
-
v1.0.0
November 18, 2017