#159:
make it clearer how to adjust diff panel headers/titles (aka
banners).
v0.3.5
Options automatically fallback to factory defaults if they are unset
(h/t @gadenbui).
#158:
Calling diff* with do.call now works without
warnings.
#117:
Fix guide detection with very wide wrapped data.frames (h/t @bastician, @overvolting).
v0.3.4
Add a print method for ses_dat return values that makes
it easier to interpret the diff.
#152:
Rewrite the fall-back “O(n)” algorithm that kicks in when there are
max.diffs differences to be more robust (h/t @hadley, @DanChaltiel, @gadenbui).
Related to #152: max.diffs=0 used to mean the same as
max.diffs=-1 (i.e. unlimited), but this was undocumented
and an error. max.diffs=0 will now immediately fall back to
the “O(n)” algorithm.
#136:
Documentation for ignore.white.space (h/t @flying-sheep) and
max.diffs parameters listed incorrect defaults.
#135:
Incorrect handling of potential meta data strings when unwrapping
atomics would cause a “wrong sign in by argument” error (h/t @flying-sheep). We
also fixed other bugs related to the handling of meta data in atomic
vectors that were uncovered while debugging this issue.
#134:
Forwarding ... to diff* functions no longer
breaks substitution of arguments for diff banners (h/t @noamross)..
#133:
diffFile considers files with equal content but different
locations to be all.equal now (h/t @noamross).
#132:
Duplicate pager slot for baseline Pager removed (h/t Bill
Dunlap).
There are also several other small internal changes that in theory
should not affect user facing behavior.
v0.2.2
Set RNGversion() due to changes to sampling
mechanism.
v0.2.0-1
Features
#129:
Allow pager specification via lists rather than full Pager
objects for easier changes to defaults. As part of this we changed
StyleRaw objects to use default pager instead of
PagerOff.
#119:
ignore.whitespace now also ignores white space differences
adjoining punctuation.
#118:
New option to preserve temporary diff file output when using pager (see
?Pager).
#114:
New options strip.sgr and sgr.supported allow
finer control of what happens when input already contains ANSI CSI SGR
and how ANSI CSI SGR is handled in string manipulations. Related to
this, options(crayon.enabled=TRUE) is no longer set when
capturing output prior to diff as it used to be. By default pre-existing
ANSI CSI SGR is stripped with a warning prior to comparison.
Bugs
#131:
Fix missing slot in S4 class definition (discovered by Bill
Dunlap).
#127:
Width CSS conflicts with bootstrap (reported by @eckyu, debugged/fixed by @cpsievert).
#81:
Better handling of mixed UTF-8 / ASCII strings, reported by jennybc
#88:
correctly handle trimming when empty lists are involved, reported by wch
#77:
diffObj now favors dispatching to diffPrint
unless diffPrint output is large
#82:
diffChr and ses now treat NA as
“NA” (needed with change in nchar(NA) in base R)
#85:
Improved alignment of unwrapped atomic vector diffs
#83:
Improve pager auto detection (note now ANSI output is only allowed by
default if terminal supports ANSI colors and the system pager is
less, see ?Pager for details)
#92, #80, #45: basic
implementation of S4 guidelines and trimming (full resolution eventually
with #33)
#84:
simplify how to call diffChr for improved performance,
including “optimization” of convert.hz.whitespace.