Skip to content

Commit 7375ef8

Browse files
Migrate HTML report to Tabulator.js virtual DOM
1 parent e6b542d commit 7375ef8

File tree

2 files changed

+345
-298
lines changed

2 files changed

+345
-298
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.3.0] - 2026-02-05
6+
7+
### Changed
8+
9+
- **HTML Report Engine**: Migrated from DataTables to Tabulator.js with virtual DOM rendering
10+
- Reports now load instantly regardless of file count (tested with 21,000+ files)
11+
- Only visible rows are rendered, enabling smooth scrolling through massive datasets
12+
13+
### Improved
14+
15+
- **Analyze HTML report**: Added quick filter buttons (All / Invalid / Warnings / Valid)
16+
517
## [0.2.1] - 2026-01-14
618

719
### Added

0 commit comments

Comments
 (0)