Releases: Roboroads/laravel-tinker
Releases · Roboroads/laravel-tinker
v2.3.3
v2.3.2
v2.3.1
Added
- Kotlin AutoAormatter plugin (since I'm lazy).
- Also formatted code with this plugin.
Changes
- Merged changes from JetBrains plugin template.
- [#120] Changes remote tip text in settings.
Fixed
- [#121] Exception when the IDE has no foreground color for given attribute.
v2.3.0
v2.2.2
Added
- Way of migrating to newer versions of this plugin
- [#105] Adds the stringable caster added in laravel/tinker v2.6.1
- Thanks @emargareten
Changed
- Restyling of Tinker console tabs.
Fixed
v2.2.2-beta.3
v2.2.1
v2.2.0
v2.1.0
Added
- Dependabot
- [#35] Setting to enable/disable line wrapping in output window.
- [#33] Adds way for Patreon supporters to disable the support plug.
Changed
- [#53] Updates compatibility with 2021.1
- Updated all dependencies
Removed
- Tinker Consoles having an IS_TINKER_CONSOLE userdata key.
Fixed
- [#47] [#40]
<
and>
are now replaced by>
and<
to make them not parse as HTML in tinker output - [#40] Fixes always showing output on the last opened project when having multiple projects open.
- [#41] When pressing the x icon on the progress bar to stop the PHP execution, the process now gets destroyed within 250ms.
v2.0.1
Changed
- New branding by Joey "Veritas" de Vries
Removed
- Tinker Consoles having an IS_TINKER_CONSOLE userdata key.
Fixed
- [#50] Tinker Create/Smart action overwriting its own files from a previous session.
- Tinker files not being PHP when project reloads.