Skip to content

Latest commit

 

History

History
137 lines (73 loc) · 4.96 KB

CHANGELOG.md

File metadata and controls

137 lines (73 loc) · 4.96 KB

Release Notes

v2.9.0 - 2024-01-04

v2.8.2 - 2023-08-15

v2.8.1 - 2023-02-15

  • Cast ProcessResult objects by @mpociot in #159

v2.8.0 - 2023-01-10

Added

  • Laravel v10 support

v2.7.3 - 2022-11-09

Changed

  • Set raw output when using --execute by @innocenzi in #155

v2.7.2 - 2022-03-23

Fixed

  • Add Laravel app instance to command by @driesvints in #146

v2.7.1 - 2022-03-15

Fixed

Changed

  • Laravel 9 and psych v0.11.x support (#139)

Changed

  • Add migrate:install to whitelisted commands (#137)

Added

  • Added custom caster support (#133)

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.