Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ftroncosom/jQuery.PrettyTextDiff
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: arnab/jQuery.PrettyTextDiff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 6 files changed
  • 5 contributors

Commits on Jun 15, 2013

  1. updated demo URL

    arnab committed Jun 15, 2013
    Configuration menu
    Copy the full SHA
    0526b7f View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2013

  1. Fix typo on README

    justinabrahms committed Jun 29, 2013
    Configuration menu
    Copy the full SHA
    e0e1503 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2013

  1. Configuration menu
    Copy the full SHA
    d1b2e4c View commit details
    Browse the repository at this point in the history
  2. Better PR link in README

    arnab committed Jul 22, 2013
    Configuration menu
    Copy the full SHA
    56bf8f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2013

  1. Fixed jsfiddle link

    arnab committed Oct 24, 2013
    Configuration menu
    Copy the full SHA
    0ec83d9 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2014

  1. Configuration menu
    Copy the full SHA
    56388fd View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2014

  1. Merge pull request arnab#5 from exo/usejQueryMapForIE8

    PR arnab#5: Use jQuery $.map() for IE8 compatibility
    arnab committed Apr 7, 2014
    Configuration menu
    Copy the full SHA
    4a01eea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13d0985 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2014

  1. Added new functionality to allow users to send content to be diffed a…

    …s parameters to the 'prettyTextDiff' function.
    
    Currently, the user has to set th text of the HTML elements i.e. the originalContainer and the changedContainer. This required the HTML content of the two containers to be part of the page source which caused web pages to be prone to XSS attacks. This method allows the user to set the HTML content to a JS variable and pass it as a parameter to this function. Both functionalities are supported to not break the existing plugin.
    LMcule committed Aug 25, 2014
    Configuration menu
    Copy the full SHA
    5432e70 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2014

  1. Configuration menu
    Copy the full SHA
    76a5dc0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request arnab#6 from shikher/handle_unsafe_data

    Added new functionality to allow users to send content to be diffed as p...
    arnab committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    142ffb4 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2015

  1. Configuration menu
    Copy the full SHA
    29e0e0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56136c7 View commit details
    Browse the repository at this point in the history
  3. move from jquery plugins site to npm.js

    jQuery Plugins site is read-only now, so there's no way to update the
    description there.
    arnab committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    02505e9 View commit details
    Browse the repository at this point in the history
  4. readme tweaks for version bump.

    arnab committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    4b0f134 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2016

  1. Configuration menu
    Copy the full SHA
    797b122 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Merge pull request arnab#16 from dprothero/patch-1

    Fixed demo - link to diff-match-batch was broken
    arnab authored Feb 3, 2022
    Configuration menu
    Copy the full SHA
    a0397c8 View commit details
    Browse the repository at this point in the history
Loading