All notable changes to php-sparkline
will be documented in this file.
- Removed
SparkLine::new()
, usenew SparkLine()
instead - Removed
SparkLine::getPeriod()
- Removed dependencies on
spatie/period
andlaravel/collection
- Rename
SparkLineDay
toSparkLineEntry
- Allow integers to be passed directly into a new
SparkLine
instead of requiringSparkLineEntry
objects