Skip to content

Commit e7ce1a8

Browse files
committed
release
1 parent 0bb88ad commit e7ce1a8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
<!-- do not remove -->
44

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+
517
## 0.4.3
618

719
### New Features

0 commit comments

Comments
 (0)