Skip to content

Pretty dataclass support

Compare
Choose a tag to compare
@willmcgugan willmcgugan released this 06 Mar 15:34
· 2139 commits to master since this release
c3d0e35

The highlight of this release is that pretty printing now supports dataclasses, which can now collapse just like other data structures. Here's an example:

Screen Shot 2021-03-03 at 17 10 30

[9.13.0] - 2021-03-06

Added

  • Pretty printer now supports dataclasses

Fixed

  • Fixed Syntax background #1088
  • Fix for double tracebacks when no formatter #1079

Changed

  • Added ws and wss to url highlighter