Releases: NaviTheCoderboi/vivid
Releases · NaviTheCoderboi/vivid
v1.0.0 Alpha 2
1.0.0-alpha2 - 4 Feb, 2024
new features
- SSG support (static site generation)
fixes
- renamed router to app for more context
- add logging to framework
- made cli better
breaking changes
router
is nowapp
vivid new
is now `vivid initvivid serve
is removed
removals
vivid serve
is removed
docs
- added more documentation
- renamed
router
toapp
in documentation
promises
- added guides
v1.0.0 Alpha 1
New features
- File system routing
- Server data fetching support
- Static file serving
- ASGI support