Releases: Avinash-1994/lunx
Releases · Avinash-1994/lunx
Release list
v1.0.0 - Stable Release
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.
Features & Updates
- 19 framework adapters: React, Vue, Svelte, Angular, SvelteKit, Nuxt, Remix, Astro, SolidStart, Qwik City, Tauri, Electron, Preact, Lit, Next.js, Waku, TanStack Start, Analog, VitePress
-
- SWC-powered TypeScript/JSX compilation 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.
Features & Updates
- 19 framework adapters: React, Vue, Svelte, Angular, SvelteKit, Nuxt, Remix, Astro, SolidStart, Qwik City, Tauri, Electron, Preact, Lit, Next.js, Waku, TanStack Start, Analog, VitePress
-
- SWC-powered TypeScript/JSX compilation - 20x faster than Babel
-
- LightningCSS for styles - nesting, custom properties, vendor prefixes, minification
-
- uWebSockets.js dev server - sub-40ms cold boot, 10,000+ concurrent WebSocket connections
-
- rust-notify file watcher - 6ms detection latency vs chokidar's ~30ms
-
- 18ms p99 HMR - component-level updates with state preserved across hot reloads
-
- SQLite incremental build cache - 100% cache hit rate on unchanged files, sub-4ms rebuild on warm cache
-
- Module Federation - first-class host/remote configuration with TypeScript type sharing
-
- 8-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
-
- Plugin system with Rust-orchestrated lifecycle hooks (resolveId, load, transform, generateBundle, closeBundle)
-
- Plugin sandbox - undeclared OS permissions are blocked and logged
-
- lunx build --analyze - interactive treemap bundle size report
-
- Auto environment variable validation with schema support (Zod) via @lunx/plugin-env
-
- Complete documentation portal with 30+ pages covering all frameworks, security, plugins, migration, and tutorials
v1.0.2 - Patch Release
Latest patch release adding Tauri 2 & tRPC integration support, dependency resolution fixes, and SWC / xxhash build cache optimizations.
v1.0.1 - Patch Release
Patch release fixing npm package binaries, published package naming alignment, and React 19 compatibility.
Fixes
- Aligned published package name to lunx-dev with global lunx binary support
-
- Resolved React 19 JSX runtime type errors in Next.js and React adapters
-
- Fixed HMR reconnect loop on quiet dev server sockets