Releases: eliseekn/laravel-metrics
Releases · eliseekn/laravel-metrics
v2.7.0
Replace fillEmptyData by fillMissingData
Set fillMissingData as global method
Add groupBy methods for between period
Fix some bugs
v2.6.2
Fix collection to array conversion
v2.6.1
Add Combined periods and aggregates methods
v2.6
Feat #5
Fix get trends from 'between' method when using custom label
v2.4.4
Fix get valid data for past years, months, weeks and days
v2.4.3
Fix Query builder and Eloquent builder types in sub-queries
v2.4.2
Add Query Builder support
Add custom table definition support
Remove eloquent toBase() method to support Query Builder
Update README.md
v2.4.1
Fix undefined array key 'data' exception when trends are empty
Update README.md
v2.4.0
Add HasMetrics trait for models