v2.8.0 - 2023-01-10
- Laravel v10 support
v2.7.3 - 2022-11-09
- Set raw output when using
--execute
by @innocenzi in #155
v2.7.2 - 2022-03-23
- Add Laravel app instance to command by @driesvints in #146
v2.7.1 - 2022-03-15
- Fix command resolving by @driesvints in #144 and https://github.com/laravel/tinker/commit/1e2d500585a4e546346fadd3adc6f9c1a97e15f4
- Laravel 9 and psych v0.11.x support (#139)
- Add
migrate:install
to whitelisted commands (#137)
- Added custom caster support (#133)
- Display hidden/appended attributes for models (#123)
- Add Stringable caster (#121)
- PHP 8 Support (#116)
- Fix missing output while using execute option (#109)
- Fixed execute not unregistering loader and exit code (#100)
- Forward input options to psysh (#98)
- Add
HtmlString
caster (#87)
- Allow Laravel 7 (#74)
- Require PHP 7.2 as the new minimum version (8d6104c)
- Allow Symfony 5 (49982fd)
- Laravel now only check for
DeferrableProvider
(#81)
- Drop support for old Psysh versions (a05922f)
- Drop Symfony 3.x support (7175b49)
- Drop support for Laravel 5.x (4f3e609)
Initial commit.