Skip to content

Commit dc9d30e

Browse files
committed
Prepare for 2.0.1
1 parent 472f32e commit dc9d30e

File tree

3 files changed

+32
-26
lines changed

3 files changed

+32
-26
lines changed

CHANGES.md

Lines changed: 30 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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

39
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.
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

3137
The `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
3844
to 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
4955
a JVM system property, `io.aviso.ansi.enable`, then if that is not set, the `ENABLE_ANSI_COLORS`
5056
environment 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
7177
interleaving of exception output when multiple threads are writing
7278
exceptions 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

7884
Prevent 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

8894
BinaryData 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

107113
Support Clojure 1.10.
108114

109115
Add 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).
117123
The new namespace, `io.aviso.component`, can be used to produce concise output
118124
for 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

124130
Added possibility to disable default ANSI fonts by setting an environment variable `DISABLE_DEFAULT_PRETTY_FONTS`
125131
to 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

142148
Support 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.
157163
A warning is now produced when using pretty as a plugin, but it is not a
158164
project 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.
168174
To get around Clojure 1.8 deep linking, `io.aviso.repl/install-pretty-exceptions` now reloads clojure.test
169175
after 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

188194
Stack 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

194200
Fixed a bug where `parse-exception` would fail if the source was "Unknown Source" instead
195201
of 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

229235
The 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.*
241247
You may now add pretty to your Leiningen :plugins list; it will automatically add the Pretty nREPL
242248
middleware.
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

254260
The 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.
271277
io.aviso.exception/\*default-frame-filter\* has been added, and acts as the default frame filter for
272278
write-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
281287
A new namespace, io.aviso.logging, includes code to setup clojure.tools.logging to make use of pretty
282288
exception 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 '...').
309315
This can remove _significant_ clutter from the exception output, making it that much easier
310316
to 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)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![Clojars](https://img.shields.io/clojars/v/org.clj-commons/pretty.svg)](http://clojars.org/org.clj-commons/pretty)
2-
[![CI](https://github.com/clj-commons/pretty/actions/workflows/clojure.yml/badge.svg)](https://github.com/AvisoNovate/pretty/actions/workflows/clojure.yml)
2+
[![CI](https://github.com/clj-commons/pretty/actions/workflows/clojure.yml/badge.svg)](https://github.com/clj-commons/pretty/actions/workflows/clojure.yml)
33
[![cljdoc badge](https://cljdoc.org/badge/org.clj-commons/pretty)](https://cljdoc.org/d/org.clj-commons/pretty/2.0)
44

55
*Sometimes, neatness counts*

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0
1+
2.0.1

0 commit comments

Comments
 (0)