All notable changes to laravel-web-tinker
will be documented in this file
- Laravel 11.x Compatibility by @laravel-shift in #102
Full Changelog: https://github.com/spatie/laravel-web-tinker/compare/1.8.4...1.9.0
- Clean ' - ' and 'INFO Ctrl+D' from the output by @geradrum in #99
- @geradrum made their first contribution in #99
Full Changelog: https://github.com/spatie/laravel-web-tinker/compare/1.8.3...1.8.4
- Pass through tinker alias config by @tymondesigns in #97
- @tymondesigns made their first contribution in #97
Full Changelog: https://github.com/spatie/laravel-web-tinker/compare/1.8.2...1.8.3
- Laravel 10.x Compatibility by @laravel-shift in #96
- @laravel-shift made their first contribution in #96
Full Changelog: https://github.com/spatie/laravel-web-tinker/compare/1.8.1...1.8.2
- allow Laravel 9
- Bump axios from 0.18.1 to 0.21.1 by @dependabot in #73
- Allow for middleware customization by @emiliopedrollo in #87
- @emiliopedrollo made their first contribution in #87
Full Changelog: https://github.com/spatie/laravel-web-tinker/compare/1.7.7...1.8.0
- add PHP 8 support (#72)
- fix typo in config
- bump lodash from 4.17.15 to 4.17.19
- bump elliptic from 6.5.0 to 6.5.3
- bump http-proxy from 1.17.0 to 1.18.1
- bump node-sass from 4.12.0 to 4.14.1
- Support Laravel 8
- Fix execution (#62)
- fix infinite loop using custom execution closure class (#55)
- fix for running Laravel from subfolder (#53)
- fix install command in Laravel 7
- add support for Laravel 7
- allow tinker v2
- added the
StrartSession
andEncryptsCookies
middlewares to fix an authorisation bug
- fix for Windows
- remove custom Shell
- use a custom Shell to avoid \readline (#35)
- improve deps
- fix custom path in Vue
- add support for L6
- explicitly pass tinker path
- fix for "Writing to /var/www/.config/psysh is not allowed"
- fix datetime output modifier
- add output modifiers
- fix support for custom PsySH config
- fix auto theme
- clean input code of comments before sending to psysh to execute
- drop support for PHP 7.1, PHPUnit 7 and Laravel 5.7
- add support for Laravel 5.8
- fix 'echo'
- add draggable gutter
- add autofocus
- add theme support
- initial release