Skip to content

Releases: 1nVitr0/plugin-vscode-blocksort

v2.1.0

30 Mar 20:47
Compare
Choose a tag to compare

2.1.0 (2024-03-30)

Features

  • add option to ignore characters when sorting (47ee322)

v2.0.2

29 Mar 14:25
Compare
Choose a tag to compare

2.0.2 (2024-03-29)

Bug Fixes

  • apply customSortOrder for non-exhaustive orders (396c549)

v2.0.1

13 Jan 09:22
Compare
Choose a tag to compare

2.0.1 (2024-01-13)

Bug Fixes

  • temporarily hide deprecation notice (0e6c717)

v2.0.0

12 Jan 16:01
Compare
Choose a tag to compare

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

10 Jul 14:05
Compare
Choose a tag to compare

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

05 Apr 12:55
Compare
Choose a tag to compare

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

15 Feb 21:18
Compare
Choose a tag to compare

1.2.3 (2023-02-15)

Bug Fixes

v1.2.2

04 Dec 22:05
Compare
Choose a tag to compare

1.2.2 (2022-12-04)

Performance Improvements

  • cache line meta while document is open across all providers (c965373)

v1.2.1

01 Dec 11:14
Compare
Choose a tag to compare

1.2.1 (2022-12-01)

Bug Fixes

  • fix comment detection for python and ruby (d770838)

v1.2.0

29 Aug 21:07
Compare
Choose a tag to compare

1.2.0 (2022-08-29)

Features

  • add options for expanding the current selection (af60598)
  • additional options for expanding single cursors (d4964a0)
  • allow more control over the selection expansion (4ec08eb)