All Versions
9
Latest Version
Avg Release Cycle
6 days
Latest Release
2711 days ago
Changelog History
Changelog History
-
v0.0.9
September 05, 2015 -
v0.0.8 Changes
August 22, 2015Flux
- [FIX] Fix name of component, exposed by
redux
'sconnect
decorator. - ⚡️ Update
.eslintrc
rules. - 🚚 Move Babel settings to
.babelrc
.
- [FIX] Fix name of component, exposed by
-
v0.0.7 Changes
August 05, 2015Flux
- 🔒 [SECURITY FIX] Switch from
JSON.stringify
to Yahoo'sserialize-javascript
lib on server
- 🔒 [SECURITY FIX] Switch from
-
v0.0.6 Changes
August 01, 2015Flux
- ⚡️ Update .eslintrc to 1.0.0.
- Rewrite
meta
generator: class -> function.
🚅 Rails
- ➕ Add bundler gem installation
-
v0.0.5 Changes
July 26, 2015Flux
- Switch to webpack manifests.
- 👕 Rethink lint:
- Remove
gulp-eslint
dep (use eslint native cli api instead). - Add
.eslintignore
. - Convert
.eslintrc
to YAML. - Add react plugin.
- Remove
-
v0.0.4 Changes
July 23, 2015Flux
- Few improvements.
-
v0.0.3 Changes
July 23, 2015Flux
- 🛠 Fix auth preflight on server.
-
v0.0.2 Changes
July 22, 2015Flux
- Re-render and re-fetch everything on logout.
- ➕ Add location and params to renderer.
-
v0.0.1 Changes
July 22, 2015- Isomorphic/universal SPA based on Flux architecture
- ✅ Running on latest versions of
redux
andreact-router
- Written on ES6/ES2015 (transpiled by Babel)
- Multiple bundles ready
- Simple authentication mechanism
- ⚡️
<head>
generation and<title>
updater - 🏗 Development and production builds (using
webpack
&gulp
) - Hot reloading in development
- 📈 Google Analytics helpers
- 🚅 Rails API — up and running
- 🚀 Deployment scripts for Flux app and Rails API (using
mina
)