Skip to content

Releases: uhyo/funstack-static

0.0.10

22 Feb 11:29

Choose a tag to compare

What's Changed

Fixes

  • Properly convert already finished RSC stream data into a new ReadableStream (7c20ad7)
  • Pass SSR createFromReadableStream through RegistryContext for deferred pages (22e9abe)

Improvements

  • Remove double holding of deferred RSC stream data (0c80506)
  • Use prerender from react-dom/static for build (606d5b6)
  • Remove urlpattern-polyfill dependency (4a99dcc)

Full Changelog: 0.0.9...0.0.10

0.0.9

19 Feb 14:14

Choose a tag to compare

What's Changed

Fixes

  • Resolve ReadableStream locked error during build with defer() (#64)

Full Changelog: 0.0.8...0.0.9

0.0.9-alpha.0

19 Feb 12:47

Choose a tag to compare

0.0.9-alpha.0 Pre-release
Pre-release

What's Changed

Fixes

  • Resolve ReadableStream locked error during build with defer() (#64)

Full Changelog: 0.0.8...0.0.9-alpha.0

0.0.8

18 Feb 14:55

Choose a tag to compare

What's Changed

Fixes

  • Pass deferRegistry to renderHTML during SSR (#63)

Full Changelog: 0.0.7...0.0.8

0.0.7

18 Feb 14:23

Choose a tag to compare

What's Changed

Features

  • Add SPA fallback for dev and preview servers
  • Allow .htm extension alongside .html for entry paths

Full Changelog: 0.0.6...0.0.7

0.0.6

18 Feb 07:34

Choose a tag to compare

What's Changed

Features

  • Implement multiple entries support for multi-page SSG (#54)
  • Add e2e test suite for dev server mode (#58)
  • Set up oxlint linter with CI integration (#55)

Documentation

  • Add Learn page for prefetching with defer() and Activity (#49)
  • Add documentation for multiple entrypoints feature (#57)

Full Changelog: 0.0.5...0.0.6

0.0.5

04 Feb 13:44

Choose a tag to compare

What's Changed

Fixes

  • Fix development server fails to serve (#47)

Full Changelog: 0.0.4...0.0.5

0.0.5-alpha.0

04 Feb 13:31

Choose a tag to compare

0.0.5-alpha.0 Pre-release
Pre-release

What's Changed

Fixes

  • Fix development server fails to serve (#47)

Full Changelog: 0.0.4...0.0.5-alpha.0

0.0.4

02 Feb 13:48

Choose a tag to compare

What's Changed

Documentation

  • Add "Migrating from Vite SPA" guide (#46)
  • Add documentation for Lazy Server Components
  • Add tip about combining defer() with React 19's Activity component (#44)
  • Fix incorrect import latency description (#45)
  • Update docs to introduce FUNSTACK Static Skill

Full Changelog: 0.0.3...0.0.4

0.0.3

01 Feb 08:47

Choose a tag to compare

What's Changed

Features

  • Add clientInit option for pre-hydration initialization (#43)
  • Add skill installer binary for easy Claude Code skill installation (#37)
  • Add configurable ssr option (#29)
  • Add options parameter to defer with name field for debugging (#25)
  • Add Server-Timing header to dev server responses (#31)

Improvements

  • Rename ClientWrapper to DeferredComponent for clearer naming (#35)

Full Changelog: 0.0.2...0.0.3