0.11.0
Features
- Add comprehensive Translating integration tests (8 test cases)
- Test TranslatedString HTML rendering, styling, and language switching
- Add DependenciesTestSupport for clean test architecture
Documentation
- Add Translating trait usage examples to README
- Document how to enable internationalization support
- Add code examples for TranslatedString in HTML contexts
Testing
- 106 total tests passing (98 core + 8 Translating)
- Tests use
.dependenciestrait for clean setup - All tests properly excluded when trait is not enabled
Breaking Changes
None - backward compatible enhancement to test coverage.