Releases: 1nVitr0/plugin-vscode-blocksort
Releases · 1nVitr0/plugin-vscode-blocksort
v0.7.1
0.7.1 (2021-12-14)
Bug Fixes
- apply blocksort code lens for correct range (f15532f)
- fix caching for blocksortcode actions (5f4a891)
- make code lenses optional (20e23c7)
- use natural sorting settings for formatting and code actions (680501a)
v0.7.0
0.7.0 (2021-12-13)
Features
- activate extension after startup to enable new features (edb05a5)
- add code actions, lenses and formatting (dcf9cda)
- migrate to new formatting provider (ae6254b)
v0.6.2
0.6.2 (2021-07-09)
Bug Fixes
- fix infinite call stack depth on multilevel sort (c1f5e29)
- force last block now working as intended (18de840)
v0.6.1
0.6.1 (2021-06-14)
Bug Fixes
v0.6.0
0.6.0 (2021-06-14)
Features
- contribute configuration for natural sorting (0b61216)
- natural sorting of lines containing numbers (d04a963)
- support natural sorting for negative numbers (a2bf771)
v0.5.1
0.5.1 (2021-06-08)
Bug Fixes
v0.5.0
0.5.0 (2021-06-08)
Features
- add suport for multilevel sorting (789405a)
- dialog for setting level for multilevel sort (aedf3e6)
- options for multilevel sort (b55b7f4)
- provide commands for multilevel sort (9a856ba)
v0.4.0
0.4.0 (2021-05-06)
Features
- always put else / delete option last (0a539c5)
- configuration settings for block header sorting (bf5ef4c)
- sort block headers (4c3fba5)
- sticky block headers (case expressions) (0bed7eb)
v0.3.0
0.3.0 (2021-04-15)
Bug Fixes
- fix expansion when second line is selected (69574d8)
- fix newline issues on toplevel sorting (f2b8ce1)
Features
- add configuration for block marker regexes (86d0d77)
- simplify and extend folding detection (27c4769)
v0.2.1
0.2.1 (2021-04-02)
Bug Fixes
- fix invalid selectionexpansion on first line (1b60b35)
- no sorting over cpp-like visibility modifiers (e7579a4)