Skip to content

Commit 836b128

Browse files
authored
Merge pull request #63 from JBlond/changelog
Changelog
2 parents 3940323 + 98ac4c5 commit 836b128

File tree

2 files changed

+119
-0
lines changed

2 files changed

+119
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ See the [Wiki](https://github.com/JBlond/php-diff/wiki) for
3838
* [Custom Renderer](https://github.com/JBlond/php-diff/wiki/3.-Custom-Renderer)
3939
* [Styling](https://github.com/JBlond/php-diff/wiki/4.-Styling)
4040

41+
## Changelog
42+
43+
[Changelog](changelog.md)
44+
4145
## Example Use
4246

4347
```PHP

changelog.md

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

0 commit comments

Comments
 (0)