Skip to content

PsySH v0.3.0

Compare
Choose a tag to compare
@bobthecow bobthecow released this 16 Dec 06:23
· 1632 commits to main since this release

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.