github bobthecow/psysh v0.3.0
PsySH v0.3.0

latest releases: v0.12.3, v0.12.2, v0.12.1...
9 years ago

Lots of things:

  • Clean up ErrorException messages (Thanks @matthieuprat!)
  • Silence unserialize() warnings when the shell returns.
  • Fix the Symfony Console version constraint (Thanks @GrahamCampbell!)
  • Better, faster, stronger Travis config (Thanks @GrahamCampbell!)
  • Catch fatal empty() "parse errors" in PHP < 5.5.
  • Include the <ArrayObject> ref when presenting ArrayObjects.
  • Add addPresenters() method to PresenterManager.
  • Always present floats as floats (previously, they pretended to be ints when they ended in .0)
  • Add a sweet new whereami command to show where you are in a file (Thanks @blainesch!)
  • Add a sweet new (much less verbose) PsySH invocation: eval(\Psy\sh()) (Thanks @blainesch!)
  • Add PHPCS to the Travis build process (Thanks @blainesch!)
  • Update php-cs-fixer settings, add it to composer dev requirements, and test on Travis as well.

Thanks again for your contributions, @matthieuprat, @GrahamCampbell and @blainesch.

Don't miss a new psysh release

NewReleases is sending notifications on new releases.