Skip to content

Commit 9dfbcbf

Browse files
committed
release
1 parent 562c974 commit 9dfbcbf

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,18 @@
22

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

5-
## 0.3.4
65

6+
## 0.3.4
77

8+
### New Features
89

10+
- Experimental new named-based HTMX routing system ([#267](https://github.com/AnswerDotAI/fasthtml/issues/267))
11+
- `uri` function to constract `url_for` path params
12+
- patch `HTTPConnection.url_path_for`
13+
- replace HTTP verb FT attr names with `hx-` prefixed versions, and look up values in route names (with `link` used for `href` attrs)
14+
- Default route paths to `/{func.__name__}`
15+
- Default route method to `post` if func name isn't an http verb
16+
- Support skipping `()` in route decorators
917

1018

1119
## 0.3.3

0 commit comments

Comments
 (0)