Skip to content

Commit b92e4b0

Browse files
committed
bump
1 parent 953d1fc commit b92e4b0

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

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

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

5+
## 0.8.1
6+
7+
### Breaking changes
8+
9+
- Rename `.rt` method to `.to` ([#539](https://github.com/AnswerDotAI/fasthtml/issues/539))
10+
11+
### New Features
12+
13+
- Support json request key parameters ([#555](https://github.com/AnswerDotAI/fasthtml/issues/555))
14+
- Add `fh_cfg["auto_name"]` option ([#548](https://github.com/AnswerDotAI/fasthtml/issues/548))
15+
- Allow generators etc as responses ([#547](https://github.com/AnswerDotAI/fasthtml/issues/547))
16+
- Add experimental `body_wrap` attr to `FastHTML` ([#546](https://github.com/AnswerDotAI/fasthtml/issues/546))
17+
- Auto-add headers to notebook in `FastHTML` ([#544](https://github.com/AnswerDotAI/fasthtml/issues/544))
18+
- Allow FT components to be used directly as id and `hx_target` values [#544](https://github.com/AnswerDotAI/fasthtml/issues/544))
19+
- Add `host` param to JupyUvi, defaulting to "0.0.0.0" ([#543](https://github.com/AnswerDotAI/fasthtml/issues/543))
20+
- In-jupyter HTMX web apps! ([#541](https://github.com/AnswerDotAI/fasthtml/issues/541))
21+
- Add HTTP verb methods to `APIRouter` ([#538](https://github.com/AnswerDotAI/fasthtml/issues/538))
22+
- Support `WebSocket` type annotation in `app.ws` handlers ([#538](https://github.com/AnswerDotAI/fasthtml/issues/538))
23+
24+
### Bugs Squashed
25+
26+
- Add `nb_hdrs` to `fast_app` ([#551](https://github.com/AnswerDotAI/fasthtml/pull/551)), thanks to [@Isaac-Flath](https://github.com/Isaac-Flath)
27+
28+
529
## 0.8.0
630

731
### Breaking changes

fasthtml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.8.1"
1+
__version__ = "0.9.0"
22
from .core import *

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[DEFAULT]
22
repo = fasthtml
33
lib_name = fasthtml
4-
version = 0.8.1
4+
version = 0.9.0
55
min_python = 3.10
66
license = apache2
77
requirements = fastcore>=1.7.18 python-dateutil starlette>0.33 oauthlib itsdangerous uvicorn[standard]>=0.30 httpx fastlite>=0.0.9 python-multipart beautifulsoup4

0 commit comments

Comments
 (0)