Releases: darkriszty/MarkdownTablePrettify-VSCodeExt
Release v4.0.0
Changelog
4.0.0 - 2026-04-17
Added
- Issue #86: Add support for header-only tables (without data rows)
- Issue #98: Include TypeScript type declarations in the NPM package.
Changed
- BREAKING: Updated NPM package compilation target from ES5 to ES2022. Requires Node.js 16.11+.
- Updated TypeScript to 6 with full strict mode.
- Updated all dependencies to latest versions.
- Fixed vulnerabilities in transitive dependencies.
- Updated Docker image to use
lts-alpinetag for automatic LTS tracking and added OS-level security patching.
Fixed
- Issue #85: Fixed markdown spec compliance for unbordered tables with center/right aligned first columns. First column now uses left padding logic regardless of alignment to prevent invalid markdown output.
- Issue #88: Fixed bordered tables inside numbered/bullet lists having their list marker incorporated as a data column and losing their right border.
- Issue #93: Fixed tables inside blockquotes not being prettified.
Published to VS marketplace as 4.0.0.
Published to OVSX marketplace as 4.0.0.
NPM package updated to 4.0.0.
Docker image update to darkriszty/prettify-md:4.0.0 and darkriszty/prettify-md:latest
Release v3.7.0
Changelog
3.7.0 - 2025-08-29
Added
- Issue #78: Support tab indentation for tables without a border.
Changed
- Updated Node to the latest LTS for the Docker image.
- Updated the devDependencies.
- Updated the versions in the pipelines for running the tests.
Fixed
- Issue #77: Monospacing Issue with CJK Font: separator length not calculated correctly.
- Issue #82: Improve performance of column length calculation.
Published to VS marketplace as 3.7.0.
Published to OVSX marketplace as 3.7.0.
NPM package updated to 3.7.0.
Docker image update to darkriszty/prettify-md:3.7.0 and darkriszty/prettify-md:latest
Release v3.6.0
Includes issue #62
Published to VS marketplace as 3.6.0
Published to OVSX marketplace as 3.6.0
NPM package updated to 3.6.0
Docker image update to darkriszty/prettify-md:3.6.0 and darkriszty/prettify-md:latest
Release v3.5.0
Release v3.4.0
Includes issue #56
Release v3.3.0
Includes issue #54
There are only VSCode extension related changes, the NPM package and Docker versions are not released for this version.
Release v3.2.2
Includes issue #49
Initial NPM package release: https://www.npmjs.com/package/markdown-table-prettify
There are only NPM related changes, the VSCode extension and Docker versions are not released for this version.
Release v3.2.1
Includes issue #50
Docker image updated to darkriszty/prettify-md:3.2.1
There's only docker related improvement, the VSCode extension is not released for this version.
Release v3.2.0
Includes issue #47
Docker image updated to darkriszty/prettify-md:3.2.0