Rogue.js Versions Save

The "nearly invisible" way to server-render React applications

0.4.4

5 years ago
  • Fixed processing of app.markupRenderers

0.4.2

5 years ago

@roguejs/[email protected]

  • Added route data to context #22
  • Added babel-polyfill as a dependency #38

0.4.0

5 years ago

Breaking Changes

  • Split Rogue up into three packages (#36):
    • @roguejs/app, holds the core modules for the Rogue framework. You can use this package to streamline your SSR experience independent of any build setup.
    • @roguejs/hocs, holds higher order components that come preconfigured with SSR support Rogue. You can use this package to customize your application without uncessary SSR boilerplate.
    • @roguejs/cli (WIP), holds the build and development system for the Roguejs framework. You can use this package to power a Roguejs app with zero configuration.
  • Migrated from Express to Rogue's own lightweight Middlware using Connect (#13)

Fixes

  • Fixed Apollo Hoc SSR (#34)

0.2.4

5 years ago