Releases: bobthecow/psysh
Releases · bobthecow/psysh
PsySH v0.11.20
- Fix undefined array key (when argv doesn't exist) in userland readline implementation (Thanks @BafS!)
PsySH v0.11.19
New:
- Add
strictTypes
config option to enforce strict types by default.
PsySH v0.11.18
- Fix environment variable lookup when running from the
cli-server
SAPI (Thanks @supriyo-biswas!)
PsySH v0.11.17
- Use high resolution timing for
timeit
command. - Clean up a few edge cases where formatting markup shows up in output.
PsySH v0.11.16
- Fix a few edge cases around array assignment.
PsySH v0.11.15
- Bypass visibility restrictions when using reflecting commands (dump, doc, show, list).
- Highlight code comments in grey, if availble.
- Support more cases of (valid but weird) empty array dim fetch.
PsySH v0.11.14
- Replace undefined DS constant (Thanks @dereckson!)
PsySH v0.11.13
- Fix a
prompt
configuration regression.
Setting prompt
by itself is deprecated, and has been replaced by Themes. Check them out!
Note that specifying a prompt
without setting a theme
configuration will implicitly use the classic
theme.
PsySH v0.11.12
- Fix an input rendering bug in Userland readline implementation.
PsySH v0.11.11
- Fix a type error when calling Docblock::tag with a non-existant tag (Thanks @ExeQue!)
- Comment updates, tighten up a few types, fix warnings in newer PHP.