Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
0.15.0
Browse files Browse the repository at this point in the history
- ``offline`` option has been rewritten. If you were using `offline:
true`, you
  don't need to change anything, you will just have few bug fixes and a
change
  to "network" first approach.
  Otherwise, please check details below and/or the online documentation.
  We hope you will enjoy this nice API!
- default port is now 3333 in development
- remark has been updated to 5.x version
- boilerplate got some updates, mainly for stylelint
  • Loading branch information
MoOx committed Jul 13, 2016
1 parent 959fd71 commit 3e4b400
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# HEAD

# 0.15.0 - 2016-07-13

## tl;dr;

- ``offline`` option has been rewritten. If you were using `offline: true`, you
don't need to change anything, you will just have few bug fixes and a change
to "network" first approach.
Otherwise, please check details below and/or the online documentation.
We hope you will enjoy this nice API!
- default port is now 3333 in development
- remark has been updated to 5.x version
- boilerplate got some updates, mainly for stylelint

## Details

- Removed: ``appcache`` option has now completely being removed in favor of
``offline`` (after being deprecated in 0.11.0). See new API below.
- Changed: Offline option has been completely rewritten.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phenomic",
"version": "0.14.2",
"version": "0.15.0",
"description": "Modern website generator based on the React and Webpack ecosystem.",
"keywords": [
"react",
Expand Down

0 comments on commit 3e4b400

Please sign in to comment.