Releases: eliseekn/laravel-metrics
Releases · eliseekn/laravel-metrics
v2.3.0
Add forDay and forMonth methods
Change by and aggregate methods to protected
v2.2.0
Add forMonth and forYear methods
v2.1.0
Add custom label column definition
Move periods and aggregates constants to enums
v2.0.3
Fix InvalidPeriodException with WEEK
Update README.md
v2.0.2
Remove SQLite support
Replace days and months names translation by built-in Carbon locale method
v2.0.1
Add new period definitin method
Add period definition exception
v2.0.0
- Upgrade to PHP version to 8.1
- Add SQLite support
- Update whole code structure
- Remove static method
- Add eloquent query builder
v1.1.0
Upgrade to PHP 8
Upgrade dependencies