Skip to content

Releases: darkriszty/MarkdownTablePrettify-VSCodeExt

Release v4.0.0

17 Apr 12:31

Choose a tag to compare

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-alpine tag 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

29 Aug 13:15

Choose a tag to compare

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

29 Oct 15:14
3523a95

Choose a tag to compare

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

20 Aug 14:21

Choose a tag to compare

Includes issue #60
Published to OVSX in context of issue #59
NPM package updated to 3.5.0
Docker image updated to darkriszty/prettify-md:3.5.0

Release v3.4.0

04 Apr 13:49
28845f7

Choose a tag to compare

Includes issue #56

Release v3.3.0

25 Mar 18:58
16d8dac

Choose a tag to compare

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

11 Jan 14:36
7259526

Choose a tag to compare

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

01 Jan 14:37

Choose a tag to compare

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

14 Dec 13:11
28c4784

Choose a tag to compare

Includes issue #47
Docker image updated to darkriszty/prettify-md:3.2.0

Release v3.1.0

04 Nov 16:21

Choose a tag to compare

Includes issues #42 and #43
Docker image not updated as the included issues do not affect CLI.