This repository was archived by the owner on Jan 26, 2020. It is now read-only.
Releases: alidcast/rogue.js
Releases · alidcast/rogue.js
v0.4.4
v0.4.2
rogue -> @roguejs/app, @roguejs/hocs, @roguejs/cli
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!
0.2.4 v0.2.4, first official release -but still under construction