File tree Expand file tree Collapse file tree 4 files changed +17
-13
lines changed Expand file tree Collapse file tree 4 files changed +17
-13
lines changed Original file line number Diff line number Diff line change 1+ ## 3.6.4 -- UNRELEASED
2+
3+ * The default layout for tables has been tightened up
4+
5+
16## 3.6.3 -- 12 Aug 2025
27
38* Restore the ` io.aviso.exception ` and ` io.aviso.repl shim ` namespaces
Original file line number Diff line number Diff line change 8181 {:header-font :bold
8282 :hbar " ─"
8383 :header? true
84- :header-left " ┌─ "
85- :header-sep " ─┬─ "
86- :header-right " ─ ┐"
84+ :header-left " ┌"
85+ :header-sep " ┬ "
86+ :header-right " ┐"
8787 :divider? true
88- :divider-left " ├─ "
89- :divider-sep " ─┼─ "
90- :divider-right " ─ ┤"
91- :row-left " │ "
92- :row-sep " │ "
93- :row-right " │"
88+ :divider-left " ├"
89+ :divider-sep " ┼ "
90+ :divider-right " ┤"
91+ :row-left " │"
92+ :row-sep " │ "
93+ :row-right " │"
9494 :footer? true
95- :footer-left " └─ "
96- :footer-sep " ─┴─ "
97- :footer-right " ─ ┘" })
95+ :footer-left " └"
96+ :footer-sep " ┴ "
97+ :footer-right " ┘" })
9898
9999(def skinny-style
100100 " Removes most of the borders and uses simple characters for column separators."
294294 (when-not last?
295295 (print footer-sep)))
296296 (println footer-right))))
297-
You can’t perform that action at this time.
0 commit comments