Skip to content

Releases: 1nVitr0/plugin-vscode-blocksort

v1.2.1

01 Dec 11:14

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

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)

v1.1.1

24 Aug 19:57

Choose a tag to compare

1.1.1 (2022-08-24)

Bug Fixes

  • expand selection over newlines in indented block (4c19233)

v1.1.0

23 Aug 20:59

Choose a tag to compare

1.1.0 (2022-08-23)

Features

  • add local and full selection expansion modes (bbb8b1f)
  • add commands for selection expansion (579d8b9)

v1.0.0

22 Aug 20:46

Choose a tag to compare

1.0.0 (2022-08-22)

Bug Fixes

  • expand auto selection into white spaces (fde1904)

Features

  • keep appended newlines in-place when sorting (312229b)

BREAKING CHANGES

  • Selection now expands both ways until hitting the surrounding block margins

v0.10.0

11 Aug 20:31

Choose a tag to compare

0.10.0 (2022-08-11)

Bug Fixes

  • allow ignoring folding markers (40b1305)
  • avoid catastrphic regex backtracking (b43933c)
  • duplicate provideDocumentFormattingEdits compatibility for compatibility (7494262)
  • trim empty lines from block selection (e46a924)

Features

  • make formatting and code actions configurable (197963f)
  • make block regexes configurable (9de1919)

Performance Improvements

  • cache configuration for each document (934bf76)

v0.9.0

05 Aug 22:21

Choose a tag to compare

0.9.0 (2022-08-05)

Bug Fixes

  • support self closing / void xml tags (ab5ca38)

Features

  • add language support for extension settings (505c4b4)

v0.8.4

05 Aug 10:34

Choose a tag to compare

0.8.4 (2022-08-05)

Bug Fixes

  • allow overriding folding markers (960f711)

v0.8.3

20 Jun 07:52

Choose a tag to compare

0.8.3 (2022-06-20)

Bug Fixes

v0.8.2

12 May 21:03

Choose a tag to compare

0.8.2 (2022-05-12)

Bug Fixes