PsySH v0.10.4 Release Notes
Release Date: 2020-05-03 // about 3 years ago-
๐ New:
- ๐จ Print exception traces when running
--verbose
or higher. - โ Add an
--all
option to thedoc
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
andputenv
calls in favor of direct$_SERVER
superglobal access.
- ๐จ Print exception traces when running