v2.10.0 - 2024-09-23
- Use actions/checkout@v4 by @Jubeki in #172
- Use new static analysis workflow by @Jubeki in #173
- Replace dead link in Security Policy by @Jubeki in #180
- [2.x] Supports PHP 8.4 by @crynobone in #182
v2.9.0 - 2024-01-04
- Update PsySH dependency to v0.12 by @bobthecow in #170
- [2.x] Merging develop by @nunomaduro in #171
v2.8.2 - 2023-08-15
- [2.x] Adds type checking by @nunomaduro in #160
- [2.x] Remove unused
orchestra/testbench
deps by @crynobone in #166
v2.8.1 - 2023-02-15
- Cast ProcessResult objects by @mpociot in #159
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.