All notable changes to the markdowntableprettify
extension will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Issue #54: Config to support more languages in VSCode formatting.
- Issue #49: NPM package support.
- Issue #50: Dockerfile improvements.
- Issue #47: Support for indented tables.
- Issue #42: Don't alter selection for invalid range formatting attempt (does not impact CLI).
- Issue #43: Handle
Format Selection
with multiple tables (does not impact CLI).
- Issue #32: Major refactoring to support CLI. Support
npm run prettify-md
andnpm run check-md
. - Issue #40: Provide command to run alongside prettier (shortcut
CTRL+ALT+M
).
- Issue #30: Add configurable text limit for table formatting
- Issue #28: Add the possibility to disable window messages from the extension
- Issue #7: Support formatting all tables in the document.
- Issue #22: Allow formatting without a filename
- Issue #15: Support alignment options
- Issue #12: Full rewrite for refactoring.
- Issue #11: Support escaping of separators with backslash.
- Issue #16: Ignore separators that are in code blocks.
- Issue #10: Don't show format failure messages when using the
Format Document
from VsCode.
- Issue #6: Formatting when there's only a single table in the entire file.
- Issue #4: Add support for CJK characters.
- Fixed issue #1 by improving the detection of header separator to avoid unintended table formatting failures.
- Support to format individual tables with right click ->
Format Selection
.