You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,20 @@
2
2
3
3
<!-- do not remove -->
4
4
5
+
## 0.1.8
6
+
7
+
### New Features
8
+
9
+
- Remove comments in html2xt ([#76](https://github.com/AnswerDotAI/fasthtml/issues/76))
10
+
- Handle relative paths in `Social` ([#70](https://github.com/AnswerDotAI/fasthtml/issues/70))
11
+
- Add `ftrs` for scripts etc at end of body element ([#62](https://github.com/AnswerDotAI/fasthtml/issues/62))
12
+
- Updated html2xt to use unpacked dicts when attr keys are not valid python names ([#57](https://github.com/AnswerDotAI/fasthtml/pull/57)), thanks to [@matdmiller](https://github.com/matdmiller)
13
+
14
+
### Bugs Squashed
15
+
16
+
- fix social relative urls ([#77](https://github.com/AnswerDotAI/fasthtml/issues/77))
0 commit comments