Skip to content

#v1.1.0

Choose a tag to compare

@3neti 3neti released this 16 Apr 14:21
· 1 commit to main since this release

✨ Added
• Laravel 13 compatibility
• Full Pest test suite with fixtures and resolvers
• README documentation

🔧 Improved
• Driver composition now supports proper versioned inheritance (id@version)
• Fixed false circular dependency detection
• Clear execution contract:
• raw → structured array payload
• json, html, csv, text → rendered string outputs

♻️ Refactored
• ReportExecutor now separates:
• resolveData() (data layer)
• execute() (rendering layer)
• Formatter contract now consistently returns strings

🧪 Tested
• Driver loading (flat + versioned)
• Resolver execution
• Formatter outputs
• End-to-end execution pipeline