Releases: 1nVitr0/plugin-vscode-blocksort
Releases · 1nVitr0/plugin-vscode-blocksort
v2.1.2
2.1.2 (2024-09-04)
Bug Fixes
- add support block separator of outer block (
;
) (6bafbae)
- check for folding when sorting inner blocks (0281d86)
v2.1.1
2.1.1 (2024-08-05)
Bug Fixes
- massively increase regexp efficiency (26865d2)
v2.1.0
2.1.0 (2024-03-30)
Features
- add option to ignore characters when sorting (47ee322)
v2.0.2
2.0.2 (2024-03-29)
Bug Fixes
- apply customSortOrder for non-exhaustive orders (396c549)
v2.0.1
2.0.1 (2024-01-13)
Bug Fixes
- temporarily hide deprecation notice (0e6c717)
v2.0.0
2.0.0 (2024-01-12)
Bug Fixes
- correctly expand selections containing arrow functions (423a3f6)
Features
BREAKING CHANGES
- naturalSort has been replaced by collationOptions
v1.2.5
1.2.5 (2023-07-10)
Bug Fixes
- align sorting behavior to inbuilt "Sort Lines" (76449af)
- only provide code actions inside blocksort ranges (1a1d314)
v1.2.4
1.2.4 (2023-04-05)
Bug Fixes
- correctly merged pre computed ranges (faae311)
- remove all computed ranges on document update (9e70a7d)
v1.2.3
1.2.3 (2023-02-15)
Bug Fixes
v1.2.2
1.2.2 (2022-12-04)
Performance Improvements
- cache line meta while document is open across all providers (c965373)