Skip to main content

5 posts tagged with "release"

View All Tags

BurgerAPI v0.9.3 Released

· 5 min read
Isfhan Ahmed
Creator of BurgerAPI Framework

v0.9.3 focuses on production readiness and consistency. Builds use AOT route discovery: the CLI discovers routes at build time and embeds them so your app doesn't depend on the filesystem in production. New projects get a burger.config.ts for API/page dirs and prefixes, and the Burger constructor supports apiRoutes and pageRoutes for pre-built route lists. The CLI command for standalone executables is now burger-api build:exec, with default outputs under .build/bundle/ and .build/executable/. Your middleware and options are preserved in the generated build entry.