CHANGELOG.md 2.3 KB

Release Notes

Unreleased

v2.4.2 (2020-08-11)

Fixed

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

v2.4.1 (2020-07-07)

Fixed

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

v2.4.0 (2020-04-07)

Changed

  • Forward input options to psysh (#98)

v2.3.0 (2020-03-17)

Added

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

v2.2.0 (2020-02-05)

Added

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

v2.1.0 (2020-01-14)

Added

  • Add HtmlString caster (#87)

v2.0.0 (2019-11-26)

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.