Comparing koryovip:master...java-diff-utils:master · koryovip/java-diff-utils

Commits on May 22, 2025

  1. Configuration menu

    Browse the repository at this point in the history

Commits on May 24, 2025

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    Browse the repository at this point in the history

  4. Configuration menu

    Browse the repository at this point in the history

  5. Configuration menu

    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Sep 5, 2025

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    Browse the repository at this point in the history

  4. Configuration menu

    Browse the repository at this point in the history

Commits on Sep 29, 2025

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Oct 5, 2025

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

Commits on Oct 6, 2025

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Dec 10, 2025

  1. feat(diffrow): add processEqualities hook and ensure equalities are p…

    …rocessed for unchanged lines (Fixes java-diff-utils#219) (java-diff-utils#224)
    
    - Introduces a new protected method `processEqualities(String)` in DiffRowGenerator
    - Builder exposes `.processEqualities(Function<String,String>)`
    - Equal (unchanged) lines now invoke processEqualities()
    - Inline diffs remain unchanged (as expected in Option 3)
    - Added new test suite DiffRowGeneratorEqualitiesTest
    - Updated documentation and Javadoc for new extension point
    - Fixes java-diff-utils#219 (HTML escaping issue when inline diff by word)
    
    Co-authored-by: Tushar Soni <tushar.soni@siemens.com>
    Configuration menu

    Browse the repository at this point in the history

Commits on Mar 31, 2026

  1. Configuration menu

    Browse the repository at this point in the history