Skip to content

v0.74.2

Choose a tag to compare

@axadrn axadrn released this 03 Jun 09:34
1c6799f

Added

  • Enhanced loadConfig() function with comprehensive validation – clean separation of concerns between loading and creating configs.
  • Added config repair functionality to init --force command – automatically detects and prompts for missing configuration fields.
  • Improved user experience with structured error messages using icons (🚫, ❌, 📋, 🔧, 🚀) – makes CLI output more readable and user-friendly.
  • Enhanced help documentation with clear flag syntax examples – better guidance for users on correct command usage.
  • All about better CLI experience, clearer error messages, and smoother configuration management.

Fixed

  • Enhanced error message formatting with icons and multi-line display – improved user experience when config files are missing or incomplete.
  • Added validation for jsDir field in config validation – ensures complete configuration setup for JavaScript components.
  • Corrected flag syntax documentation – help now correctly shows templui -f init instead of templui init -f.
  • Improved config repair functionality with better error messaging – users get clear, actionable guidance when configuration is incomplete.