|
1 | | -## 4.0.0 - Jul 10, 2022 |
| 1 | +## 4.0.0 |
2 | 2 | * Breaking change, this package now needs a Flutter version >= 3 |
3 | 3 | * Update dependencies |
4 | 4 |
|
5 | | -## 3.0.1+1 - Oct 22, 2021 |
| 5 | +## 3.0.1+1 |
6 | 6 | * Updated dependencies |
7 | 7 |
|
8 | | -## 3.0.1 - Mar 4, 2021 |
| 8 | +## 3.0.1 |
9 | 9 | * Update lint |
10 | 10 | * Improve code |
11 | 11 |
|
12 | | -## 3.0.0 - Feb 23, 2021 |
| 12 | +## 3.0.0 |
13 | 13 | * Publish stable preview version |
14 | 14 |
|
15 | | -## [3.0.0-nullsafety.4] - Feb 5, 2021 |
| 15 | +## 3.0.0-nullsafety.4 |
16 | 16 | * Add empty content validation |
17 | 17 | * Fix for some escaped chars not converting |
18 | 18 | * Remove all trailing newline text spans |
19 | 19 | * Add lint and refactor code |
20 | 20 |
|
21 | | -## [3.0.0-nullsafety.3] - Feb 1, 2021 |
| 21 | +## 3.0.0-nullsafety.3 |
22 | 22 | * Minor render issue fix |
23 | 23 |
|
24 | | -## [3.0.0-nullsafety.2] - Feb 1, 2021 |
| 24 | +## 3.0.0-nullsafety.2 |
25 | 25 | * Fixed an issue with text directly within body tag not rendering |
26 | 26 |
|
27 | | -## [3.0.0-nullsafety.1] - Feb 1, 2021 |
| 27 | +## 3.0.0-nullsafety.1 |
28 | 28 | * Improved error handling |
29 | 29 |
|
30 | | -## [3.0.0-nullsafety.0] - Jan 27, 2021 |
| 30 | +## 3.0.0-nullsafety.0 |
31 | 31 |
|
32 | 32 | * Migrate to null safety |
33 | 33 |
|
34 | | -## [2.0.0+4] - Jan 27th, 2021 |
| 34 | +## 2.0.0+4 |
35 | 35 |
|
36 | 36 | * Fixed empty string error |
37 | 37 |
|
38 | | -## [2.0.0+3] - Oct 20th, 2020 |
| 38 | +## 2.0.0+3 |
39 | 39 |
|
40 | 40 | * Updated dependencies |
41 | 41 |
|
42 | | -## [2.0.0+2] - May 11th, 2020 |
| 42 | +## 2.0.0+2 |
43 | 43 |
|
44 | 44 | * Fixed an issue with non self closing `<br>` tag |
45 | 45 | * Improved `<h1>-<h6>` sizing |
46 | 46 |
|
47 | | -## [2.0.0+1] - May 10th, 2020 |
| 47 | +## 2.0.0+1 |
48 | 48 |
|
49 | 49 | * updated README |
50 | 50 |
|
51 | | -## [2.0.0] - May 10th, 2020 |
| 51 | +## 2.0.0 |
52 | 52 |
|
53 | 53 | * **Breaking change** Updated deprecated terms in Flutter v 1.17.0 (Only use this version if you are using flutter v1.17.0 or greater) |
54 | 54 | * **Breaking change** Updated dependency |
55 | 55 | * Added support for `defaultTextStyle` |
56 | 56 |
|
57 | | -## [1.0.2+5] - May 10th, 2020 |
| 57 | +## 1.0.2+5 |
58 | 58 |
|
59 | 59 | * Reverted to restore backwards compatibility in minor version update |
60 | 60 |
|
61 | | -## [1.0.2+4] - May 8th, 2020 |
| 61 | +## 1.0.2+4 |
62 | 62 |
|
63 | 63 | * Updated deprecated terms |
64 | 64 | * Updated dependency |
65 | 65 | * Added some TODOs in README |
66 | 66 |
|
67 | | -## [1.0.2+3] - April 27th, 2020 |
| 67 | +## 1.0.2+3 |
68 | 68 |
|
69 | 69 | * Updated README explaining a render issue |
70 | 70 |
|
71 | | -## [1.0.2+2] - April 26th, 2020 |
| 71 | +## 1.0.2+2 |
72 | 72 |
|
73 | 73 | * Downgraded xml dependency to prevent version solving failure. |
74 | 74 |
|
75 | | -## [1.0.2+1] - April 24th, 2020 |
| 75 | +## 1.0.2+1 |
76 | 76 |
|
77 | 77 | * Fixed changelog |
78 | 78 |
|
79 | | -## [1.0.2] - April 24th, 2020 |
| 79 | +## 1.0.2 |
80 | 80 |
|
81 | 81 | * Added partial support for `<ol> <ul> <li>` |
82 | 82 | * Updated to readme |
83 | 83 |
|
84 | | -## [1.0.1] - April 24th, 2020 |
| 84 | +## 1.0.1 |
85 | 85 |
|
86 | 86 | * Updated to latest XML dependency |
87 | 87 |
|
88 | | -## [1.0.0] - April 24th, 2020 |
| 88 | +## 1.0.0 |
89 | 89 |
|
90 | 90 | * Initial release of the forked project. |
91 | 91 | * Added support for a few more html tags |
|
0 commit comments