Skip to content

Releases: uhyo/funstack-static

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

v0.0.2

21 Jan 02:28

Choose a tag to compare

What's Changed

Breaking Changes

  • Change defer API to accept JSX element instead of component (#14)

Features

  • Add cache busting for main RSC payload (#16)

Improvements

  • Simplify RSC payload path (#15)

Full Changelog: 0.0.1...0.0.2

0.0.2-alpha.0

21 Jan 02:11

Choose a tag to compare

0.0.2-alpha.0 Pre-release
Pre-release
chore: 0.0.2-alpha.0

0.0.1

18 Jan 11:47

Choose a tag to compare

✨ First Non-alpha Release ✨

Still work in progress, but already equipped with the basic functionality with the innovative defer() API.