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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
11
11
### Fixed
12
12
- 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.
13
13
14
+
### Changed
15
+
-**BREAKING**: Updated NPM package compilation target from ES5 to ES2022. Requires Node.js 16.11+.
16
+
- Updated TypeScript to 6 with full strict mode.
17
+
- Updated all dependencies to latest versions.
18
+
- Fixed vulnerabilities in transitive dependencies.
19
+
- Updated Docker image to use `lts-alpine` tag for automatic LTS tracking and added OS-level security patching.
20
+
14
21
## 3.7.0 - 2025-08-29
15
22
### Added
16
23
- Issue #78: Support tab indentation for tables without a border.
0 commit comments