Hyperapp Render Versions Save

Render Hyperapp to an HTML string with SSR and Node.js streaming support.

v4.0.1

1 year ago
  • Allow empty string text nodes (#23).

v4.0.0

3 years ago
  • [BREAKING] Drop support for legacy Hyperapp v2.0.0-v2.0.8.
  • Add compatibility with Hyperapp v2.0.9 after internal VNode schema change.

v3.5.0

3 years ago
  • Compatibility with Hyperapp v2.0.6 after internal VNode schema change.

v3.4.0

3 years ago
  • Hybrid npm package with both CommonJS and ESM versions (#20).

v3.3.0

3 years ago
  • Add unpkg, jsdelivr and exports fields to package.json (#18).

v3.2.0

3 years ago
  • Add support for Lazy component from Hyperapp v2 (#16).

v3.1.0

5 years ago
  • Ignore innerHTML attribute when child nodes exist.
  • Fix styles rendering in IE11 (#14).

v3.0.0

5 years ago
  • [BREAKING] Remove higher-order app withRender from the library due to redundancy.
  • Support for className attribute and allow to use array and object as a value.
  • Compatibility with upcoming Hyperapp V2.
  • Various performance optimizations.

v2.1.0

5 years ago

v2.0.0

6 years ago
  • [BREAKING] Rename higher-order app from render to withRender.
  • [BREAKING] Rename global exports from window.* to window.hyperappRender.*.
  • [BREAKING] Rename server package from hyperapp-render/server to hyperapp-render.
  • Add support for lazy components.