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

Commit

Permalink
0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Apr 19, 2016
1 parent aeee838 commit 6820f17
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
- Added: Initial support for Service Worker
([#343](https://github.com/MoOx/phenomic/pull/343))
- Changed: Remove the ability to define a custom globby pattern via appcache option.
`appcache` option was deprecated and will be removed soon.
You should update your configuration to use the latest `offline` option.
# 0.11.0 - 2016-04-19

- Changed: `appcache` option has been deprecated and has been replaced by
the ``offline`` option. You should update your configuration accordingly.
Please refer https://phenomic.io/docs/advanced/offline-browsing/.
([#343](https://github.com/MoOx/phenomic/pull/343))
- Added: Initial support for Service Worker via ``offline`` option.
([#343](https://github.com/MoOx/phenomic/pull/343),
[#405](https://github.com/MoOx/phenomic/pull/405))

## Boilerplate

- Removed: ``layouts/index.js``. It is not used since 0.10.0.
- Removed: (boilerplate) ``layouts/index.js``. It is not used since 0.10.0.
([#401](https://github.com/MoOx/phenomic/pull/401))
- Added: Run lint process in parallel with [npm-run-all](https://www.npmjs.com/package/npm-run-all)
([#402](https://github.com/MoOx/phenomic/pull/343))
- Added: (boilerplate) more layouts and components so new users have more
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.10.2",
"version": "0.11.0",
"description": "Modern static website generator to create dynamic websites using React components.",
"keywords": [
"react",
Expand Down

0 comments on commit 6820f17

Please sign in to comment.