You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
#### 06/12/2019
2
+
3
+
- PR #5 from @chucker merged with these changes
4
+
- Bug: **Property****`ManifestBaseUrl`** - used to specify the base Url in the manifest.json was not being used in the index `<head>` link for **manifest.json**
5
+
- Bug: **Property****`ServiceWorkerBaseUrl`** - used to specify the base Url in the ServiceWorker was not being used in the _required files_ list.
6
+
- Bug: **Property****`ServiceWorkerBaseUrl`** - used to specify the base Url in the ServiceWorker was not being used in the index `<head>` link for **ServiceWorker.js**
7
+
- Also @SQL-MisterMagoo
8
+
- Added code to automatically add leading and trailing slashes to **Property****`ManifestBaseUrl`**
9
+
- Added code to automatically add leading and trailing slashes to **Property****`ServiceWorkerBaseUrl`**
10
+
1
11
#### 11/11/2019
2
12
3
13
- Added new **Property****`ServiceWorkerIgnoreHosts`** - used to prevent service worker installation on specific hosts e.g. localhost
This project file use **`ManifestForce`** and **`ServiceWorkerForce`** to ensure that the **manifest.json** and **ServiceWorker.js** files are rebuilt - otherwise they would not change when you changed configuration.
207
+
174
208
## Roadmap
175
209
176
210
-[ ] At the moment, there is only one choice for caching strategy - Cache First/Network Fallback - I will add more (https://developers.google.com/web/ilt/pwa/introduction-to-progressive-web-app-architectures#caching_strategies_supported_by_sw-toolbox)
0 commit comments