Releases: KLR-Pattern/fastapi-voyager
v0.27.0
fix: include web/dist/ in wheel via hatch artifacts config (v0.27.0)
🤖 Generated with Claude Code
Co-Authored-By: Claude noreply@anthropic.com
v0.26.0
feat: replace Material Icons with ionicons5, remove Quasar remnants and PWA (v0.26.0)
- Replace Material Icons with @vicons/ionicons5 across all Vue components
- Remove Google Fonts (Roboto + Material Icons) external dependency
- Rename CSS variable --q-primary to --primary-color
- Defer Google Analytics script to avoid blocking page render
- Remove PWA manifest and Service Worker registration
- Bump version to 0.26.0
🤖 Generated with Claude Code
Co-Authored-By: Claude noreply@anthropic.com
v0.24.1
fix: use safe_issubclass to prevent TypeError on Python 3.13 (v0.24.1)
Python 3.13 raises TypeError when issubclass() receives a
types.GenericAlias (e.g. dict[X, set[Y]]) as first argument,
while Python 3.12 silently returns False. This caused a 500 error
on /voyager/dot when a route's response_model resolves to a
parameterized generic type (e.g. PEP 695 type alias).
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
v0.20.1
fix: use safe_issubclass to prevent TypeError on Python 3.13
Python 3.13 raises TypeError when issubclass() receives a
types.GenericAlias (e.g. dict[X, set[Y]]) as first argument,
while Python 3.12 silently returns False. This caused a 500 error
on /voyager/dot when a route's response_model resolves to a
parameterized generic type.
Bump version to 0.20.1.
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
v0.24.0
feat: update changelog for version 0.24.0 with recent enhancements and dependency upgrades
v0.23.0
feat: update changelog for version 0.23.0 and enhance ER diagram features
v0.22
- 0.22.0
- optimize er diagram ineraction and highlight
unrelease
- x.x.x
- 2.show relationship list when double click entity in er diagram
- 3.highlight entity in use case
- 4.change cli -m param, use
path.to.module:appinstead.
v0.21.1
feat: update pydantic-resolve dependency to allow versions >=5.0.0 and bump version to 0.21.1
v0.21.0
feat: update changelog and version to 0.21.0, add dataloader info in sidebar
v0.20.0
Refactor code structure for improved readability and maintainability