Skip to content

Commit 4b7a56f

Browse files
committed
add changelog
1 parent 1a71822 commit 4b7a56f

File tree

1 file changed

+110
-0
lines changed

1 file changed

+110
-0
lines changed

changelog.md

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
# changelog
2+
3+
## 2.2.1 (2020-08-06)
4+
5+
- This release fixed #58 - Side by side diff shows empty diff
6+
7+
## 2.2.0 (2020-07-23)
8+
9+
- adds an option for a custom override renderer. #53
10+
- add the feature to not have an output when there are not changes between the compared strings / files. #52 #54
11+
12+
## 2.1.1 (2020-07-17)
13+
14+
- This release fixes #50 that equal text files produced an output, but shouldn't.
15+
16+
## 2.1.0 (2020-07-13)
17+
18+
- This release adds cli non colored output. This allows it to be piped.
19+
20+
## 2.0.0 (2020-07-09)
21+
22+
- This version mainly adds Unified Commandline colored output
23+
- using semantic versioning
24+
25+
## 1.18 (2020-07-01)
26+
27+
- Added a dark theme to the example
28+
- Fix: Avoid variables with short names (some)
29+
30+
## 1.17 (2020-06-08)
31+
32+
- Bugfix release for #32
33+
34+
## 1.16 (2020-03-02)
35+
36+
- Features
37+
- Add trimEqual option
38+
39+
- Fixes
40+
- Fix PHPMD Violation.
41+
- Code Optimization, cleanup, refactoring and commenting.
42+
43+
## 1.15 (2020-01-24)
44+
45+
- Added new Unified HTML
46+
- code clean up
47+
48+
## 1.14 (2019-12-03)
49+
50+
- Removed some old dead code
51+
52+
## 1.13 (2019-10-08)
53+
54+
- switched to PSR12
55+
56+
## 1.12 (2019-03-18)
57+
58+
- Update composer
59+
- PSR2 fixes
60+
61+
## 1.11 (2019-02-22)
62+
63+
- code clean up
64+
- Corrected composer autoloader for unit tests
65+
66+
## 1.10 (2019-02-20)
67+
68+
- code clean up
69+
70+
## 1.9 (2019-02-19)
71+
72+
- code cleaning
73+
74+
## 1.8
75+
76+
- Readme updates
77+
- unit test fixes
78+
79+
## 1.7
80+
81+
- PSR2 code alignment
82+
83+
## 1.6
84+
85+
- php-diff requires now PHP 7.1
86+
- Added return type hinting
87+
88+
## 1.5 (2019-01-15)
89+
90+
- Fixed some autoloader naming issues
91+
92+
## 1.4 (2019-01-14)
93+
94+
- PSR4 namespace support added
95+
96+
## 1.3 (2019-01-11)
97+
98+
- PHP methods contained too much logic. That has been simplified.
99+
100+
## 1.2 (2018-01-23)
101+
102+
- Added support for custom titles
103+
104+
## 1.1 (2017-05-06)
105+
106+
- Some fixes with chinese characters
107+
108+
## 1.0
109+
110+
- initial version

0 commit comments

Comments
 (0)