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 562c974 commit 9dfbcbfCopy full SHA for 9dfbcbf
CHANGELOG.md
@@ -2,10 +2,18 @@
2
3
<!-- do not remove -->
4
5
-## 0.3.4
6
+## 0.3.4
7
8
+### New Features
9
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
17
18
19
## 0.3.3
0 commit comments