Skip to content

Commit c7f62ec

Browse files
Update Changelog.md
1 parent 47a3606 commit c7f62ec

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 6.00
4+
5+
- 20.4 KB
6+
- Changed the HTML parsing system to use the native `XMLParser`
7+
- Reduced the size
8+
- Self closing tags now need to end with a forwardslash (`<img/>`)
9+
- Templates do not need to specify if they are self closing (all tags technically are)
10+
- Boolean attributes need to have a value attached to them (including `children` and `no-css`)
11+
- Parser will not bug out and infinity run with an invalid HTML
12+
313
## 5.11
414

515
- 22.7 KB

0 commit comments

Comments
 (0)