Skip to content

0.5.1

Compare
Choose a tag to compare
@darwin darwin released this 21 Jan 22:17
· 646 commits to master since this release

Detection of circular data structures

Renderer newly checks for expansion of cycles in data structures. It displays a small marker when you are following a cycle in printed data.

You can newly check for availability of individual cljs-devtools features prior installing (issue #10).

Also I have improved the way how to detect whether values are cljs values or plain js values. It does not depend on try-catch anymore and the benefit is that it won't interfere with your debugging experience when using "Pause On Caught Exception".

Notable commits:

  • 1359810 cljs-value? check does not depend on catching exceptions
  • 7e11bcc fix infinite recursive expansion in an edge case (close #8)
  • 856c542 detect and visually mark circular data structures
  • 01ffd2e tweak the style of body lines
  • 0efb20f use negative margin trick to render body with top border
  • cff6224 check if features are available (close #10)