Skip to content

Commit

Permalink
V2.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tbela99 committed Jun 3, 2018
1 parent 2d98f2a commit 7218d75
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,11 @@ You can specify which resource are not managed by the service worker by specifyi

## V2.4

* Provide an optional URL for the CORS header Access-Control-Allow-Origin. If not provided, we use '\*'
* Customize max-age value for cached resources
* remove Expires header in favor of max-age
* Service worker cache expiration api
* Define cache expiration rule per file type
* Add missing files to the git repo

## V2.3

Expand Down
3 changes: 0 additions & 3 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

## High priority list

1. Service worker cache expiration api (using localforage or a lightweight indexDb library)
1. Define cache expiration rule per file type
1. Post messages to the service worker from the client
1. Make lazyloaded images indexable. Use either noscript tag or micro data
1. Background Sync see [here](https://developers.google.com/web/updates/2015/12/background-sync)
1. Clear Joomla cache when settings are updated
Expand Down
2 changes: 1 addition & 1 deletion gzip.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<license>Released under dual license LGPL v3 | MIT</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.tbela.net</authorUrl>
<version>2.3</version>
<version>2.4</version>
<description>PLG_SYSTEM_GZIP_XML_DESCRIPTION</description>
<files>
<folder>fields</folder>
Expand Down
2 changes: 1 addition & 1 deletion worker/router/sw.router.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/* global SW, CRY, scope, undef */

(function(SW) {
const weakmap = new WeakMap();
// const weakmap = new WeakMap();

function normalize(method = "GET") {
if (method == undef || method == "HEAD") {
Expand Down

0 comments on commit 7218d75

Please sign in to comment.