1+ ## 2.0.1 -- 20 Jul 2023
2+
3+ Bug Fixes
4+
5+ [ Closed Issues] ( https://github.com/clj-commons/pretty/milestone/37?closed=1 )
6+
17## 2.0 -- 14 Jul 2023
28
39This release moves the library to clj-commons, and changes the root namespace from
@@ -24,20 +30,20 @@ the `columns`, `component`, and `logging` namespaces entirely.
2430- Fixed: Incorrectly named font terms with ` compose `
2531- Fixed: Incorrect ANSI codes for bright and bright background colors
2632
27- [ Closed Issues] ( https://github.com/AvisoNovate /pretty/milestone/36?closed=1 )
33+ [ Closed Issues] ( https://github.com/clj-commons /pretty/milestone/36?closed=1 )
2834
2935## 1.4.3 -- 24 May 2023
3036
3137The ` compose ` function would collapse blank strings to empty strings.
3238
33- [ Closed Issues] ( https://github.com/AvisoNovate /pretty/milestone/33?closed=1 )
39+ [ Closed Issues] ( https://github.com/clj-commons /pretty/milestone/33?closed=1 )
3440
3541## 1.4.1, 1.4.2 -- 5 May 2023
3642
3743` io.aviso.ansi ` : Add support for ` faint ` , ` underlined ` , and ` not-underlined ` text, and improvements
3844to docstrings.
3945
40- [ Closed issues] ( https://github.com/AvisoNovate /pretty/milestone/34?closed=1 )
46+ [ Closed issues] ( https://github.com/clj-commons /pretty/milestone/34?closed=1 )
4147
4248## 1.4 -- 27 Mar 2023
4349
@@ -49,7 +55,7 @@ The override to enable or disable ANSI text has been amended: the first check is
4955a JVM system property, ` io.aviso.ansi.enable ` , then if that is not set, the ` ENABLE_ANSI_COLORS `
5056environment variable.
5157
52- [ Closed issues] ( https://github.com/AvisoNovate /pretty/milestone/32?closed=1 )
58+ [ Closed issues] ( https://github.com/clj-commons /pretty/milestone/32?closed=1 )
5359
5460## 1.3 -- 20 Oct 2022
5561
@@ -71,13 +77,13 @@ Output from `write-exception` is now buffered; this should reduce the
7177interleaving of exception output when multiple threads are writing
7278exceptions simultaneously.
7379
74- [ Closed Issues] ( https://github.com/AvisoNovate /pretty/issues?q=is%3Aclosed+milestone%3A1.2 )
80+ [ Closed Issues] ( https://github.com/clj-commons /pretty/issues?q=is%3Aclosed+milestone%3A1.2 )
7581
7682## 1.1.1 -- 15 Dec 2021
7783
7884Prevent warnings when using with Clojure 1.11.
7985
80- [ Closed Issues] ( https://github.com/AvisoNovate /pretty/issues?q=is%3Aclosed+milestone%3A1.1.1 )
86+ [ Closed Issues] ( https://github.com/clj-commons /pretty/issues?q=is%3Aclosed+milestone%3A1.1.1 )
8187
8288## 1.1 -- 16 May 2021
8389
@@ -87,7 +93,7 @@ Restore compatibility with Clojure 1.7.0.
8793
8894BinaryData protocol extended onto java.nio.ByteBuffer.
8995
90- [ Closed Issues] ( https://github.com/AvisoNovate /pretty/issues?q=milestone%3A1.0+is%3Aclosed )
96+ [ Closed Issues] ( https://github.com/clj-commons /pretty/issues?q=milestone%3A1.0+is%3Aclosed )
9197
9298## 0.1.37 - 30 Jan 2019
9399
@@ -100,15 +106,15 @@ BinaryData protocol extended onto java.nio.ByteBuffer.
100106 Leiningen is phasing out implicit middleware.
101107 See the manual for more details.
102108
103- [ Closed Issues] ( https://github.com/AvisoNovate /pretty/issues?q=milestone%3A0.1.37+is%3Aclosed )
109+ [ Closed Issues] ( https://github.com/clj-commons /pretty/issues?q=milestone%3A0.1.37+is%3Aclosed )
104110
105111## 0.1.36 - 22 Dec 2018
106112
107113Support Clojure 1.10.
108114
109115Add support for highlighting application frames using ` io.aviso.exception/*app-frame-names* ` .
110116
111- [ Closed Issues] ( https://github.com/AvisoNovate /pretty/issues?q=milestone%3A0.1.36+is%3Aclosed )
117+ [ Closed Issues] ( https://github.com/clj-commons /pretty/issues?q=milestone%3A0.1.36+is%3Aclosed )
112118
113119## 0.1.35 - 28 Sep 2018
114120
@@ -117,18 +123,18 @@ When printing sorted maps, the keys are presented in map order (not sorted).
117123The new namespace, ` io.aviso.component ` , can be used to produce concise output
118124for systems and components that are pretty printed as part of exception output.
119125
120- [ Closed Issues] ( https://github.com/AvisoNovate /pretty/issues?q=milestone%3A0.1.35+is%3Aclosed )
126+ [ Closed Issues] ( https://github.com/clj-commons /pretty/issues?q=milestone%3A0.1.35+is%3Aclosed )
121127
122128## 0.1.34 - 28 Jun 2017
123129
124130Added possibility to disable default ANSI fonts by setting an environment variable ` DISABLE_DEFAULT_PRETTY_FONTS `
125131to any value.
126132
127- [ Closed Issues] ( https://github.com/AvisoNovate /pretty/issues?q=milestone%3A0.1.34+is%3Aclosed )
133+ [ Closed Issues] ( https://github.com/clj-commons /pretty/issues?q=milestone%3A0.1.34+is%3Aclosed )
128134
129135## 0.1.33 - 28 Nov 2016
130136
131- [ Closed Issues] ( https://github.com/AvisoNovate /pretty/issues?q=milestone%3A0.1.33+is%3Aclosed )
137+ [ Closed Issues] ( https://github.com/clj-commons /pretty/issues?q=milestone%3A0.1.33+is%3Aclosed )
132138
133139## 0.1.32 - 18 Nov 2016
134140
@@ -141,7 +147,7 @@ Switch to using macros instead of eval to play nicer with AOT
141147
142148Support all arities of ` clojure.repl/pst `
143149
144- [ Closed Issues] ( https://github.com/AvisoNovate /pretty/issues?q=milestone%3A0.1.31+is%3Aclosed )
150+ [ Closed Issues] ( https://github.com/clj-commons /pretty/issues?q=milestone%3A0.1.31+is%3Aclosed )
145151
146152## 0.1.30 - 16 Aug 2016
147153
@@ -157,7 +163,7 @@ ClassNotFoundException.
157163A warning is now produced when using pretty as a plugin, but it is not a
158164project dependency.
159165
160- [ Closed Issues] ( https://github.com/AvisoNovate /pretty/issues?q=milestone%3A0.1.28+is%3Aclosed )
166+ [ Closed Issues] ( https://github.com/clj-commons /pretty/issues?q=milestone%3A0.1.28+is%3Aclosed )
161167
162168## 0.1.27 - 1 Jul 2016
163169
@@ -168,7 +174,7 @@ Qualified keys in exception maps are now printed properly.
168174To get around Clojure 1.8 deep linking, ` io.aviso.repl/install-pretty-exceptions ` now reloads clojure.test
169175after overriding other functions (such as ` clojure.stacktrace/print-stack-trace ` ).
170176
171- [ Closed Issues] ( https://github.com/AvisoNovate /pretty/issues?q=milestone%3A0.1.26+is%3Aclosed )
177+ [ Closed Issues] ( https://github.com/clj-commons /pretty/issues?q=milestone%3A0.1.26+is%3Aclosed )
172178
173179## 0.1.25 - 5 Apr 2016
174180
@@ -187,14 +193,14 @@ constructor methods), as well as other cases from real-life stack traces.
187193
188194Stack traces were omitted when the root exception was via ` ex-info ` ; this has been corrected.
189195
190- [ Closed issues] ( https://github.com/AvisoNovate /pretty/issues?q=milestone%3A0.1.23 )
196+ [ Closed issues] ( https://github.com/clj-commons /pretty/issues?q=milestone%3A0.1.23 )
191197
192198## 0.1.22 - 5 Feb 2016
193199
194200Fixed a bug where ` parse-exception ` would fail if the source was "Unknown Source" instead
195201of a file name and line number.
196202
197- [ Closed issues] ( https://github.com/AvisoNovate /pretty/issues?q=milestone%3A0.1.22 )
203+ [ Closed issues] ( https://github.com/clj-commons /pretty/issues?q=milestone%3A0.1.22 )
198204
199205## 0.1.21 - 8 Jan 2016
200206
@@ -228,7 +234,7 @@ produced for both REPL sessions and test executions.
228234
229235The io.aviso.nrepl namespace has been removed.
230236
231- [ Closed issues] ( https://github.com/AvisoNovate /pretty/issues?q=milestone%3A0.1.20 )
237+ [ Closed issues] ( https://github.com/clj-commons /pretty/issues?q=milestone%3A0.1.20 )
232238
233239## 0.1.19 - 27 Aug 2015
234240
@@ -241,7 +247,7 @@ The built in stack frame filtering rules are now better documented, and speclj.*
241247You may now add pretty to your Leiningen : plugins list; it will automatically add the Pretty nREPL
242248middleware.
243249
244- [ Closed issues] ( https://github.com/AvisoNovate /pretty/issues?q=milestone%3A0.1.19+is%3Aclosed )
250+ [ Closed issues] ( https://github.com/clj-commons /pretty/issues?q=milestone%3A0.1.19+is%3Aclosed )
245251
246252
247253## 0.1.18 - 5 May 2015
@@ -253,7 +259,7 @@ calculate column widths automatically).
253259
254260The Clojure ExceptionInfo exception is now treated specially.
255261
256- [ Closed issues] ( https://github.com/AvisoNovate /pretty/issues?q=milestone%3A0.1.18+is%3Aclosed )
262+ [ Closed issues] ( https://github.com/clj-commons /pretty/issues?q=milestone%3A0.1.18+is%3Aclosed )
257263
258264
259265## 0.1.17 - 18 Feb 2015
@@ -271,7 +277,7 @@ This keeps the file name column as narrow as possible.
271277io.aviso.exception/\* default-frame-filter\* has been added, and acts as the default frame filter for
272278write-exception (previously there was no default).
273279
274- [ Closed issues] ( https://github.com/AvisoNovate /pretty/issues?q=milestone%3A0.1.16+is%3Aclosed )
280+ [ Closed issues] ( https://github.com/clj-commons /pretty/issues?q=milestone%3A0.1.16+is%3Aclosed )
275281
276282## 0.1.15 - 2 Feb 2015
277283
@@ -281,11 +287,11 @@ behavior is still available via the io.aviso.exceptions/\*traditional\* dynamic
281287A new namespace, io.aviso.logging, includes code to setup clojure.tools.logging to make use of pretty
282288exception output.
283289
284- [ Closed issues] ( https://github.com/AvisoNovate /pretty/issues?q=milestone%3A0.1.15+is%3Aclosed )
290+ [ Closed issues] ( https://github.com/clj-commons /pretty/issues?q=milestone%3A0.1.15+is%3Aclosed )
285291
286292## 0.1.14 - 9 Jan 2015
287293
288- [ Closed issues] ( https://github.com/AvisoNovate /pretty/issues?q=milestone%3A0.1.14+is%3Aclosed )
294+ [ Closed issues] ( https://github.com/clj-commons /pretty/issues?q=milestone%3A0.1.14+is%3Aclosed )
289295
290296## 0.1.13 - 14 Nov 2014
291297
@@ -309,4 +315,4 @@ Frames can be hidden (not displayed at all), or omitted (replaced with '...').
309315This can remove _ significant_ clutter from the exception output, making it that much easier
310316to identify the true cause of the exception.
311317
312- [ Closed issues] ( https://github.com/AvisoNovate /pretty/issues?q=milestone%3A0.1.11 )
318+ [ Closed issues] ( https://github.com/clj-commons /pretty/issues?q=milestone%3A0.1.11 )
0 commit comments