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
+
1
7
## 2.0 -- 14 Jul 2023
2
8
3
9
This release moves the library to clj-commons, and changes the root namespace from
@@ -24,20 +30,20 @@ the `columns`, `component`, and `logging` namespaces entirely.
24
30
- Fixed: Incorrectly named font terms with ` compose `
25
31
- Fixed: Incorrect ANSI codes for bright and bright background colors
26
32
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 )
28
34
29
35
## 1.4.3 -- 24 May 2023
30
36
31
37
The ` compose ` function would collapse blank strings to empty strings.
32
38
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 )
34
40
35
41
## 1.4.1, 1.4.2 -- 5 May 2023
36
42
37
43
` io.aviso.ansi ` : Add support for ` faint ` , ` underlined ` , and ` not-underlined ` text, and improvements
38
44
to docstrings.
39
45
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 )
41
47
42
48
## 1.4 -- 27 Mar 2023
43
49
@@ -49,7 +55,7 @@ The override to enable or disable ANSI text has been amended: the first check is
49
55
a JVM system property, ` io.aviso.ansi.enable ` , then if that is not set, the ` ENABLE_ANSI_COLORS `
50
56
environment variable.
51
57
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 )
53
59
54
60
## 1.3 -- 20 Oct 2022
55
61
@@ -71,13 +77,13 @@ Output from `write-exception` is now buffered; this should reduce the
71
77
interleaving of exception output when multiple threads are writing
72
78
exceptions simultaneously.
73
79
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 )
75
81
76
82
## 1.1.1 -- 15 Dec 2021
77
83
78
84
Prevent warnings when using with Clojure 1.11.
79
85
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 )
81
87
82
88
## 1.1 -- 16 May 2021
83
89
@@ -87,7 +93,7 @@ Restore compatibility with Clojure 1.7.0.
87
93
88
94
BinaryData protocol extended onto java.nio.ByteBuffer.
89
95
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 )
91
97
92
98
## 0.1.37 - 30 Jan 2019
93
99
@@ -100,15 +106,15 @@ BinaryData protocol extended onto java.nio.ByteBuffer.
100
106
Leiningen is phasing out implicit middleware.
101
107
See the manual for more details.
102
108
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 )
104
110
105
111
## 0.1.36 - 22 Dec 2018
106
112
107
113
Support Clojure 1.10.
108
114
109
115
Add support for highlighting application frames using ` io.aviso.exception/*app-frame-names* ` .
110
116
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 )
112
118
113
119
## 0.1.35 - 28 Sep 2018
114
120
@@ -117,18 +123,18 @@ When printing sorted maps, the keys are presented in map order (not sorted).
117
123
The new namespace, ` io.aviso.component ` , can be used to produce concise output
118
124
for systems and components that are pretty printed as part of exception output.
119
125
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 )
121
127
122
128
## 0.1.34 - 28 Jun 2017
123
129
124
130
Added possibility to disable default ANSI fonts by setting an environment variable ` DISABLE_DEFAULT_PRETTY_FONTS `
125
131
to any value.
126
132
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 )
128
134
129
135
## 0.1.33 - 28 Nov 2016
130
136
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 )
132
138
133
139
## 0.1.32 - 18 Nov 2016
134
140
@@ -141,7 +147,7 @@ Switch to using macros instead of eval to play nicer with AOT
141
147
142
148
Support all arities of ` clojure.repl/pst `
143
149
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 )
145
151
146
152
## 0.1.30 - 16 Aug 2016
147
153
@@ -157,7 +163,7 @@ ClassNotFoundException.
157
163
A warning is now produced when using pretty as a plugin, but it is not a
158
164
project dependency.
159
165
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 )
161
167
162
168
## 0.1.27 - 1 Jul 2016
163
169
@@ -168,7 +174,7 @@ Qualified keys in exception maps are now printed properly.
168
174
To get around Clojure 1.8 deep linking, ` io.aviso.repl/install-pretty-exceptions ` now reloads clojure.test
169
175
after overriding other functions (such as ` clojure.stacktrace/print-stack-trace ` ).
170
176
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 )
172
178
173
179
## 0.1.25 - 5 Apr 2016
174
180
@@ -187,14 +193,14 @@ constructor methods), as well as other cases from real-life stack traces.
187
193
188
194
Stack traces were omitted when the root exception was via ` ex-info ` ; this has been corrected.
189
195
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 )
191
197
192
198
## 0.1.22 - 5 Feb 2016
193
199
194
200
Fixed a bug where ` parse-exception ` would fail if the source was "Unknown Source" instead
195
201
of a file name and line number.
196
202
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 )
198
204
199
205
## 0.1.21 - 8 Jan 2016
200
206
@@ -228,7 +234,7 @@ produced for both REPL sessions and test executions.
228
234
229
235
The io.aviso.nrepl namespace has been removed.
230
236
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 )
232
238
233
239
## 0.1.19 - 27 Aug 2015
234
240
@@ -241,7 +247,7 @@ The built in stack frame filtering rules are now better documented, and speclj.*
241
247
You may now add pretty to your Leiningen : plugins list; it will automatically add the Pretty nREPL
242
248
middleware.
243
249
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 )
245
251
246
252
247
253
## 0.1.18 - 5 May 2015
@@ -253,7 +259,7 @@ calculate column widths automatically).
253
259
254
260
The Clojure ExceptionInfo exception is now treated specially.
255
261
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 )
257
263
258
264
259
265
## 0.1.17 - 18 Feb 2015
@@ -271,7 +277,7 @@ This keeps the file name column as narrow as possible.
271
277
io.aviso.exception/\* default-frame-filter\* has been added, and acts as the default frame filter for
272
278
write-exception (previously there was no default).
273
279
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 )
275
281
276
282
## 0.1.15 - 2 Feb 2015
277
283
@@ -281,11 +287,11 @@ behavior is still available via the io.aviso.exceptions/\*traditional\* dynamic
281
287
A new namespace, io.aviso.logging, includes code to setup clojure.tools.logging to make use of pretty
282
288
exception output.
283
289
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 )
285
291
286
292
## 0.1.14 - 9 Jan 2015
287
293
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 )
289
295
290
296
## 0.1.13 - 14 Nov 2014
291
297
@@ -309,4 +315,4 @@ Frames can be hidden (not displayed at all), or omitted (replaced with '...').
309
315
This can remove _ significant_ clutter from the exception output, making it that much easier
310
316
to identify the true cause of the exception.
311
317
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