Skip to content

Releases: bobthecow/psysh

PsySH v0.11.20

31 Jul 14:36
Compare
Choose a tag to compare
  • Fix undefined array key (when argv doesn't exist) in userland readline implementation (Thanks @BafS!)

PsySH v0.11.19

15 Jul 19:45
Compare
Choose a tag to compare

New:

  • Add strictTypes config option to enforce strict types by default.

PsySH v0.11.18

23 May 02:56
Compare
Choose a tag to compare
  • Fix environment variable lookup when running from the cli-server SAPI (Thanks @supriyo-biswas!)

PsySH v0.11.17

05 May 20:06
Compare
Choose a tag to compare
  • Use high resolution timing for timeit command.
  • Clean up a few edge cases where formatting markup shows up in output.

PsySH v0.11.16

26 Apr 13:03
Compare
Choose a tag to compare
  • Fix a few edge cases around array assignment.

PsySH v0.11.15

07 Apr 22:04
Compare
Choose a tag to compare
  • 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

28 Mar 03:45
Compare
Choose a tag to compare
  • Replace undefined DS constant (Thanks @dereckson!)

PsySH v0.11.13

21 Mar 14:25
Compare
Choose a tag to compare
  • 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

29 Jan 21:27
Compare
Choose a tag to compare
  • Fix an input rendering bug in Userland readline implementation.

PsySH v0.11.11

23 Jan 16:19
Compare
Choose a tag to compare
  • 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.