Releases: laravel/tinker
Releases · laravel/tinker
v2.6.2
Added
- Added custom caster support (#133)
v2.6.1
Fixed
- Display hidden/appended attributes for models (#123)
v2.6.0
Added
- Add Stringable caster (#121)
v2.4.2
Fixed
- Fix missing output while using execute option (#109)
v2.4.1
Fixed
- Fixed execute not unregistering loader and exit code (#100)
v2.4.0
Changed
- Forward input options to psysh (#98)
v2.3.0
Added
- Allow Laravel 8 (#90)
- Allow psy/psysh 0.10 (#95)
v2.2.0
Added
- Support vendor class aliasing (#88)
- Add
--execute
option to console command (#89)
v2.1.0
Added
- Add
HtmlString
caster (#87)