Skip to content

Releases: fcrespo82/vscode-markdown-table-formatter

Release v3.0.0

12 Aug 03:03
13b684f
Compare
Choose a tag to compare

Added

  • You can now choose which CodeLenses to show
  • Command to Re-Sort the same table (shows on CodeLens)
  • You can now move columns from context menu
  • Support for case insensitive sorting
  • You can now sort tables from context menu or command pallete
  • Support tables with tabs in format line
  • New options for Limit Last Column Length (former Limit Last Column Width)

Changed

  • Improve internal comparission algorithm
  • Improve activation events
  • Overall improvements to code

Fixed

  • Test logic (internal)

Release v2.2.4

25 Oct 01:54
Compare
Choose a tag to compare

Fixed

  • Fixed a regex error where the extension wrongly detect a row with numbers as a format row

Release v2.2.3

31 Aug 23:07
Compare
Choose a tag to compare

Fixed

  • Removed preview tag from the extension

Release v2.2.2

26 Aug 02:17
Compare
Choose a tag to compare

Fixed

  • Removed preview tag from the extension

Release v2.2.1

25 Aug 21:50
Compare
Choose a tag to compare

Fixed

  • High CPU load on big files Issue (Issue #35)

Release v2.2.0

27 Jul 23:01
Compare
Choose a tag to compare

Added

  • Option to focus on an error when the extension shows a notification of a problem.

Changed

  • Simplified parser to better support the markdown syntax used by Visual Studio Code, this means that pipes (|) inside cells SHOULD be escaped with a backslash (\) otherwise they will be interpreted as column dividers. (Issue #42)

Fixed

  • Formatting of tables that are in lists or indented.

Release v2.1.8

10 Jun 17:25
Compare
Choose a tag to compare

Fixed

  • Pipes missing after formatting (Issue #40)

Release v2.1.7

29 Apr 18:27
Compare
Choose a tag to compare

Changed

  • Better code structure

Fixed

  • Dependency vulnerabilities

Fixed

  • Extension not activating (changed from webpack to esbuild)

Release v2.1.6

27 Apr 16:56
Compare
Choose a tag to compare
Release v2.1.6 Pre-release
Pre-release

Fixed

  • Extension not activating (changed from webpack to esbuild)

Release v2.1.5

27 Apr 01:12
Compare
Choose a tag to compare
Release v2.1.5 Pre-release
Pre-release

Changed

  • Better code structure

Fixed

  • Dependency vulnerabilities