You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 20, 2025. It is now read-only.
- Update "What's New" section to show changes since v0.7.0
- Include highlights from v0.8.1, v0.8.0, and v0.7.1
- Update dependency version from 0.7.0 to 0.8.1
- Organize changes by version for better clarity
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+16-7Lines changed: 16 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,22 @@ A unified Elixir client for Large Language Models with intelligent test caching,
4
4
5
5
> ⚠️ **Alpha Quality Software**: This library is in early development. APIs may change without notice until version 1.0.0 is released. Use in production at your own risk.
6
6
7
-
## What's New in v0.7.0
7
+
## What's New Since v0.7.0
8
8
9
-
-**🚀 Advanced Test Caching System**: 25x faster integration tests with intelligent response caching
10
-
-**🏷️ Comprehensive Test Tagging**: Semantic test organization with 138 skip tags replaced by meaningful tags
11
-
-**⚡ Mix Test Aliases**: 24 new aliases for targeted testing (provider-specific, tag-based, capability-based)
12
-
-**🤖 Smart Test Detection**: Automatic requirement checking with ExLLM.Case module
0 commit comments