Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 336 Bytes

CHANGELOG.md

File metadata and controls

10 lines (7 loc) · 336 Bytes

Changelog

All notable changes to laravel-expirable will be documented in this file.

2.0 - 2023-03-07

  • Add support for Laravel 10.
  • Expirable trait: Remove deprecated $dates property and add expirable attribute to $casts property.
  • Tests: Update XML configuration schema for PHPUnit.
  • Tests: Use class based factories.