Skip to content

Commit 56c426f

Browse files
committed
Create a change log
1 parent 87bd8ed commit 56c426f

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGES.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
## 0.1.13 - 14 Nov 2014
2+
3+
It is now possible to control how particular types are formatted when printing the
4+
properties of an exception.
5+
This can be very useful when using (for example) Stuart Sierra's [component](https://github.com/stuartsierra/component)
6+
library.
7+
8+
The new documentation site will be available soon.
9+
10+
## 0.1.12 - 27 May 2014
11+
12+
The default stack-frame filter now excludes frames from the `sun.reflect` package (and sub-packages).
13+
14+
For exceptions added via `io.aviso.repl/install-pretty-exceptions`, the filtering omits frames from the `clojure.lang`
15+
package, and terminates output when the frames for the REPL are reached.
16+
17+
[Closed issues](https://github.com/AvisoNovate/pretty/issues?q=is%3Aissue+milestone%3A0.1.12+is%3Aclosed)
18+
19+
## 0.1.11 - 14 May 2014
20+
21+
It is not possible to specify a _filter_ for stack frames in the exception output.
22+
Frames can be hidden (not displayed at all), or omitted (replaced with '...').
23+
24+
This can remove _significant_ clutter from the exception output, making it that much easier
25+
to identify the true cause of the exception.
26+
27+
[Closed issues](https://github.com/AvisoNovate/pretty/issues?q=is%3Aissue+milestone%3A0.1.11+is%3Aclosed)
28+
29+
30+

0 commit comments

Comments
 (0)