This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
waibao
/
NN2024010801
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
940194fc45
Branches
Tags
master
NN2024010801
/
vendor
/
laravel
/
tinker
/
CHANGELOG.md
CHANGELOG.md
4.3 KB
Historique
Raw
Release Notes
Unreleased
v2.8.1
- 2023-02-15
Cast ProcessResult objects by
@mpociot
in
https://github.com/laravel/tinker/pull/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
https://github.com/laravel/tinker/pull/155
v2.7.2
- 2022-03-23
Fixed
Add Laravel app instance to command by
@driesvints
in
https://github.com/laravel/tinker/pull/146
v2.7.1
- 2022-03-15
Fixed
Fix command resolving by
@driesvints
in
https://github.com/laravel/tinker/pull/144
and
https://github.com/laravel/tinker/commit/1e2d500585a4e546346fadd3adc6f9c1a97e15f4
v2.7.0 (2022-01-12)
Changed
Laravel 9 and psych v0.11.x support (
#139
)
v2.6.3 (2021-12-07)
Changed
Add
migrate:install
to whitelisted commands (
#137
)
v2.6.2 (2021-09-28)
Added
Added custom caster support (
#133
)
v2.6.1 (2021-03-02)
Fixed
Display hidden/appended attributes for models (
#123
)
v2.6.0 (2021-01-26)
Added
Add Stringable caster (
#121
)
v2.5.0 (2020-10-29)
Added
PHP 8 Support (
#116
)
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.