Skip to content

1.5.0

Compare
Choose a tag to compare
@raveren raveren released this 19 Jul 13:49
· 27 commits to main since this release

Lots of stuff.

  • cli view and simple html share same-ish colors
  • cli view shows color indicators of current level
  • plain view readability enhancements
  • datetime of dump in rich view
  • phpstorm-plugin renamed to phpstorm-remote, doesn't work either way, thanks, jetbrains
  • improvements to enum and alternatives displays
  • switched functionalities of ! and + modifiers as it makes more intuitive sense
  • improvements to classname, color, splfileinfo variables
  • finally fixed footer [+] keyboard navigation
  • TAB button now jumps out of sage keyboard navigation
  • removed more useless tests, sigh this needs work
  • more obvious indication that direct, non-variable parameters were passed
  • streamlined output simplification, just makes sense now

Known issues:
since PHP8.2 the debug_backtrace output changed what line is indicated, effectively breaking current variable name detection for multiline sage calls, not too difficult to fix.