Skip to content

Commit 146f3fa

Browse files
committed
version
1 parent 27a9bc1 commit 146f3fa

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

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

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

5+
## 0.3.0
6+
7+
### Breaking changes
8+
9+
- Do not make session vars available as direct params ([#237](https://github.com/AnswerDotAI/fasthtml/issues/237))
10+
11+
### New Features
12+
13+
- Add surreal.js helpers `Me`, `Any`, `On` ([#238](https://github.com/AnswerDotAI/fasthtml/issues/238))
14+
- Alpine support ([#238](https://github.com/AnswerDotAI/fasthtml/issues/238))
15+
- Add support for application/json in POST requests ([#234](https://github.com/AnswerDotAI/fasthtml/pull/234)), thanks to [@khoaHyh](https://github.com/khoaHyh)
16+
- Wrap Starlette's session in an AttrDict ([#213](https://github.com/AnswerDotAI/fasthtml/pull/213)), thanks to [@jbellis](https://github.com/jbellis)
17+
- Handle mismatches between existing db and schema ([#202](https://github.com/AnswerDotAI/fasthtml/pull/202)), thanks to [@ncoop57](https://github.com/ncoop57)
18+
- Raise warning if type is not passed ([#195](https://github.com/AnswerDotAI/fasthtml/issues/195))
19+
20+
### Bugs Squashed
21+
22+
- railway deploy doesn't check for project name ([#230](https://github.com/AnswerDotAI/fasthtml/pull/230)), thanks to [@gautam-e](https://github.com/gautam-e)
23+
24+
525
## 0.2.4
626

727
### Bugs Squashed

fasthtml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.2.5"
1+
__version__ = "0.3.0"
22
from .core import *
33
from .authmw import *
44
from .components 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.2.5
4+
version = 0.3.0
55
min_python = 3.10
66
license = apache2
77
requirements = fastcore>=1.6.4 python-dateutil starlette>0.33 oauthlib itsdangerous uvicorn[standard]>=0.30 httpx fastlite>=0.0.6 python-multipart beautifulsoup4

0 commit comments

Comments
 (0)