- Add: A test the DIFF_IGNORE_LINE_BLANK option (b794e3d)
- Add: Docker compose dev environment. (06d1b8f)
- Add: Json renderer (46528f2)
- Add: Json renderer Options (94460ef, 8bee18d)
- Add: More test cases (33cbfa3)
- Add: More tests (1cf2193)
- Add: Test for color output (2ce76ac)
- Add: Test for no changes (bbf90b5)
- Add TupleSort test (a0323ed)
- Add composer test command (c07c8ac)
- Add coverage test (d039186)
- Add local variable (f09e779)
- Add more tests (1f77317, 609c934, e27241d, a65ec6b, 5b91f82, f25347a, 69a76ca, ff31bb8)
- Add statistics function for #97 (ed1f204)
- Add statistics function for #97 "equal" in the switch rather than "notModified" (188f258)
- Bump PHPUnit xml schema to version 9.5 (cfa3033)
- Cut redundant suppression (073a478)
- Fix "Opening brace must not be followed by a blank" (54124a6)
- Fix #125 - Make str_split multibyte save (7f64374)
- Fix: #112 Call to function unset() contains undefined variable $line.(0d45b03)
- Fix: Commit URL in changelog (2ec33c9)
- Fix: Formatting (6ab28a3)
- Fix: Line length and CLI test (bd5d3d3)
- Fix: This is impossible due that the start parameter has to be "$start < 0 || $end < 0 || $end < $start" (b680f9e)
- Fix: Title, check if ext-json is loaded (104e77f)
- Fix: Update docs (69bb28f)
- Fix: ignore in coverage test (b8993e0)
- Fix: ignore interface (975f50e)
- Fix PHPMD warnings (839b0f0, d62afcf)
- Fix Readme Typo (ff0bb29)
- Fix docblock (a9635be)
- Fix grammar (40f418f)
- Fix phpdoc and return type (962623d)
- Fix potentially polymorphic call (160a3ae)
- Fix test function length (7b9bce9)
- Optimize: Code clean up (a947cc7)
- Optimize: Only one argument is allowed per line in a multi-line function call (56bd9c8)
- Optimize Remove unused tupleSort function (42ea73b)
- Optimize SequenceMatcher.php sort. The native PHP sort function is sufficient. There is no need for a callback function tupleSort. (56ed81d)
- Optimize code base #103 (550312a)
- Bump changelog (054d249)
- Bump library version und update Changelog (e88dffb)
- Document update grammar in the comments (3f44195)
- Fix PSR-12 code style (0bf1a08)
- Optimize colorize is only used here (02cf114)
- Bump library version und update Changelog (f5ce6bc)
- Fix Autoload test classes only in development (31b4222)
- Bump library version und update Changelog (8a83b39)
- Fix #90 - Merged Diff shows result only partially (acbfd7d)
- Fix colors (7eba340)
- Fix repeating class assignment of line header (fb32453)
- Fix title attribute values (533a6bf)
-
Add DigiLive/gitChangelog for change log generation (0a6a84f)
-
Add deprecation notice for missing method (f494b3a, 9403eba)
-
Bump library version (013f862)
-
Cut HTML Unified Renderer (1ba255f)
-
Document PhpUnit Similarity Test (7ec484c)
-
Document disabled inspection (909e195)
-
Document generateLinesEqual() (8a193c9)
-
Fix #83 - Lines not properly marked (6fcafe1)
-
Fix HTML Merged Renderer (07da484)
-
Fix constructor DocBlocks (b13ff84)
-
Fix html syntax error (11ec623)
-
Fix namespace and unused code (77a7b59)
-
Fix probably undefined variable (3954a2b)
-
Fix property visibility and method docBlocks (3bc0839)
-
Fix property visibility and unused code (34a032f)
-
Fix redundant and unused code. (73f6776)
-
add phpunit config file (7382ee8)
-
Add Html Merged renderer. (d70eaf6)
-
Add PhpUnit test for html merged renderer (4512c03)
-
Add calculation for similarity ratio. (3e4bbe6)
-
Add choosing marking levels to html example (c27035a)
-
Add new marking levels for inline differences (75358da)
-
Document properties and constructor (6c95ccd)
-
Fix: Html SideBySide renders equal lines of version 1 at both sides. (ccfc465)
-
Fix Merged::generateLinesReplace() (cef85b5)
-
Fix PSR-4 Auto loading Typo (6e2ad47)
-
Fix PhpUnit test (3ccaa10)
-
Fix Undefined offset notice (b10fd38)
-
Fixes #64 - maxLineMarkerWidth only calculated for input format plain. (c5f6d72)
-
Fix generateBlockHeader docBlocks (b5cfbd5)
-
Fix visibility of removed lines (ec0918b)
-
add changelog (4b7a56f)
-
add changelog to Readme file (09aea70)
-
add date (c64c0cc)
-
add declaration (cff7db1)
-
add wiki links to README.md (ccd5a6d)
-
Fix #58 - Side by side diff shows empty diff (0946d59, 369b146, 02695d5)
-
add to dev for unit tests (acd12cb)
- add line for readabiltity (e28511b)
- add plain output for cli (d7bbe12)
- Add Cli color support (4192d8b)
- Add dark theme example (6f41894)
- Add example picture (ee37a28)
- add composer scripts descriptions. Update key words (6bfd4f9)
- add missing tag from merge (639f3cc)
-
Add composer package PHP Mess Detector v2.* (3e527d1)
-
Add trimEqual option. (98d993e)
-
Fix PHPMD Violation. (5d03eae)
-
Fix expected value for HtmlRendererTest::testUnified() (fbda2bd)
- fix notation (795fe20)
- No changes.
- No changes.
- No changes.
- fix test (b4cfce1)
- add code sniffer PSR2 file (6fa3c76)
- adding curly brackets (148e787)
- fix PSR1.Files.SideEffects.FoundWithSymbols (fe21917)
- fix tabs (354bf5c)
- Fix warning with PHP 7.2 when trying to count NULL (fe69c4f)
- add ci file (add8165)
- add dock block (2aafad1)
- add unit tests (0db511d)
- fix tests (44a6ab0)
- No changes.
- Fixed lengths of functions (3591789)
- Fix some typos (5ca2257)
- added missing doc block (c6f3745)
- add lang to html (1623626)
- add second image (176b647)
-
Add ability not to expand tabs (f5da126)
-
Added note about https://github.com/Xiphe/jQuery-Merge-for-php-diff (2ebc51f)
-
Add in working ignoreWhitespace and ignoreCase options (self-describing), fix up an issue where a diff of two files exactly the same would show the last $context lines, general cleanup (690419d)
-
Add mbstring extension as package dependency (a929467)
-
Add missing docblock. Rename isLineDifferent to linesAreDifferent (516c4be)
-
Fix ' (c81931f)
-
Fix an issue with insertions being skipped. (b13d23d)
-
Fix links (2c38d0e)
-
Fix tab expansion and deprecated preg_replace use on fixSpaces. (f0aba03)
-
Fix the ignoring of option context (60de296)
-
add composer file (be8dc58)
-
added ' (09d0c4c)
-
added License (3b5b338)
-
added widget (d1a5e18)
-
adding composer manifest to distribute as a library (9083bd6)
-
add missing doc blocks (d3b9a63)
- No changes.