Skip to content

Releases: eliseekn/laravel-metrics

v2.7.0

28 Oct 09:17
Compare
Choose a tag to compare

Replace fillEmptyData by fillMissingData
Set fillMissingData as global method
Add groupBy methods for between period
Fix some bugs

v2.6.2

25 Oct 21:47
Compare
Choose a tag to compare

Fix collection to array conversion

v2.6.1

21 Oct 09:04
Compare
Choose a tag to compare

Add Combined periods and aggregates methods

v2.6

04 Oct 18:09
Compare
Choose a tag to compare

Feat #5
Fix get trends from 'between' method when using custom label

v2.5

02 Oct 18:56
Compare
Choose a tag to compare

Feat #4

v2.4.4

17 Sep 11:39
Compare
Choose a tag to compare

Fix get valid data for past years, months, weeks and days

v2.4.3

16 Sep 18:49
Compare
Choose a tag to compare

Fix Query builder and Eloquent builder types in sub-queries

v2.4.2

16 Sep 18:10
Compare
Choose a tag to compare

Add Query Builder support
Add custom table definition support
Remove eloquent toBase() method to support Query Builder
Update README.md

v2.4.1

04 Sep 17:50
Compare
Choose a tag to compare

Fix undefined array key 'data' exception when trends are empty
Update README.md

v2.4.0

28 Aug 22:20
Compare
Choose a tag to compare

Add HasMetrics trait for models