Skip to content
This repository was archived by the owner on Jan 26, 2020. It is now read-only.

Releases: alidcast/rogue.js

v0.4.4

09 Jul 21:39

Choose a tag to compare

  • Fixed processing of app.markupRenderers

v0.4.2

09 Jul 18:42

Choose a tag to compare

@roguejs/app@v0.4.2

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

rogue -> @roguejs/app, @roguejs/hocs, @roguejs/cli

09 Jul 02:16

Choose a tag to compare

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)

First Release & Happy Independence Day!

04 Jul 15:23

Choose a tag to compare

0.2.4

v0.2.4, first official release -but still under construction