File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to the "magento-log-viewer" extension will be documented in this file.
4
4
5
-
6
5
## Next release
7
6
7
+ ---
8
+
9
+ ## Latest Release
10
+
11
+ ### [ 1.11.0] - 2025-05-29
12
+
8
13
- feat: improved timestamp formatting for log entries
14
+ - i18n: add translations added
15
+ - test: add log reader test suite with file existence and content validation
16
+ - test: add report reader test suite with file existence and content validation
9
17
- fix: Pre-compilation of regular expressions for timestamps: Prevents repeated compilation on each call.
10
18
- fix: Caching for JSON reports: Avoids redundant reading and parsing of JSON files.
11
19
- fix: Optimized line counting with caching: Reduces time spent counting lines in large files and avoids repeated calculations for unchanged files.
12
20
- fix: Improved badge updates with throttling and debouncing: Prevents too frequent updates and implements more efficient counting methods.
13
21
- fix: improve type safety in report handling functions
14
- - i18n: translations added
15
- - test: add log reader test suite with file existence and content validation
16
- - test: add report reader test suite with file existence and content validation
17
- ---
18
-
19
- ## Latest Release
20
22
21
23
### [ 1.10.2] - 2025-05-28
22
24
- update: ` readme.md ` update
Original file line number Diff line number Diff line change 2
2
"name" : " magento-log-viewer" ,
3
3
"displayName" : " Magento Log Viewer" ,
4
4
"description" : " A Visual Studio Code extension to view and manage Magento log files." ,
5
- "version" : " 1.10.2 " ,
5
+ "version" : " 1.11.0 " ,
6
6
"publisher" : " MathiasElle" ,
7
7
"icon" : " resources/logo.png" ,
8
8
"repository" : {
You can’t perform that action at this time.
0 commit comments