|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## Unreleased |
4 | | - |
5 | | -### Deleted |
| 3 | +## 2.1 - 2020-05-06 |
| 4 | +### Fixed |
| 5 | +- Fixed issue with removed and deprecated methods for `symfony/process:^4.0` |
6 | 6 |
|
7 | | -- Dropped PHP 5.4 support. |
8 | | -- Dropped Symfony 2 support. |
| 7 | +### Changed |
| 8 | +- Add requirement for `php:^7.2` |
| 9 | +- Changed minimum requirement for `symfony/process` to `^4.4` |
9 | 10 |
|
| 11 | +## 2.0.4 - 2020-04-30 |
10 | 12 | ### Added |
| 13 | +- Added support for `symfony/process:^5.0` to work with laravel 7 (thanks [@](https://github.com/ibarrajo) [#21](https://github.com/mekras/php-speller/pull/21)) |
11 | 14 |
|
12 | | -- PHP 7 support. |
| 15 | +## 2.0.3 - 2020-04-28 |
| 16 | +### Fixed |
| 17 | +- Resolve an issue with malformed html input (thanks to [@rouliane](https://github.com/rouliane) [#20](https://github.com/mekras/php-speller/pull/20)) |
13 | 18 |
|
14 | | -## 2.0 |
| 19 | +## 2.0.2 - 2019-01-25 |
| 20 | +### Fixed |
| 21 | +- backward support for `php:^7.1 and `symfony/process: ^3.4` |
| 22 | + |
| 23 | +## 2.0.1 - 2019-01-18 |
| 24 | +### Fixed |
| 25 | +- Fixed support for hunspell paths on windows OS |
15 | 26 |
|
| 27 | +## 2.0 - 2019-01-17 |
| 28 | +### Added |
16 | 29 | - Add custom dictionary support for aspell |
| 30 | + |
| 31 | +### Changed |
17 | 32 | - Raise PHP requirement to 7.2 |
| 33 | + |
| 34 | +### Removed |
18 | 35 | - Dropped `@deprecated` interfaces |
19 | 36 |
|
20 | 37 | ## 1.7.2 - 2017-04-30 |
21 | | - |
22 | 38 | ### Fixed |
23 | | - |
24 | 39 | - HtmlFilter: `<script>` content should be filtered out. |
25 | 40 | - HtmlFilter: only for "keywords" and "description" meta tags "content" attr should be treated as |
26 | 41 | string. |
27 | 42 |
|
28 | 43 | ## 1.7.1 - 2017-04-29 |
29 | | - |
30 | 44 | ### Fixed |
31 | | - |
32 | 45 | - HtmlFilter: meta tags with http-equiv should be filtered out. |
33 | 46 |
|
34 | | - |
35 | 47 | ## 1.7 - 2017-03-22 |
36 | | - |
37 | 48 | ### Fixed |
38 | | - |
39 | 49 | - #6: Failed to execute "hunspell -i UTF-8 -a": Can't open affix or dictionary files for dictionary |
40 | 50 | named "default". |
41 | 51 | - FileSource throws SourceException when using "php://stdin". |
42 | 52 |
|
43 | 53 | ### Changed |
44 | | - |
45 | 54 | - HtmlSource should throw SourceException on invalid HTML. |
46 | 55 |
|
47 | | - |
48 | 56 | ## 1.6 - 2017-03-12 |
49 | | - |
50 | 57 | ### Added |
51 | | - |
52 | 58 | - Aspell — aspell backend. |
53 | 59 | - Ispell — ispell backend. |
54 | 60 | - IconvSource — converts text encoding using iconv. |
|
58 | 64 | - Own exceptions. |
59 | 65 |
|
60 | 66 | ### Changed |
61 | | - |
62 | 67 | - Hunspell class derived from new Ispell class. |
63 | 68 | - All sources now implement EncodingAwareSource. |
64 | 69 | - HtmlSource and XliffSource derived from MetaSource. |
65 | 70 |
|
66 | | - |
67 | 71 | ## 1.5.1 - 2017-03-11 |
68 | | - |
69 | 72 | ### Fixed |
70 | | - |
71 | 73 | - HtmlSource: only for "keywords" and "description" meta tags "content" attr should be treated as |
72 | 74 | user visible text. |
73 | 75 |
|
74 | | - |
75 | 76 | ## 1.5 - 2017-03-11 |
76 | | - |
77 | 77 | ### Added |
78 | | - |
79 | 78 | - HtmlSource. |
80 | 79 |
|
81 | | - |
82 | 80 | ## 1.4.1 - 2016-08-02 |
83 | | - |
84 | 81 | ### Fixed |
85 | | - |
86 | 82 | - #2: Word suggestions with space splits up |
87 | 83 |
|
88 | | - |
89 | 84 | ## 1.4 - 2016-04-19 |
90 | | - |
91 | 85 | ### Deleted |
92 | | - |
93 | 86 | - Dropped PHP 5.4 support. |
94 | 87 |
|
95 | 88 | ### Added |
96 | | - |
97 | 89 | - PHP 7 support. |
98 | 90 | - Symfony 3.x support. |
99 | 91 |
|
100 | | - |
101 | 92 | ## 1.3.1 - 2015-05-13 |
102 | | - |
103 | 93 | ### Changed |
104 | | - |
105 | 94 | - Fixed HTML entities filtering in HtmlFilter |
106 | 95 |
|
107 | | - |
108 | 96 | ## 1.3 - 2015-05-13 |
109 | | - |
110 | 97 | ### Added |
111 | | - |
112 | 98 | - HtmlFilter added. |
113 | 99 |
|
114 | | - |
115 | 100 | ## 1.2 - 2015-05-12 |
116 | | - |
117 | 101 | ### Added |
118 | | - |
119 | 102 | - New feature: Filters. |
120 | 103 | - FileSource. |
121 | 104 | - XliffSource for XLIFF translation files. |
122 | 105 |
|
123 | 106 | ### Changed |
124 | | - |
125 | 107 | - Forced UTF-8 input encoding for Hunspell. |
126 | 108 |
|
127 | | - |
128 | 109 | ## 1.1 - 2015-05-08 |
129 | | - |
130 | 110 | ### Fixed |
131 | | - |
132 | 111 | - Fixed invalid shell arguments escaping. |
133 | | - |
134 | 112 | ### Added |
135 | | - |
136 | 113 | - LanguageMapper now supports manual setting of preferred mappings. |
137 | 114 |
|
138 | | - |
139 | 115 | ## 1.0 - 2015-05-08 |
140 | | - |
141 | | -Initial release. |
| 116 | +Initial release. |
0 commit comments