All notable changes to laravel-metrics
will be documented in this file
- Fix date function by database driver
- Fix metrics negative variation value display
- Rebase branch 2.9.0-beta-1 onto 2.x
- Add metricsWithVariations method
- Fix some bugs
- Add SQLite support
- Add $missingDataLabels auto discovery
- Add metrics with variations option
- Add trends in percents option
- Fix PostgreSQL support bugs
- Add PostgreSQL support
- Add "from" period to set custom startDate end use the current date as endDate for between period
- Fix null exception on get metrics data
- Replace fillEmptyData by fillMissingData
- Set fillMissingData as global method
- Add groupBy methods for between period
- Fix some bugs
- Add Combined periods and aggregates methods
- Add 'fillEmptyDates' method to fill data for empty dates
- Fix get trends from 'between' method when using custom label
- Fix undefined array key 'data' exception when trends are empty
- Add HasMetrics trait for models
- Add forDay and forMonth methods
- Add custom label column definition
- Move periods and aggregates constants to enums
- Upgrade to PHP version to 8.1
- Add SQLite support
- Update whole code structure
- Remove static method
- Add eloquent query builder
- Fix parameters types
- Add demo project link
- Fix getTrends() returns data
- Fix custom date range result
- Add custom date range
- Add Carbon package
- Remove unnecessary files and folder
- Initial release