Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 732 Bytes

whatsnew.md

File metadata and controls

31 lines (22 loc) · 732 Bytes

What's New

1.3

  • Server-side fuctions in the _ folder
  • Compile client side code to and serve from memory in dev mode
  • Compile server side code from the app folder
  • Conditional compilation with //#if, //#else, and //#endif comments
  • Generate server.js
  • Init command to create a new project
  • Load modules for sub pages
  • Auto-save the server rendering result

1.2

  • PostCSS and Tailwind CSS support
  • Live reload for development server
  • Bundle scripts with code splitting

1.1

  • API endpoints routing
  • Static website rendering
  • Dynamic module loading

1.0

  • File-based routing
  • Build command to compile pages to the public folder for production
  • Serve command to run the server with SSR