You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [2.2.0] - 2025-08-25
11
+
10
12
### Added
11
13
12
14
- Added `ignore_case` configuration option to set default case sensitivity for all sorting operations. When enabled, all sorts are case-insensitive by default.
@@ -17,6 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
19
- Enhanced error handling and validation across core modules for improved stability.
18
20
- Updated test infrastructure to use minimal_init.lua for better test isolation and reliability.
19
21
22
+
### Fixed
23
+
24
+
- Corrected natural sorting algorithm that was incorrectly placing numbers after text. Removed priority system that was pushing numbers to bottom of sort order (#14).
25
+
20
26
## [2.1.2] - 2025-07-30
21
27
22
28
### Fixed
@@ -98,7 +104,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments