Skip to content

Releases: Roboroads/laravel-tinker

v2.3.4

09 Jun 00:23

Choose a tag to compare

Fixed

  • [#46] Execution on docker
    • ℹ️If it doesn't work, please read this.
    • ℹ️This does not fix the "string conversion" error found when using docker exec. You still have to use docker run for now.
  • [#162] Endless execution of the tinker process in several usecases (like JB 2022.2 EAP)
  • Compatibility issue with JB 2022.2 (EAP) regarding ContentFactory.SERVICE

v2.3.3

08 Mar 17:29

Choose a tag to compare

Removed

  • [#136] Upper version limit for JB products.
    • Hopefully this will enable the plugin to be compatible for all JB products >= 211 untill a compatibility issue shows up.

v2.3.2

14 Feb 11:36
c01b802

Choose a tag to compare

Changed

  • Updated dependencies.

Removed

  • [#136] Upper version limit for JB products.
    • Hopefully this will enable the plugin to be compatible for all JB products >= 211 untill a compatibility issue shows up.

Fixed

  • Qodana version which stopped the build from completing

v2.3.1

05 Nov 19:03

Choose a tag to compare

Added

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

27 Oct 13:28
20bd62c

Choose a tag to compare

Added

  • [#112] Adds Open new console and Reopen last console actions to the tinker output toolwindow.

Changed

  • Cleaned up the output toolwindow a little bit.
  • Added dependabot updates #113 & #114

Fixed

  • [#110] Fixes typo in caster for the Model class

v2.2.2

22 Sep 22:24

Choose a tag to compare

Added

Changed

  • Restyling of Tinker console tabs.

Fixed

  • [#61] Fixes re-indexing issue causing infinite errors and 100% CPU
    • Big thanks to @fawzanm who helped me figure out a reproduction method and testing my fix.

v2.2.2-beta.3

20 Sep 15:13

Choose a tag to compare

v2.2.2-beta.3 Pre-release
Pre-release

Added

  • Way of migrating to newer versions of this plugin

Changed

  • Restyling of Tinker console tabs.

Fixed

  • [#61] Fixes re-indexing issue causing infinite errors and 100% CPU
    • Big thanks to @fawzanm who helped me figure out a reproduction method.

v2.2.1

10 Sep 12:14

Choose a tag to compare

Added

  • [#96] Added compatibility with newer API versions

v2.2.0

16 Jun 14:15

Choose a tag to compare

Added

  • [#34] Setting to change tinker execution root

Fixed

  • [#75] Empty directory list of tinker consoles resulting in fatal error.

v2.1.0

09 Apr 14:58

Choose a tag to compare

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 &gt; and &lt; 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.