File tree 1 file changed +30
-0
lines changed
1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments