File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 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
22
33BinaryData protocol extended onto java.nio.ByteBuffer.
44
5+ [ Closed Issues] ( https://github.com/AvisoNovate/pretty/issues?q=milestone%3A1.0+is%3Aclosed )
6+
57## 0.1.37 - 30 Jan 2019
68
79* 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 "
22 :description " Clojure library to help print things, prettily"
33 :url " https://github.com/AvisoNovate/pretty"
44 :license {:name " Apache Software License 2.0"
Original file line number Diff line number Diff line change 618618 When set, the frame limit is the number of stack frames to display; if non-nil, then some of the outermost
619619 stack frames may be omitted. It may be set to 0 to omit the stack trace entirely (but still display
620620 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
622622 of _output_ lines to present.
623623
624624 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