Skip to content

0.11.0

Choose a tag to compare

@coenttb coenttb released this 31 Oct 16:46
· 96 commits to main since this release

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 .dependencies trait for clean setup
  • All tests properly excluded when trait is not enabled

Breaking Changes

None - backward compatible enhancement to test coverage.