Skip to content

Releases: mindon/biu

biu v1.1.15

Choose a tag to compare

@mindon mindon released this 22 Jul 02:34

Fix static css import resolve issue and serve mode static changed issue

Full Changelog: v1.1.14...v1.1.15

biu v1.1.14

Choose a tag to compare

@mindon mindon released this 25 Jun 08:49

Features

  • Zero-config: Automatically scans and bundles your project.
  • Smart Module Splitting: TS/JS files whose basename appears in any HTML are
    built as independent modules; others are automatically inlined.
  • Force Inline (??): Use the ?? import suffix to force inline bundling.
  • Minification: Built-in minification for HTML, CSS/SCSS, and
    TypeScript/JavaScript (including HTML template literals).
  • Content Hashing: Output filenames include content hash for cache busting.
  • Static Directory: Copy unprocessed static assets directly to the output.
  • Optional Next.js style backend: Create a backend/ folder for Next.js routes if needed.
  • Watch Mode: Live rebuilds on file changes with debounce.
  • Dev Server: Built-in static file server with SPA fallback.
  • Dependency Management: Auto-install, interactive confirm, or record-only
    modes for npm dependencies (--depends).
  • Post-build Scripts: Run custom .sh/.ts/.js scripts after each build.
  • Self-compile: Build a standalone binary with a single command.
  • Fast: Built on the lightning-fast Bun runtime.

Full Changelog: https://github.com/mindon/biu/commits/v1.1.14