Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 588 Bytes

CHANGELOG.md

File metadata and controls

28 lines (25 loc) · 588 Bytes

Changelog

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 now app
  • vivid new is now `vivid init
  • vivid serve is removed

removals

  • vivid serve is removed

docs

  • added more documentation
  • renamed router to app in documentation

promises

  • added guides

1.0.0-alpha1 - 1 Feb, 2024

new features

  • File system routing
  • Server data fetching support
  • Static file serving
  • ASGI support