Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.45 KB

CHANGELOG-1.x.md

File metadata and controls

38 lines (25 loc) · 1.45 KB

Changelog

Changed

Changed

Fixed

  • Fixed format in the $casts property

Added

Changed

  • Minimal PHP version 7.2
  • Minimal Laravel version 5.8
  • Cast using jn-jairo/laravel-cast
  • Removed custom cast using methods Model::cast<AttributeType>Attribute() and Model::uncast<AttributeType>Attribute()

Added

  • Laravel 5.8 support
  • Custom cast using methods Model::cast<AttributeType>Attribute() and Model::uncast<AttributeType>Attribute()