v2.0.0
feat: add automatic RequestStack injection and current request analysis
BREAKING CHANGE: UserAgentAnalyzer constructor now requires RequestStack
- Added RequestStack injection in constructor
- Added analyzeCurrentRequest() method to automatically get User-Agent from current request
- Updated documentation with new features and examples
- Updated tests to cover new functionality
- Added proper error handling for missing requests
- Improved logging for request analysis
Full Changelog: v1.1.0...v2.0.0