org.clj-commons/pretty 3.6.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.
Breaking Changes
• clj-commons.ansi:
◦ Support for :pad in compose has been removed; use :align
◦ The pcompose function has been removed; use pout instead
• clj-commons.format.table
◦ Likewise, support for :pad and :title-pad in print-table has been removed; use :align and :title-align
Other Changes
• clj-commons.format.table/print-table
◦ The :default-decorator option is now deprecated
◦ New column option :formatter will format a column value to a string or composed string
◦ New :row-deprecator option decorates all columns of a row
◦ Column widths may be calculated even from a composed string
• clj-commons.format.exceptions
◦ Previously, individual stack frames that repeated were identified; Pretty can now identify sequences of repeating stack frames
https://github.com/clj-commons/pretty/milestone/60?closed=1
Ouch! Ugly bug in 3.6.0, now fixed in 3.6.1. Also here's what the repeating stack frames thing is supposed to look like:
Fulcro 3.9.0-rc3 https://github.com/fulcrologic/fulcro • Support for React 19 • DROPS support for React 17 and lower • Bugfix in dynamic routing ns NOTE: React 19 removed some public API which broken Fulcro’s support for DOM inputs. As a result I’ve decided to drop support for React versions 17 and lower. Maintaining two versions of DOM support was just too messy.