Releases: fcrespo82/vscode-markdown-table-formatter
Releases · fcrespo82/vscode-markdown-table-formatter
Release v3.0.0
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
Fixed
- Fixed a regex error where the extension wrongly detect a row with numbers as a format row
Release v2.2.3
Fixed
- Removed preview tag from the extension
Release v2.2.2
Fixed
- Removed preview tag from the extension
Release v2.2.1
Fixed
- High CPU load on big files Issue (Issue #35)
Release v2.2.0
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
Fixed
- Pipes missing after formatting (Issue #40)
Release v2.1.7
Changed
- Better code structure
Fixed
- Dependency vulnerabilities
Fixed
- Extension not activating (changed from webpack to esbuild)
Release v2.1.6
Fixed
- Extension not activating (changed from webpack to esbuild)
Release v2.1.5
Changed
- Better code structure
Fixed
- Dependency vulnerabilities