Skip to content

Releases: fcrespo82/vscode-markdown-table-formatter

Release v2.1.4

05 Mar 22:48
Compare
Choose a tag to compare

Fixed

  • Correct ordering when a column only has numbers

Release v2.1.3

14 Aug 13:02
Compare
Choose a tag to compare

Removed

  • Removed telemetry.

Release v2.1.2

13 Aug 03:52
Compare
Choose a tag to compare

Fixed

  • The extension was unable to format a table with one column. #31

Release v2.1.1

03 Aug 02:05
Compare
Choose a tag to compare

Fixed

  • Command Enable for current language not found. #30
  • Command Sort table by header should not be visible in the command palette. #30

Release v2.1.0

16 Jul 04:20
Compare
Choose a tag to compare

Added

  • Limit last column width: Don't let the last column expand more than the wordWrapColumn. #20
  • Telemetry: send usage statistics. This will help in future development of this extension, but you can turn it of in settings and no personal data is ever sent.
  • Format tables even if lines have less columns than header. #24

Fixed

  • Case where backticks were not interpreted corectly if near a pipe sign '|'. #26
  • Some cases the extension got stuck when in files not related to markdown. #27