Skip to content

Releases: 1nVitr0/plugin-vscode-blocksort

v0.7.1

14 Dec 21:20
fffe144
Compare
Choose a tag to compare

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

13 Dec 22:09
587bb88
Compare
Choose a tag to compare

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

09 Jul 21:38
dab27e8
Compare
Choose a tag to compare

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

14 Jun 14:50
Compare
Choose a tag to compare

0.6.1 (2021-06-14)

Bug Fixes

v0.6.0

14 Jun 12:19
3689a8b
Compare
Choose a tag to compare

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

08 Jun 23:12
5741495
Compare
Choose a tag to compare

0.5.1 (2021-06-08)

Bug Fixes

v0.5.0

08 Jun 23:05
f69012c
Compare
Choose a tag to compare

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

06 May 22:20
495048f
Compare
Choose a tag to compare

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

15 Apr 17:42
0e2698f
Compare
Choose a tag to compare

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

02 Apr 11:07
2ce597b
Compare
Choose a tag to compare

0.2.1 (2021-04-02)

Bug Fixes

  • fix invalid selectionexpansion on first line (1b60b35)
  • no sorting over cpp-like visibility modifiers (e7579a4)