rari-build/rari
 Watch   
 Star   
 Fork   
1 days ago
rari

rari@0.15.14

Highlights

  • Optional Oxc React Compiler: set rari({ compiler: true }) (or pass compiler options) to run experimental native React Compiler on the client via oxc-transform-react. React 19 only (react/compiler-runtime). Install the optional peer: pnpm add -D oxc-transform-react.
  • Cache budgets and keys: fetch/module caches honor a shared cache.maxBytes budget with correct eviction accounting; HTML cache TTL follows Cache-Control max-age / s-maxage; tracking query params are stripped from HTML cache keys (and render searchParams).
  • redb 'use cache' remote storage: expired gets no longer panic on open page refs, and a concurrent refresh cannot be deleted by a stale expiration cleanup.

Breaking Changes

  • None.

Full Changelog: https://github.com/rari-build/rari/compare/rari@0.15.13...rari@0.15.14

2 days ago
rari

@rari/use-cache@0.15.14

Highlights

  • Optional Oxc React Compiler: set rari({ compiler: true }) (or pass compiler options) to run experimental native React Compiler on the client via oxc-transform-react. React 19 only (react/compiler-runtime). Install the optional peer: pnpm add -D oxc-transform-react.
  • Cache budgets and keys: fetch/module caches honor a shared cache.maxBytes budget with correct eviction accounting; HTML cache TTL follows Cache-Control max-age / s-maxage; tracking query params are stripped from HTML cache keys (and render searchParams).
  • redb 'use cache' remote storage: expired gets no longer panic on open page refs, and a concurrent refresh cannot be deleted by a stale expiration cleanup.

Breaking Changes

  • None.

Full Changelog: https://github.com/rari-build/rari/compare/@rari/use-cache@0.15.13...@rari/use-cache@0.15.14

2 days ago
rari

v0.15.14

Highlights

  • Optional Oxc React Compiler: set rari({ compiler: true }) (or pass compiler options) to run experimental native React Compiler on the client via oxc-transform-react. React 19 only (react/compiler-runtime). Install the optional peer: pnpm add -D oxc-transform-react.
  • Cache budgets and keys: fetch/module caches honor a shared cache.maxBytes budget with correct eviction accounting; HTML cache TTL follows Cache-Control max-age / s-maxage; tracking query params are stripped from HTML cache keys (and render searchParams).
  • redb 'use cache' remote storage: expired gets no longer panic on open page refs, and a concurrent refresh cannot be deleted by a stale expiration cleanup.

Breaking Changes

  • None.

Full Changelog: https://github.com/rari-build/rari/compare/v0.15.13...v0.15.14

2 days ago
rari

use-cache-binaries@0.15.14

Highlights

  • Optional Oxc React Compiler: set rari({ compiler: true }) (or pass compiler options) to run experimental native React Compiler on the client via oxc-transform-react. React 19 only (react/compiler-runtime). Install the optional peer: pnpm add -D oxc-transform-react.
  • Cache budgets and keys: fetch/module caches honor a shared cache.maxBytes budget with correct eviction accounting; HTML cache TTL follows Cache-Control max-age / s-maxage; tracking query params are stripped from HTML cache keys (and render searchParams).
  • redb 'use cache' remote storage: expired gets no longer panic on open page refs, and a concurrent refresh cannot be deleted by a stale expiration cleanup.

Breaking Changes

  • None.

Full Changelog: https://github.com/rari-build/rari/compare/use-cache-binaries@0.15.13...use-cache-binaries@0.15.14