Releases: fable-compiler/Fable.Python
Releases · fable-compiler/Fable.Python
v5.0.0-alpha.24.1
What's Changed
Full Changelog: v5.0.0-alpha.24...v5.0.0-alpha.24.1
v5.0.0-alpha.24
What's Changed
- chore: bump fastapi from 0.124.4 to 0.127.0 by @dependabot[bot] in #190
- chore: bump ruff from 0.14.9 to 0.14.10 by @dependabot[bot] in #191
- chore: bump fable-library from 5.0.0a21 to 5.0.0a22 by @dependabot[bot] in #192
- chore: bump fastapi from 0.127.0 to 0.128.0 by @dependabot[bot] in #193
- chore: Bump fable from 5.0.0-alpha.21 to 5.0.0-alpha.22 by @dependabot[bot] in #194
- chore: Bump paket from 10.0.0-alpha011 to 10.3.1 by @dependabot[bot] in #198
- chore: Bump ruff from 0.14.10 to 0.14.14 by @dependabot[bot] in #197
- chore: Bump werkzeug from 3.1.4 to 3.1.5 by @dependabot[bot] in #199
- chore: remove release-please, use tag-based releases by @dbrattli in #205
- chore: Bump ruff from 0.14.14 to 0.15.0 by @dependabot[bot] in #203
- chore: Bump fastapi from 0.128.0 to 0.128.5 by @dependabot[bot] in #202
- chore: Bump fastapi from 0.128.5 to 0.129.0 by @dependabot[bot] in #208
- chore: Bump ruff from 0.15.0 to 0.15.1 by @dependabot[bot] in #207
- chore: Bump fable from 5.0.0-alpha.22 to 5.0.0-alpha.24 by @dependabot[bot] in #209
- chore: Bump fable-library from 5.0.0a22 to 5.0.0a24 by @dependabot[bot] in #206
- chore: Bump django from 4.2.27 to 4.2.28 by @dependabot[bot] in #200
Full Changelog: v5.0.0-alpha.21.5...v5.0.0-alpha.24
v5.0.0-alpha.21.5
v5.0.0-alpha.21.4
5.0.0-alpha.21.4 (2025-12-21)
Features
v5.0.0-alpha.21.3
5.0.0-alpha.21.3 (2025-12-19)
Features
v5.0.0-alpha.21.2
5.0.0-alpha.21.2 (2025-12-18)
Features
v5.0.0-alpha.21.1
v5.0.0-alpha.21.0
5.0.0-alpha.21.0 (2025-12-16)
Features
- Add exception types (#173) (72f09b2)
- add Python stdlib bindings for logging, random, and expand string module (#166) (709d6c2)
- add write (334e800)
- Added bindings for Pydantic and FastAPI + examples (#151) (826629e)
- Fable v5 (#147) (abf8e6a)
- FastAPI async handlers (#174) (26cec1f)
Bug Fixes
- add missing models.py for pydantic example and update README (#168) (b76ce98)
- handle return type correctly (a634168)
- relax FSharp.Core dependency to >= 5.0.0 (#163) (10eb65b)
- update pyproject toml details (#62) (b511351)
- use plain int/string types for open (b202a25)
- use string types for open (f211f8b)
Miscellaneous Chores
- sync with Fable 5.0.0-alpha.21 (fd2685c)