Skip to content

Latest commit

 

History

History
80 lines (44 loc) · 2.8 KB

CHANGELOG.md

File metadata and controls

80 lines (44 loc) · 2.8 KB

Release Notes

Fixed

  • Display hidden/appended attributes for models (#123)

Added

  • Add Stringable caster (#121)

Added

  • PHP 8 Support (#116)

Fixed

  • Fix missing output while using execute option (#109)

Fixed

  • Fixed execute not unregistering loader and exit code (#100)

Changed

  • Forward input options to psysh (#98)

Added

  • Allow Laravel 8 (#90)
  • Allow psy/psysh 0.10 (#95)

Added

  • Support vendor class aliasing (#88)
  • Add --execute option to console command (#89)

Added

  • Add HtmlString caster (#87)

Added

  • Allow Laravel 7 (#74)

Changed

  • Require PHP 7.2 as the new minimum version (8d6104c)
  • Allow Symfony 5 (49982fd)
  • Laravel now only check for DeferrableProvider (#81)

Removed

  • Drop support for old Psysh versions (a05922f)
  • Drop Symfony 3.x support (7175b49)
  • Drop support for Laravel 5.x (4f3e609)

v1.0.0 (2016-12-30)

Initial commit.