Releases: fcrespo82/vscode-markdown-table-formatter
Releases · fcrespo82/vscode-markdown-table-formatter
Release v2.1.4
Fixed
- Correct ordering when a column only has numbers
Release v2.1.3
Removed
- Removed telemetry.
Release v2.1.2
Fixed
- The extension was unable to format a table with one column. #31
Release v2.1.1
Release v2.1.0
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