We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6b542d commit 7375ef8Copy full SHA for 7375ef8
CHANGELOG.md
@@ -2,6 +2,18 @@
2
3
All notable changes to this project will be documented in this file.
4
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
17
## [0.2.1] - 2026-01-14
18
19
### Added
0 commit comments