- Enable output paging for stdout and return value dumping.
- Prevent wrapping with the default less paging options. If you want the old style back, add
'pager' => 'less -R -S -F -X'
to your PsySH config! (Thanks @ooglek!) - Fix grapheme polyfill issue when using pre-built phars.
- Remove deprecated hoa/console support.
- Include a userland readline implementation (based on the old hoa/console!).
- Deprecate "compat" builds. Everyone on supported versions of PHP should be able to use the default phar build now!
👆👆 Note that if you've previously used a "compat" build, you don't need to anymore!