We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb88ad commit e7ce1a8Copy full SHA for e7ce1a8
CHANGELOG.md
@@ -2,6 +2,18 @@
2
3
<!-- do not remove -->
4
5
+## 0.4.4
6
+
7
+### New Features
8
9
+- Replace `__call__` with `rt` in handler functions ([#334](https://github.com/AnswerDotAI/fasthtml/issues/334))
10
+- Add `flat_tuple` and use it to allow nested tuples in route responses
11
+- Add `body` parameter for decoded body
12
+- Move pico-specific components to separate module ([#327](https://github.com/AnswerDotAI/fasthtml/issues/327))
13
+- Add "get" and "post" as default methods on routes ([#317](https://github.com/AnswerDotAI/fasthtml/issues/317))
14
+- Support Reverse URL lookups by exposing `url_for` ([#189](https://github.com/AnswerDotAI/fasthtml/issues/189))
15
16
17
## 0.4.3
18
19
### New Features
0 commit comments