File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
- ## 1.0 - UNRELEASED
1
+ ## 1.0 - 16 May 2021
2
2
3
3
BinaryData protocol extended onto java.nio.ByteBuffer.
4
4
5
+ [ Closed Issues] ( https://github.com/AvisoNovate/pretty/issues?q=milestone%3A1.0+is%3Aclosed )
6
+
5
7
## 0.1.37 - 30 Jan 2019
6
8
7
9
* Incompatible Changes* :
Original file line number Diff line number Diff line change 1
- (defproject io.aviso /pretty " 0.1.37 "
1
+ (defproject io.aviso /pretty " 1.0 "
2
2
:description " Clojure library to help print things, prettily"
3
3
:url " https://github.com/AvisoNovate/pretty"
4
4
:license {:name " Apache Software License 2.0"
Original file line number Diff line number Diff line change 618
618
When set, the frame limit is the number of stack frames to display; if non-nil, then some of the outermost
619
619
stack frames may be omitted. It may be set to 0 to omit the stack trace entirely (but still display
620
620
the exception stack). The frame limit is applied after the frame filter (which may hide or omit frames) and
621
- after repeating stack frames have been identified and coallesced ... :frame-limit is really the number
621
+ after repeating stack frames have been identified and coalesced ... :frame-limit is really the number
622
622
of _output_ lines to present.
623
623
624
624
Properties of exceptions will be output using Clojure's pretty-printer, honoring all of the normal vars used
You can’t perform that action at this time.
0 commit comments