Skip to content

Commit fab67b6

Browse files
committed
Improve format of changelog
1 parent 409a3b7 commit fab67b6

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

CHANGELOG.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,91 +1,91 @@
1-
## 4.0.0 - Jul 10, 2022
1+
## 4.0.0
22
* Breaking change, this package now needs a Flutter version >= 3
33
* Update dependencies
44

5-
## 3.0.1+1 - Oct 22, 2021
5+
## 3.0.1+1
66
* Updated dependencies
77

8-
## 3.0.1 - Mar 4, 2021
8+
## 3.0.1
99
* Update lint
1010
* Improve code
1111

12-
## 3.0.0 - Feb 23, 2021
12+
## 3.0.0
1313
* Publish stable preview version
1414

15-
## [3.0.0-nullsafety.4] - Feb 5, 2021
15+
## 3.0.0-nullsafety.4
1616
* Add empty content validation
1717
* Fix for some escaped chars not converting
1818
* Remove all trailing newline text spans
1919
* Add lint and refactor code
2020

21-
## [3.0.0-nullsafety.3] - Feb 1, 2021
21+
## 3.0.0-nullsafety.3
2222
* Minor render issue fix
2323

24-
## [3.0.0-nullsafety.2] - Feb 1, 2021
24+
## 3.0.0-nullsafety.2
2525
* Fixed an issue with text directly within body tag not rendering
2626

27-
## [3.0.0-nullsafety.1] - Feb 1, 2021
27+
## 3.0.0-nullsafety.1
2828
* Improved error handling
2929

30-
## [3.0.0-nullsafety.0] - Jan 27, 2021
30+
## 3.0.0-nullsafety.0
3131

3232
* Migrate to null safety
3333

34-
## [2.0.0+4] - Jan 27th, 2021
34+
## 2.0.0+4
3535

3636
* Fixed empty string error
3737

38-
## [2.0.0+3] - Oct 20th, 2020
38+
## 2.0.0+3
3939

4040
* Updated dependencies
4141

42-
## [2.0.0+2] - May 11th, 2020
42+
## 2.0.0+2
4343

4444
* Fixed an issue with non self closing `<br>` tag
4545
* Improved `<h1>-<h6>` sizing
4646

47-
## [2.0.0+1] - May 10th, 2020
47+
## 2.0.0+1
4848

4949
* updated README
5050

51-
## [2.0.0] - May 10th, 2020
51+
## 2.0.0
5252

5353
* **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)
5454
* **Breaking change** Updated dependency
5555
* Added support for `defaultTextStyle`
5656

57-
## [1.0.2+5] - May 10th, 2020
57+
## 1.0.2+5
5858

5959
* Reverted to restore backwards compatibility in minor version update
6060

61-
## [1.0.2+4] - May 8th, 2020
61+
## 1.0.2+4
6262

6363
* Updated deprecated terms
6464
* Updated dependency
6565
* Added some TODOs in README
6666

67-
## [1.0.2+3] - April 27th, 2020
67+
## 1.0.2+3
6868

6969
* Updated README explaining a render issue
7070

71-
## [1.0.2+2] - April 26th, 2020
71+
## 1.0.2+2
7272

7373
* Downgraded xml dependency to prevent version solving failure.
7474

75-
## [1.0.2+1] - April 24th, 2020
75+
## 1.0.2+1
7676

7777
* Fixed changelog
7878

79-
## [1.0.2] - April 24th, 2020
79+
## 1.0.2
8080

8181
* Added partial support for `<ol> <ul> <li>`
8282
* Updated to readme
8383

84-
## [1.0.1] - April 24th, 2020
84+
## 1.0.1
8585

8686
* Updated to latest XML dependency
8787

88-
## [1.0.0] - April 24th, 2020
88+
## 1.0.0
8989

9090
* Initial release of the forked project.
9191
* Added support for a few more html tags

0 commit comments

Comments
 (0)