Releases: JhumanJ/laravel-model-stats
Releases · JhumanJ/laravel-model-stats
Laravel 10 support
v0.4. Custom code requires separate database user
Custom code requires separate database user
Full Changelog: v0.3.4...v0.4.0
Bump Illuminate contracts to Laravel 9
v0.3.4 Upgrade illuminate contracts
Added support for Laravel 9
Added support for Laravel 9
0.3.2
Better code typing + some refactoring
What's Changed
- An enhanced PR of PR#3 by @AbdullahFaqeir in #6
New Contributors
- @AbdullahFaqeir made their first contribution in #6
Full Changelog: 0.3.1...0.3.2
Compiled production code
Full Changelog: 0.2.0...0.3.1
Added Custom Code Widgets
Added Custom Code Widgets
Full Changelog: 0.2.0...0.3.0
Added Bar Chart (group by count)
Added a Bar Chart component. It can be used to to display "group by count" values. For instance, if every user has a how_hear_about_us
column, and each user has in this column one of ['google','blog','twitter',...]
, then this chart can be used to show the distribution of theses options.
Fixed back-end fill-missing-days bug
Fixed a bug in fillMissingDays
function
Fixed front-end conflict version
Fixed front version conflict & New minor release with new widgets