Skip to content
This repository was archived by the owner on Aug 19, 2020. It is now read-only.

v0.8.0

Choose a tag to compare

@saiichihashimoto saiichihashimoto released this 18 Oct 00:37

<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)