Skip to content

6.4.5

Compare
Choose a tag to compare
@jfcherng jfcherng released this 24 Feb 06:56
· 250 commits to v6 since this release
2abb0d1
  • CSS: Make empty table cells have normal height.

  • CSS: Nonexistenet lines in SideBySide are shown as stripes.

    image

    This change also reverts "Merge SideBySide insert/delete/equal columns when lineNumbers is false."
    since stripes are quite distinguishable. And it's more consistent to most diff softwares.

  • Add a new constant: Differ::CONTEXT_ALL, which can be used for the context differ option
    to show the whole source text in the output diff. (#8)

    It's just a large integer without possible overflow during calculation.