Changelog
Version History
Every Lunx release — features, fixes, performance improvements, and security updates. Subscribe to GitHub Releases for notifications.
GitHub ReleasesLatest: v1.0.2 · 3 releases
v1.0.2latest
Latest patch release adding Tauri 2 & tRPC integration support, dependency resolution fixes, and SWC / xxhash build cache optimizations.
FixResolved dependency resolution issues with @tauri-apps/api and @trpc/server
PerformanceOptimized xxhash caching for faster incremental build checks
FixFixed Babel & SWC JSX preset compatibility when bundling mixed TSX/JSX modules
FixImproved error handling in CLI binary entrypoints for lunx, lunxjs, and create-lunx
Patch release fixing npm package binaries, published package naming alignment, and React 19 compatibility.
FixAligned published package name to lunx-dev with global lunx binary support
FixResolved React 19 JSX runtime type errors in Next.js and React adapters
FixFixed HMR reconnect loop on quiet dev server sockets
First stable release. Full production-ready build pipeline with 19 framework adapters, 8-stage security suite, Module Federation, SQLite smart cache, and sub-18ms HMR.
Feature19 framework adapters: React, Vue, Svelte, Angular, SvelteKit, Nuxt, Remix, Astro, SolidStart, Qwik City, Tauri, Electron, Preact, Lit, Next.js, Waku, TanStack Start, Analog, VitePress
FeatureSWC-powered TypeScript/JSX compilation — 20× faster than Babel
FeatureLightningCSS for styles — nesting, custom properties, vendor prefixes, minification
FeatureuWebSockets.js dev server — sub-40ms cold boot, 10,000+ concurrent WebSocket connections
Featurerust-notify file watcher — 6ms detection latency vs chokidar's ~30ms
Feature18ms p99 HMR — component-level updates with state preserved across hot reloads
FeatureSQLite incremental build cache — 100% cache hit rate on unchanged files, sub-4ms rebuild on warm cache
FeatureModule Federation — first-class host/remote configuration with TypeScript type sharing
Security8-command native security pipeline: secret scan (200+ patterns), CVE check (OSV database), SBOM (CycloneDX 1.5), SRI hash injection, auto-fix, plugin audit, security report, full audit
FeaturePlugin system with Rust-orchestrated lifecycle hooks (resolveId, load, transform, generateBundle, closeBundle)
FeaturePlugin sandbox — undeclared OS permissions are blocked and logged
Featurelunx build --analyze — interactive treemap bundle size report
FeatureAuto environment variable validation with schema support (Zod) via @lunx/plugin-env
DocsComplete documentation portal with 30+ pages covering all frameworks, security, plugins, migration, and tutorials