All Notable changes to laravel-countdown
will be documented in this file.
Updates should follow the Keep a CHANGELOG principles.
- Dropping support for Laravel <= 5. Those users should be using earlier versions of the package.
- Updated dependencies to work for more recent version of Laravel.
- Updated Carbon dependency to
^2.0
.
- Should insure compatibility with Laravel up to 5.6.
- Added a
toHuman
method to return a string that is human readable (@juniorb2ss) - The
toHuman
method accepts a custom string to parse so the returned readable string can be customized / localized (@juniorb2ss)
- Tests! Thank you Junior!
- Fixed namespace in the trait, thanks to @svenluijten
First release!