This repository was archived by the owner on Aug 19, 2020. It is now read-only.
v0.8.0
<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:
- compile:
- 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:
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:
- 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:
- release: Bump for travis to start (8c64df65)
- render:
- restful: The restful API is now an option (7884d491, closes #7)
- test: Run mocha tests on *.test.js (46cc936f)