@@ -3,6 +3,13 @@ VERSION 4 STRIP OUT THE SEQUENCEMATCHER
33========================================
44
55 Version 4.1 - Allow negative tabSize
6+ 19/02/2019 19:36 4.1.1 fix some HTML templates
7+ 0ed0e53 Fix HTML renderer should not emphasize inserted/deleted lines
8+ 6e97b8a Update output example in readme
9+ 80db0a0 Fix HTML special chars in JSON renderer should be escaped
10+ 09a405e Code tidy
11+ 6be0a0e Update deps
12+ cf5bff2 AbstractHtml::expandTabs() has a default $tabSize = 4
613 16/02/2019 18:36 4.1.0 initial release
714 53e6b17 Allow renderer option tabSize < 0
815 e60fb5c Remove useless codes
@@ -38,7 +45,7 @@ VERSION 3 OPTIONS CHANGED
3845 395b802 Use JSON format language files
3946 c299e39 Remove debug codes
4047
41- Version 3.2 - add none-level diff[D
48+ Version 3.2 - add none-level diff
4249 24/01/2019 23:54 3.2.6 nits
4350 7d9ca9c Code tidy
4451 ce5273a Code tidy
@@ -49,7 +56,7 @@ VERSION 3 OPTIONS CHANGED
4956 24/01/2019 15:32 3.2.4 nits
5057 af51b33 Add more punctuations as word separators
5158 9e649d8 Fix typos
52- 24/01/2019 14:48 3.2.3 fix LineRendererFactory case-sensitive
59+ 24/01/2019 14:48 3.2.3 fix LineRendererFactory case-sensitive
5360 4825b96 Fix LineRendererFactory case-sensitive problem
5461 24/01/2019 14:21 3.2.2 nits
5562 4b74e4f PreservedConstantInterface -> ReservedConstantInterface
@@ -61,7 +68,7 @@ VERSION 3 OPTIONS CHANGED
6168 cdc19df Unroll if-conditions for ReverseIterator::fromArray()
6269
6370 Version 3.1 - word-level diff
64- 22/01/2019 15:32 3.1.4 fix render options[D[D[D[D[D[D[D[Der
71+ 22/01/2019 15:32 3.1.4 fix renderer options
6572 d7dbacf Fix render options
6673 22/01/2019 13:55 3.1.3 nist
6774 2d139a8 Code tidy
@@ -124,7 +131,7 @@ VERSION 2 INIT
124131 4c159f6 Some coding style tweaks
125132 ee1c2a5 year++
126133 eca66d7 Add tests for PHP 7.3
127- 17/12/2018 21:34 2.1.18 Add Russian translation
134+ 17/12/2018 21:34 2.1.18 Add Russian translation
128135 efeee17 Update deps
129136 0f28b9d Fix tests
130137 767c432 Prefer using "rus" as the language code
@@ -153,4 +160,4 @@ VERSION 2 INIT
153160 e36f649 Update README.md
154161 04/07/2018 15:26 2.1.13 nits
155162 f2ff363 Update .rmt.yml
156- 04/07/2018 14:59 2.1.12 initial release
163+ 04/07/2018 14:59 2.1.12 initial release
0 commit comments