|
2 | 2 |
|
3 | 3 | ## 2.3.0 (2020-11-19)
|
4 | 4 |
|
5 |
| -- Add: Change log. |
6 |
| -- Fix: Html SideBySide renders equal lines of version 1 at both sides (Option ignoreCase). |
7 |
| -- Fix: Second parameter of string repeat function minimizes to 0. |
8 |
| -- Fix: #60 - Unified Cli renderer options incompatible with Main renderer options |
9 |
| -- Fix: #64 - Calculation of maxLineMarkerWidth independent of input format. |
10 |
| -- Add: Similarity calculation |
11 |
| -- Add: New marking levels for inline differences |
12 |
| -- Add: Html merged renderer |
| 5 | +* Add: Change log. |
| 6 | + |
| 7 | +* Fix: Html SideBySide renders equal lines of version 1 at both sides (Option |
| 8 | + ignoreCase). |
| 9 | + |
| 10 | +* Fix: Second parameter of string repeat function minimizes to 0. |
| 11 | + |
| 12 | +* Fix: #60 - Unified Cli renderer options incompatible with Main renderer |
| 13 | + options |
| 14 | + |
| 15 | +* Fix: #64 - Calculation of maxLineMarkerWidth independent of input format. |
| 16 | + |
| 17 | +* Add: Similarity calculation |
| 18 | + |
| 19 | +* Add: New marking levels for inline differences |
| 20 | + |
| 21 | +* Add: Html merged renderer |
13 | 22 |
|
14 | 23 | ## 2.2.1 (2020-08-06)
|
15 | 24 |
|
16 |
| -- Fix: #58 - Side by side diff shows empty diff |
| 25 | +* Fix: #58 - Side by side diff shows empty diff |
17 | 26 |
|
18 | 27 | ## 2.2.0 (2020-07-23)
|
19 | 28 |
|
20 |
| -- Add: Option for a custom override renderer. #53 |
21 |
| -- Add: No output when there are no differences between the compared strings / files. #52 #54 |
| 29 | +* Add: Option for a custom override renderer. #53 |
| 30 | + |
| 31 | +* Add: No output when there are no differences between the compared strings / |
| 32 | + files. #52 #54 |
22 | 33 |
|
23 | 34 | ## 2.1.1 (2020-07-17)
|
24 | 35 |
|
25 |
| -- Fix: #50 - Renderers produce output with equal texts, while they shouldn't. |
| 36 | +* Fix: #50 - Renderers produce output with equal texts, while they shouldn't. |
26 | 37 |
|
27 | 38 | ## 2.1.0 (2020-07-13)
|
28 | 39 |
|
29 |
| -- Add: Cli uncolored output. This allows it to be piped. |
| 40 | +* Add: Cli uncolored output. This allows it to be piped. |
30 | 41 |
|
31 | 42 | ## 2.0.0 (2020-07-09)
|
32 | 43 |
|
33 |
| -- Add: Unified Commandline colored output. |
34 |
| -- Change: switch to semantic versioning. |
| 44 | +* Add: Unified Commandline colored output. |
| 45 | +* Change: switch to semantic versioning. |
35 | 46 |
|
36 | 47 | ## 1.18 (2020-07-01)
|
37 | 48 |
|
38 |
| -- Add: A dark theme to the example. |
39 |
| -- Fix: Avoid variables with short names (some). |
| 49 | +* Add: A dark theme to the example. |
| 50 | +* Fix: Avoid variables with short names (some). |
40 | 51 |
|
41 | 52 | ## 1.17 (2020-06-08)
|
42 | 53 |
|
43 |
| -- Fix #32 - Side by side diff shows only partially all deleted lines. |
| 54 | +* Fix #32 - Side by side diff shows only partially all deleted lines. |
44 | 55 |
|
45 | 56 | ## 1.16 (2020-03-02)
|
46 | 57 |
|
47 |
| -- Features |
48 |
| - - Add: option trimEqual. |
| 58 | +* Features |
| 59 | + * Add: option trimEqual. |
49 | 60 |
|
50 |
| -- Fixes |
51 |
| - - Fix PHPMD Violation. |
52 |
| - - Code Optimization, cleanup, refactoring and commenting. |
| 61 | +* Fixes |
| 62 | + * Fix PHPMD Violation. |
| 63 | + * Code Optimization, cleanup, refactoring and commenting. |
53 | 64 |
|
54 | 65 | ## 1.15 (2020-01-24)
|
55 | 66 |
|
56 |
| -- Add: New Unified HTML. |
57 |
| -- Fix: Code clean up. |
| 67 | +* Add: New Unified HTML. |
| 68 | +* Fix: Code clean up. |
58 | 69 |
|
59 | 70 | ## 1.14 (2019-12-03)
|
60 | 71 |
|
61 |
| -- Fix: Remove some old dead code. |
| 72 | +* Fix: Remove some old dead code. |
62 | 73 |
|
63 | 74 | ## 1.13 (2019-10-08)
|
64 | 75 |
|
65 |
| -- Change: Switch to PSR12. |
| 76 | +* Change: Switch to PSR12. |
66 | 77 |
|
67 | 78 | ## 1.12 (2019-03-18)
|
68 | 79 |
|
69 |
| -- Change: Update Composer Configuration. |
70 |
| -- Fix: PSR-2 conventions. |
| 80 | +* Change: Update Composer Configuration. |
| 81 | +* Fix: PSR-2 conventions. |
71 | 82 |
|
72 | 83 | ## 1.11 (2019-02-22)
|
73 | 84 |
|
74 |
| -- Fix: Code clean up. |
75 |
| -- Fix: Composer autoloader for unit tests. |
| 85 | +* Fix: Code clean up. |
| 86 | +* Fix: Composer autoloader for unit tests. |
76 | 87 |
|
77 | 88 | ## 1.10 (2019-02-20)
|
78 | 89 |
|
79 |
| -- Fix: Code clean up. |
| 90 | +* Fix: Code clean up. |
80 | 91 |
|
81 | 92 | ## 1.9 (2019-02-19)
|
82 | 93 |
|
83 |
| -- Fix: Code clean up. |
| 94 | +* Fix: Code clean up. |
84 | 95 |
|
85 | 96 | ## 1.8
|
86 | 97 |
|
87 |
| -- Change: Update Readme and bumping versions. |
88 |
| -- Fix: Moved include of Autoloader from the constructor to global space for HtmlArray unit test. |
| 98 | +* Change: Update Readme and bumping versions. |
| 99 | + |
| 100 | +* Fix: Moved include of Autoloader from the constructor to global space for |
| 101 | + HtmlArray unit test. |
89 | 102 |
|
90 | 103 | ## 1.7
|
91 | 104 |
|
92 |
| -- Fix: PSR-2 code alignment. |
| 105 | +* Fix: PSR-2 code alignment. |
93 | 106 |
|
94 | 107 | ## 1.6
|
95 | 108 |
|
96 |
| -- Change: Bump required version of PHP to v7.1. |
97 |
| -- Add: Return type hinting. |
| 109 | +* Change: Bump required version of PHP to v7.1. |
| 110 | +* Add: Return type hinting. |
98 | 111 |
|
99 | 112 | ## 1.5 (2019-01-15)
|
100 | 113 |
|
101 |
| -- Fix: Autoloader naming issues. |
| 114 | +* Fix: Autoloader naming issues. |
102 | 115 |
|
103 | 116 | ## 1.4 (2019-01-14)
|
104 | 117 |
|
105 |
| -- Add: PSR-4 namespace support. |
| 118 | +* Add: PSR-4 namespace support. |
106 | 119 |
|
107 | 120 | ## 1.3 (2019-01-11)
|
108 | 121 |
|
109 |
| -- Fix: PHP methods contained too much logic. That has been simplified. |
| 122 | +* Fix: PHP methods contained too much logic. That has been simplified. |
110 | 123 |
|
111 | 124 | ## 1.2 (2018-01-23)
|
112 | 125 |
|
113 |
| -- Add: Support for custom titles. |
| 126 | +* Add: Support for custom titles. |
114 | 127 |
|
115 | 128 | ## 1.1 (2017-05-06)
|
116 | 129 |
|
117 |
| -- Fix: Wrong highlight area for chinese characters. |
| 130 | +* Fix: Wrong highlight area for chinese characters. |
118 | 131 |
|
119 |
| -## 1.0 |
| 132 | +## 1.0 |
120 | 133 |
|
121 |
| -- Initial version. |
| 134 | +* Initial version. |
0 commit comments