Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@thescientist13 thescientist13 released this 09 Sep 03:00
· 4 commits to master since this release

Overview

Formal preview release with working Dockerfile example and documentation.

Known Issues

Please see the Milestones page for release / feature timelines.

Changelog

$ git diff 0.0.1 0.1.0 --stat
 .babelrc                 |    3 -
 .circleci/config.yml     |    2 +-
 .dockerignore            |    3 +-
 .eslintrc                |    5 +
 .gitignore               |    1 +
 Dockerfile               |   50 +-
 README.md                |  207 ++++--
 package.json             |   33 +-
 server.js                |   11 +-
 webpack.config.common.js |   20 +-
 yarn.lock                | 3139 +++++++++++++++++++++++++++++++++++++++------------------------------------------
 11 files changed, 1772 insertions(+), 1702 deletions(-)