Release Notes
Development
v3.2.0 - December 26th, 2016
#154 - Add
examples
andimages
to.npmignore
. (@wtgtybhertgeghgtwtg)#153 - feat(structuredPatch): Pass options to diffLines (@Kiougar)
v3.1.0 - November 27th, 2016
#146 - JsDiff.diffArrays to compare arrays (@wvanderdeijl)
#144 - Split file using all possible line delimiter instead of hard-coded "/n" and join lines back using the original delimiters (@soulbeing)
v3.0.1 - October 9th, 2016
#135 - parsePatch combines patches from multiple files into a single IUniDiff when there is no "Index" line (@ramya-rao-a)
#124 - IE7/IE8 failure since 2.0.0 (@boneskull)
v3.0.0 - August 23rd, 2016
#130 - Add callback argument to applyPatches
patched
option (@piranna)#120 - Correctly handle file names containing spaces (@adius)
#119 - Do single reflow (@wifiextender)
Compatibility notes:
applyPatches patch callback now is async and requires the callback be called to continue operation
v2.2.3 - May 31st, 2016
v2.2.2 - March 13th, 2016
#102 - diffJson with dates, returns empty curly braces (@dr-dimitru)
v2.2.1 - November 12th, 2015
v2.2.0 - October 29th, 2015
v2.2.0 - October 29th, 2015
v2.1.3 - September 30th, 2015
#78 - fix: error throwing when apply patch to empty string (@21paradox)
v2.1.2 - September 23rd, 2015
v2.1.1 - September 9th, 2015
#73 - Is applyPatches() exposed in the API? (@davidparsson)
v2.1.0 - August 27th, 2015
#72 - Consider using options object API for flag permutations (@kpdecker)
#70 - diffWords treats \n at the end as significant whitespace (@nesQuick)
#69 - Missing count (@wfalkwallace)
#68 - diffLines seems broken (@wfalkwallace)
Move whitespace ignore out of equals method - 542063c
Include source maps in babel output - 7f7ab21
Merge diff/line and diff/patch implementations - 1597705
Drop map utility method - 1ddc939
Documentation for parsePatch and applyPatches - 27c4b77
Compatibility notes:
The undocumented ignoreWhitespace flag has been removed from the Diff equality check directly. This implementation may be copied to diff utilities if dependencies existed on this functionality.
v2.0.2 - August 8th, 2015
#67 - cannot require from npm module in node (@commenthol)
Convert to chai since we don’t support IE8 - a96bbad
v2.0.1 - August 7th, 2015
Add release build at proper step - 57542fd
v2.0.0 - August 7th, 2015
#64 - Automatically call removeEmpty for all tokenizer calls (@kpdecker)
#62 - Allow access to structured object representation of patch data (@bittrance)
#61 - Use svg instead of png to get better image quality (@PeterDaveHello)
#29 - word tokenizer works only for 7 bit ascii (@plasmagunman)
Compatibility notes:
this.removeEmpty
is now called automatically for all instances. If this is not desired, this may be overriden on a per instance basis.The library has been refactored to use some ES6 features. The external APIs should remain the same, but bower projects that directly referenced the repository will now have to point to the components/jsdiff repository.
v1.4.0 - May 6th, 2015
#56 - Two files patch (@rgeissert)
#14 - Flip added and removed order? (@jakesandlund)
v1.3.2 - March 30th, 2015
#53 - Updated README.MD with Bower installation instructions (@ofbriggs)
#44 - invalid-meta jsdiff is missing "main" entry in bower.json
v1.3.1 - March 13th, 2015
#52 - Fix for #51 Wrong result of JsDiff.diffLines (@felicienfrancois)
v1.3.0 - March 2nd, 2015
#47 - Adding Diff Trimmed Lines (@JamesGould123)
v1.2.2 - January 26th, 2015
#45 - Fix AMD module loading (@pedrocarrico)
#43 - added a bower file (@nbrustein)
v1.2.1 - December 26th, 2014
v1.2.0 - November 29th, 2014
#28 - Implemented diffJson (@papandreou)
#27 - Slow to execute over diffs with a large number of changes (@termi)
Allow for optional async diffing - 19385b9
Fix diffChars implementation - eaa44ed
v1.1.0 - November 25th, 2014
#31 - Don't rely on Array.prototype.map (@papandreou)
v1.0.8 - December 22nd, 2013
#24 - Handle windows newlines on non windows machines. (@benogle)
#23 - Prettied up the API formatting a little, and added basic node and web examples (@airportyh)
v1.0.7 - September 11th, 2013
#22 - Added variant of WordDiff that doesn't ignore whitespace differences (@papandreou
Add 0.10 to travis tests - 243a526
v1.0.6 - August 30th, 2013
#19 - Explicitly define contents of npm package (@sindresorhus