All Versions
9
Latest Version
Avg Release Cycle
6 days
Latest Release
3487 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
)