v0.2.33
yamadashy/repomixv0.2.33Mar 2, 2025by yamadashy
AI Summary
This release fixes critical bugs related to TypeScript import handling and directory structure support for output files, ensuring proper preservation of named imports and automatic directory creation.
Key Highlights
- Fixed named imports exclusion in compressed mode
- Automatic parent directory creation for nested output paths
- Resolved issues with remote repositories and nested paths
Full Release Notes
This release addresses two important issues to improve code handling and file output capabilities.
# Bug Fixes 🐛
## TypeScript Import Handling for Compressed Output (#382)
- Fixed an issue where named imports were partially excluded when using compress mode
- Now properly preserves all import statements including named imports like `import { Component } from 'module'`
## Directory Structure Support for Output Files (#378, #383)
- Fixes related issue (#378) where nested output paths would fail, especially with remote repositories
- Now automatically creates parent directories when writing to nested output paths
# How to Update
```bash
npm update -g repomix
```
---
As always, if you encounter any issues or have suggestions, please let us know through our GitHub issues or join our [Discord community](https://discord.gg/wNYzTwZFku) for support.