Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 719 Bytes

CHANGELOG.MD

File metadata and controls

38 lines (21 loc) · 719 Bytes

Changelog

All notable changes to eloquent-human-timestamps will be documented in this file

5.0.0 - 2023-03-13

  • Laravel 10 support
  • Use v5 for Laravel 10 due to removal of $dates property.

4.0.0 - 2022-02-23

  • Laravel 9 Support
  • Requires PHP >= 8.0 because of Laravel 9 minimum requirement

3.0.0 - 2021-12-10

  • Add support for PHP 8.1
  • Move support for Laravel 8 to v2.x branch

2.0.1 - 2021-04-18

  • Cleanup

2.0.0 - 2021-04-18

  • Update dependencies, add tests.

What's Changed

  • Since I add explicit version dependencies, it's technically a breaking change, hence the major bump.

1.0.1 - 2020-10-24

  • Fix for bug when attribute is null

1.0.0 - 2020-10-23

  • Initial release