@@ -7,6 +7,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [Unreleased]
99
10+ ## [0.1.5] - 2025-12-19
11+
12+ ### Added
13+ - **Statistical Pass/Fail System**: Variance-aware testing with configurable confidence levels for more reliable evaluations
14+ - **Statistical Mode in CLI**: New `--runs` flag to run tests multiple times and get statistical results
15+ - **Templates**: Added test case templates for common scenarios
16+
17+ ### Fixed
18+ - **LangGraph Adapter**: Fixed adapter compatibility issues
19+ - **Config-free runs**: Allow `evalview run` without requiring a config file
20+ - **Node SDK License**: Fixed license mismatch - now correctly uses Apache 2.0
21+
22+ ### Documentation
23+ - Added FAQ section and comparison table to README
24+ - Added "Run examples directly" section
25+ - Added design partners section
26+ - Improved README structure for better clarity
27+
28+ ## [0.1.4] - 2025-12-15
29+
30+ ### Added
31+ - **Ollama Support**: Use Ollama as LLM-as-judge provider for free local evaluation
32+ - **Ollama Adapter**: New adapter for testing LangGraph+Ollama agents
33+ - Auto-detect Ollama when running locally
34+
35+ ### Documentation
36+ - Added Ollama example project with setup guide
37+
1038## [0.1.3] - 2025-12-08
1139
1240### Added
@@ -150,6 +178,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
150178- **Fixed**: Bug fixes
151179- **Security**: Security fixes and improvements
152180
153- [Unreleased]: https://github.com/hidai25/eval-view/compare/v0.1.1...HEAD
181+ [Unreleased]: https://github.com/hidai25/eval-view/compare/v0.1.5...HEAD
182+ [0.1.5]: https://github.com/hidai25/eval-view/compare/v0.1.4...v0.1.5
183+ [0.1.4]: https://github.com/hidai25/eval-view/compare/v0.1.3...v0.1.4
184+ [0.1.3]: https://github.com/hidai25/eval-view/compare/v0.1.1...v0.1.3
154185[0.1.1]: https://github.com/hidai25/eval-view/compare/v0.1.0...v0.1.1
155186[0.1.0]: https://github.com/hidai25/eval-view/releases/tag/v0.1.0
0 commit comments