Skip to content

TreeCraft v1.0.2 Release Notes

Latest
Compare
Choose a tag to compare
@TheAlphamerc TheAlphamerc released this 11 May 08:17

What's New

🧪 Improved Testing

  • Added comprehensive Jest test suite for all commands
  • Set up test output directory for consistent fixture management
  • Enhanced test coverage across the codebase

🔍 Enhanced Search Command

  • Added content search capabilities
  • Improved error handling and user feedback
  • Added export options for search results

📊 Improved Stats Command

  • Added filtering by file patterns and depth control
  • Enhanced size distribution reporting
  • Added sorting options for statistics (by size or count)

🌲 Enhanced Visualization Command

  • Improved filtering options for more targeted tree views
  • Better error handling for edge cases
  • Enhanced metadata display options

🏗️ Better Directory Generation

  • Added support for text tree input format
  • Improved conflict resolution options
  • Enhanced error handling during generation

🧹 Code Cleanup

  • Removed redundant export command and related files
  • Streamlined utility functions and error handling
  • Improved code organization and maintainability

Getting Started

To update to the latest version:

npm install -g treecraft@latest

Check out our updated documentation and examples in the README.md file.