0.1.2 - 2026-07-30
Section titled “0.1.2 - 2026-07-30”compileHybridBundleWithCache(),createHybridCompileCache(), and theHybridCompileCache/HybridCachedCompiletypes are now exported from the public package entry, so downstream packages (starting with@lentystyle/ssr) can share the route-independent.luisparse cache across many calls instead of only within one build run.bin(lentystyle-hybrid) now resolves todist/cli.min.jsinstead of the removedscripts/bin.cjsshim;cli.tsbuilds as its own esbuild pass with a#!/usr/bin/env nodebanner, matching the pattern already used for the@lentystyle/ssrCLI.
0.1.1 - 2026-07-10
Section titled “0.1.1 - 2026-07-10”- Global builds now inject generated global CSS into explicit HTML output roots without changing source-only compile semantics.
- Dev global CSS assets now bypass browser cache and dev global/initial HTML marks
.luissources as observed-only fallbacks. - Linked
.luisresolution now honorssourceRootsbefore stale HTML output copies.
0.1.0 - 2026-05-28
Section titled “0.1.0 - 2026-05-28”- Moved framework bridges to generic adapter APIs under
@lentystyle/hybrid/adapters. - Added config-driven Node builds with hybrid project config helpers and the
lentystyle-hybrid buildCLI. - Added reusable dev integration and middleware flows that share the same project route rules as builds.
- Added the
lentyHybrid()Vite integration backed by the sharedluis.config.mjshybrid block. - Connected hybrid compile and site flows to shared guard validation before compilation.
- Added stable hybrid diagnostic codes and shared log formatting for site diagnostics.