All notable changes to eloquent-human-timestamps
will be documented in this file
- Laravel 10 support
- Use v5 for Laravel 10 due to removal of $dates property.
- Laravel 9 Support
- Requires PHP >= 8.0 because of Laravel 9 minimum requirement
- Add support for PHP 8.1
- Move support for Laravel 8 to v2.x branch
- Cleanup
- Update dependencies, add tests.
- Since I add explicit version dependencies, it's technically a breaking change, hence the major bump.
- Fix for bug when attribute is null
- Initial release