Skip to content

Commit d32964a

Browse files
committed
Update changelog
1 parent d8a2047 commit d32964a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ All notable changes will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8+
9+
## 4.0.0 - 2026-04-17
810
### Added
911
- Issue #86: Add support for header-only tables (without data rows)
1012
- 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-
1713
### Changed
1814
- **BREAKING**: Updated NPM package compilation target from ES5 to ES2022. Requires Node.js 16.11+.
1915
- Updated TypeScript to 6 with full strict mode.
2016
- Updated all dependencies to latest versions.
2117
- Fixed vulnerabilities in transitive dependencies.
2218
- 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.
2323

2424
## 3.7.0 - 2025-08-29
2525
### Added

0 commit comments

Comments
 (0)