Skip to content

Commit e606d9a

Browse files
committed
docs: update README.md to include detailed improvements and bug fixes for version 2.0.2
1 parent 873ac52 commit e606d9a

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,22 @@
77

88
## What's New in Version 2.0.2
99

10+
### Features & Improvements
1011
- **Enhanced Micro Export Format**: Improved code structure analysis with detection of class properties, methods, and function patterns
1112
- **Automatic Flow Detection**: Identify code flow patterns (async/await, try/catch, conditionals)
1213
- **Improved Component Representation**: Detailed component visualization with visibility indicators and type annotations
13-
- **Comprehensive Test Suite**: Added extensive test framework to ensure reliability
14-
- Check the full [release notes](releases/RELEASE-NOTES-2.0.2.md) for more details
14+
- **Comprehensive Test Suite**: Added extensive test framework with Mocha to ensure reliability
15+
- **Improved File Handling**: Better support for different file types and programming languages
16+
- **Enhanced Markdown Generation**: Better clarity and organization in exported markdown documents
17+
18+
### Bug Fixes
19+
- Fixed issues with file type detection and language mapping
20+
- Resolved edge cases in folder structure generation
21+
- Enhanced error handling throughout the codebase
22+
- Improved extraction of file metadata
23+
- Fixed pattern detection for different programming paradigms
24+
25+
Check the full [release notes](releases/RELEASE-NOTES-2.0.2.md) for more details or view our detailed [documentation](docs/micro-export-format.md) on the Micro Export format.
1526

1627
## Features
1728

0 commit comments

Comments
 (0)