You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,21 +5,21 @@ All notable changes will be documented in this file.
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
## [Unreleased]
8
+
9
+
## 4.0.0 - 2026-04-17
8
10
### Added
9
11
- Issue #86: Add support for header-only tables (without data rows)
10
12
- Issue #98: Include TypeScript type declarations in the NPM package.
11
-
12
-
### Fixed
13
-
- 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.
14
-
- Issue #88: Fixed bordered tables inside numbered/bullet lists having their list marker incorporated as a data column and losing their right border.
15
-
- Issue #93: Fixed tables inside blockquotes not being prettified.
16
-
17
13
### Changed
18
14
-**BREAKING**: Updated NPM package compilation target from ES5 to ES2022. Requires Node.js 16.11+.
19
15
- Updated TypeScript to 6 with full strict mode.
20
16
- Updated all dependencies to latest versions.
21
17
- Fixed vulnerabilities in transitive dependencies.
22
18
- Updated Docker image to use `lts-alpine` tag for automatic LTS tracking and added OS-level security patching.
19
+
### Fixed
20
+
- 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.
21
+
- Issue #88: Fixed bordered tables inside numbered/bullet lists having their list marker incorporated as a data column and losing their right border.
22
+
- Issue #93: Fixed tables inside blockquotes not being prettified.
0 commit comments