Skip to content

Releases: bobthecow/psysh

PsySH v0.2.0

10 Sep 05:27
Compare
Choose a tag to compare
  • Composer install will now suggest readline, posix and pcntl.
  • Add XDG base directory spec support.
  • Add support for $PSYSH_CONFIG environment variable.
  • Add config option to disable semicolon insertion.
  • Colorize return values.
  • Add support for dumping protected and private members (via dump -a).
  • Fix bug with ever expanding help output.
  • Add support for more PHP 5.6 hotness.
  • Better color support for dark-on-light shells.

Thanks to @staabm, @pilif, @max-voloshin and @lolautruche for their contributions!

PsySH v0.1.12

16 Aug 13:13
Compare
Choose a tag to compare
  • Skip binding execution loop on HHVM (so you can run PsySH on HHVM)
  • Update README to suggest installing a tagged release instead of dev branch
  • Update Symfony Console dependency dependency range
  • Fix fatal error listing constants, properties and methods with non-object and non-class targets

PsySH v0.1.11

21 Jun 03:02
Compare
Choose a tag to compare
  • Fix return value printing when using namespaces.
  • Fix use statements when using namespaces.

PsySH v0.1.10

21 Jun 03:02
Compare
Choose a tag to compare

Fix CalledClassPass bug when calling expressions.

PsySH v0.1.9

08 Jun 16:01
Compare
Choose a tag to compare

Fix an issue when input is exactly "0".

PsySH v0.1.8

08 Jun 16:01
Compare
Choose a tag to compare
  • Allow overriding PsySH configuration file. e.g. psysh -c /path/to/some/psyshrc.php
  • Also, display prettier usage info when command line input validation fails.
  • Add friendlier "missing pdo sqlite" message.

PsySH v0.1.7

18 Mar 17:57
Compare
Choose a tag to compare

Phar is whiny sometimes.

PsySH v0.1.6

18 Mar 15:13
Compare
Choose a tag to compare
  • Fix defaultIncludes configuration (thanks @rstruber!)
  • Fix Config test when user has defaultIncludes specified
  • Clean up ListCommand and HelpCommand output
  • Display paths relative to CWD in backtraces
  • Fix escaping values in backtraces (and fix colors!)
  • Fix alignment for line numbers
  • Paginate ListCommand and WtfCommand output
  • Include error message in WtfCommand
  • Add a bit more help text
  • Allow spaces in WtfCommand incredulity

PsySH v0.1.5

14 Mar 20:24
Compare
Choose a tag to compare

Fix presenting ArrayObjects.

PsySH v0.1.4

14 Mar 20:15
Compare
Choose a tag to compare

Fix an autoload regression in the psysh phar.