Skip to content

Releases: 1nVitr0/plugin-vscode-blocksort

v0.8.1

12 May 20:40
4fc1b36
Compare
Choose a tag to compare

0.8.1 (2022-05-12)

Bug Fixes

  • correctly sort nested [@blocksort](https://github.com/blocksort) markers (606beae)
  • correctly update blocksort code lenses (b61a8ba)

v0.8.0

05 Apr 21:10
0d75473
Compare
Choose a tag to compare

0.8.0 (2022-04-05)

Bug Fixes

  • implement CancellationToken over full sorting process (38fe3f8)

Features

  • vastly improve performance with line caching (2affb0c)

Performance Improvements

  • prevent getting text multiple times (20ce02a)

v0.7.3

24 Jan 10:52
cda7268
Compare
Choose a tag to compare

0.7.3 (2022-01-24)

Bug Fixes

v0.7.2

16 Dec 17:34
Compare
Choose a tag to compare

0.7.2 (2021-12-16)

Bug Fixes

  • 🔙 revert engine change (ed4eec5)
  • 🐛 multilevel sorting working for unbalanced objects (5c7a9bb)
  • ✅ provide correct code action kinds (6de6de7)
  • annotation: ✅ allow inifinite depth (2b63574)
  • commands: 🐛 fix error on multilevel sorting (e9deedb)
  • dont auto sort markers with invalid positions (7695c3d)

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