Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Releases: theofidry/PsyshBundle

v3.2.1

24 Nov 13:23
Compare
Choose a tag to compare
  • Allow Symfony 4 (#29)

v3.2.0

13 Jul 19:51
Compare
Choose a tag to compare

Features

  • Add extension points for custom variables and commands (#28)

v3.1.0

06 May 13:42
Compare
Choose a tag to compare

Put psysh function in namespace instead of registering it as a global function.

v3.0.1

03 Dec 14:39
c75d8da
Compare
Choose a tag to compare

Fix the usage of the expression language.

v3.0.0

25 Nov 18:46
Compare
Choose a tag to compare
  • Make the facade lazy loaded to avoid having a shell instance instantiated on kernel boot
  • Re-organised a bit the bundle structure

v2.0.2

23 Apr 18:12
Compare
Choose a tag to compare

Write history file in application cache.

v2.0.1

09 Mar 13:18
Compare
Choose a tag to compare

Fix installation with Symfony 3.

v2.0.0

17 Sep 11:24
Compare
Choose a tag to compare
  • [enhancement] Add a configuration service psysh.config used for Psysh shell (psysh.shell) configuration
  • Add a facade Psysh to be able to get a shell instance statically and call the debug function
  • Add a psysh function as a shortcut for the facade
  • Made all classes final
  • Add tests for PHP7
  • Upgraded dependencies

v1.1.1

16 Sep 15:05
Compare
Choose a tag to compare

v1.1.0

13 Aug 20:37
Compare
Choose a tag to compare

PsySH is now declared as a service as a result it becomes easy to override the shell instance used for the command.