PsySH v0.10.4 Release Notes

Release Date: 2020-05-03 // almost 4 years ago
  • ๐Ÿ†• New:

    • ๐Ÿ–จ Print exception traces when running --verbose or higher.
    • โž• Add an --all option to the doc command for showing inherited docs.
    • Include class signatures when using doc on class methods or properties.
    • โž• Add graceful handling for invalid return types.
    • โž• Add a notice when globally-installed PsySH defers to a local dependency.

    ๐Ÿ‘Œ Improved:

    • ๐Ÿ›  Fix doc rendering when docblock description is missing (Thanks @GrahamCampbell!)
    • More clear error messages when config files are invalid.
    • ๐Ÿ›  Fix STDIN input detection when running the cli-server SAPI.
    • โœ‚ Remove unhelpful deprecation warning in throw-up command.
    • โœ‚ Remove getenv and putenv calls in favor of direct $_SERVER superglobal access.