File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
- # 2.3 - UNRELEAED
1
+ # 2.3 - 9 Mar 2023
2
2
3
3
A new function, ` clj-commons.ansi.perr ` composes its inputs and prints
4
4
them to ` *err* ` , a common behavior for command line tools.
5
5
6
6
New namespace ` clj-commons.format.table ` is used to format tabular output; a
7
7
prettier version of ` clojure.pprint/print-table `
8
8
9
+ [ Closed Issues] ( https://github.com/clj-commons/pretty/milestone/44?closed=1 )
10
+
9
11
## 2.2.1 - 14 Nov 2023
10
12
11
13
This release contains only minor bug fixes:
Original file line number Diff line number Diff line change 1
- 2.2.1
1
+ 2.3.0
2
+
Original file line number Diff line number Diff line change 15
15
; ; clj -T:build <command>
16
16
:build
17
17
{:deps {io.github.hlship/build-tools
18
- {:git/tag " 0.9 " :git/sha " 4efa3c9 " }}
18
+ {:git/tag " 0.10.1 " :git/sha " 7ecff5b " }}
19
19
:ns-default build}
20
20
21
21
:1.10
36
36
{:main-opts [" -m" " clj-commons.pretty.repl" ]}}
37
37
38
38
:net.lewisship.build/scm
39
- {:url " https://github.com/clj-commons/pretty" }
39
+ {:url " https://github.com/clj-commons/pretty"
40
+ :license :asl }
40
41
41
42
:codox/config
42
43
{:description " Clojure library to help print things, prettily"
You can’t perform that action at this time.
0 commit comments