Skip to content

v0.5.0

Latest

Choose a tag to compare

@Sixeight Sixeight released this 13 Jul 09:09
· 2 commits to main since this release
1c52511

What's Changed

✨ New Features

  • Show relative path of failed test locations (e.g., example/math_test.go:47) (#38f4a39)
    • File locations now include package paths for better clarity
    • Helps distinguish between files in different packages

🐛 Bug Fixes

  • Fixed package display bug (#e184048)

🔧 Improvements

  • Major refactoring for better maintainability (#92d6887)
    • Extracted config parsing into dedicated functions
    • Implemented strategy pattern for display modes
    • Improved code organization and testability
    • Enhanced error handling and test coverage

📚 Documentation

  • Added CLAUDE.md for Claude Code guidelines
  • Updated README with latest features

Full Changelog

v0.4.0...v0.5.0

Installation

go install github.com/Sixeight/gotestshow@v0.5.0