Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 609 Bytes

CHANGELOG-1.4.md

File metadata and controls

26 lines (22 loc) · 609 Bytes

Release note

v1.4.3

Added

  • Add support for Laravel 11

Breaking changes

  • Drop support for Laravel 8

v1.4.2

Fixed

  • Fix : exception when include relationship one #19

v1.4.1

Fixed

  • Fix autoWhenHas & autoWhenIncluded throw exception.

v1.4.0

Added

  • Add support for enum in values
  • Add auto check when-has attributes
  • Add auto set when-included relationships
  • Add polyfill for unless method
  • Surcharge whenHas method for support none eloquent models

Breaking changes

  • Drop support for PHP 8.0