org.clj-commons/pretty 3.8.0
https://github.com/clj-commons/pretty
Pretty prints things prettily; mostly, carefully formatted exception output using ANSI colors, smarter ordering, and
name-demangling to take the pain out of figuring out what went wrong, and where.
Pretty provides a Hiccup-inspired syntax for generating rich terminal output with ANSI fonts and colors, as well as
utilities for formatting tabular output, binary sequences (and binary diffs), and more.
Breaking Changes
• Removed the io.aviso.exception and io.aviso.repl namespaces
• Use https://github.com/clj-commons/pretty-aviso-bridge instead
Other changes:
• Added markdown-style to clj-commons.format.table, which produces output compatible with Markdown table syntax
https://github.com/clj-commons/pretty/milestone/69?closed=1
https://scicloj.github.io/clay/: REPL-friendly literate programming and data visualization - version https://clojars.org/org.scicloj/clay/versions/2.0.16 by @timothypratley: • web server fix: do not serve resources (PR #338)