Releases: saiichihashimoto/generator-full-stack
Releases · saiichihashimoto/generator-full-stack
v0.12.0
19 Oct 21:53
Compare
Sorry, something went wrong.
No results found
<a name"0.12.0">
0.12.0 (2016-10-19)
Bug Fixes
generators: CLI options enable/disable features (c08caf8e , closes #41 )
heroku: Run build post build (8198215e )
Features
generators: CLI options enable/disable generators (04cea7ff , closes #41 )
style: Stylefmt & Stylelint css files (89c847ed , closes #34 )
v0.11.0
19 Oct 21:10
Compare
Sorry, something went wrong.
No results found
<a name"0.11.0">
0.11.0 (2016-10-19)
Features
v0.10.0
19 Oct 20:38
Compare
Sorry, something went wrong.
No results found
<a name"0.10.0">
0.10.0 (2016-10-19)
Features
v0.9.0
18 Oct 00:58
Compare
Sorry, something went wrong.
No results found
<a name"0.9.0">
0.9.0 (2016-10-18)
Features
test: Disable or enable test coverage (0843ad3d )
v0.8.0
18 Oct 00:37
Compare
Sorry, something went wrong.
No results found
<a name"0.8.0">
0.8.0 (2016-10-18)
Most of this is rewrites so it's not accurate
Bug Fixes
api: API stub used in the proper situations (476ef32c )
build:
rsync now copies all files in templates directories (e677ae7d )
Copy is no longer broken in production or development (fd5d3a6e )
compile:
Various fixes based on css-modules (46491e70 )
babel-plugin-css-modules-transform allows babel for the server to require css mo (56afce31 )
generators:
git: Just let the user git add/commit on their own (ee0e8413 )
redux: Actions (from the api) resolve with the api result (c8ea4eee )
render: Bug in server template fixed (1c6ade2c )
scripts: Don't clean npm cache for anyone (eb2c67af )
sentry: Importing the same module twice caused a linting issue (b70764f7 )
web: Only run stylelint/stylefmt when using web (deb06e89 )
webpack:
Files that can only be used in webpack have ".web" in them (b5b889f5 )
Files that aren't specific to webpack shouldn't have ".web" in them (2b5a132a )
Features
analytics: react-router changes set analytics pages (a58eee60 )
ci: Initial CI setup (260abe3b )
continuous: Enable travis (f18e53cc )
entities: Normalizr schemas live in entities (8999c7a1 )
errors: Use raven/sentry instead of rollbar (e904cd40 )
feathers:
Scaffold connecting frontend to backend (2235facb )
Scaffold feathers services (070b2960 )
git: Initialize git (c8104c10 )
github: Setup github repo and labels (3dbd55ef )
linting: Linting and Formatting for basic cases (8a3f1a80 )
many: github aware, splitting out redux, refactoring (180e8d35 )
package:
Generate package.json (d83e47f8 )
Uses git/github information, inits the repository (if necessary), and commits (6b729045 )
Specify package parameters (f5f05a7b )
release: Bump for travis to start (8c64df65 )
render:
react-helmet injects itself into the build/serve (1c6b4634 , closes #4 , #5 , #6 )
Render html in the build (a408d6e1 )
Render html on server side (c697c576 )
restful: The restful API is now an option (7884d491 , closes #7 )
test: Run mocha tests on *.test.js (46cc936f )