1 | # Change Log
|
2 |
|
3 | All notable changes to this project will be documented in this file.
|
4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5 |
|
6 | # [3.0.0-beta.16](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.15...v3.0.0-beta.16) (2019-05-07)
|
7 |
|
8 | **Note:** Version bump only for package @nuxtjs/workbox
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 | # [3.0.0-beta.15](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.14...v3.0.0-beta.15) (2019-05-07)
|
15 |
|
16 |
|
17 | ### Bug Fixes
|
18 |
|
19 | * **workbox:** disable `cacheAssets` for dev mode ([dbf6d67](https://github.com/nuxt-community/pwa-module/commit/dbf6d67))
|
20 | * **workbox:** use NetworkFirst for dev ([9a67580](https://github.com/nuxt-community/pwa-module/commit/9a67580))
|
21 |
|
22 |
|
23 | ### Features
|
24 |
|
25 | * **workbox:** offlineStrategy ([e377436](https://github.com/nuxt-community/pwa-module/commit/e377436))
|
26 |
|
27 |
|
28 | ### Reverts
|
29 |
|
30 | * remove unnecessary hmr regex ([1ac5f5c](https://github.com/nuxt-community/pwa-module/commit/1ac5f5c))
|
31 |
|
32 |
|
33 | ### BREAKING CHANGES
|
34 |
|
35 | * **workbox:** default changed from NetworkOnly to NetworkFirst when offlinePage is enabled
|
36 |
|
37 |
|
38 |
|
39 |
|
40 |
|
41 | # [3.0.0-beta.14](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.13...v3.0.0-beta.14) (2019-03-17)
|
42 |
|
43 |
|
44 | ### Features
|
45 |
|
46 | * **workbox:** make plugin fully asynchronous ([1eb1190](https://github.com/nuxt-community/pwa-module/commit/1eb1190))
|
47 | * improve computed cacheId ([cd6c9cc](https://github.com/nuxt-community/pwa-module/commit/cd6c9cc))
|
48 | * improve sw.register error handling ([9aa76f8](https://github.com/nuxt-community/pwa-module/commit/9aa76f8))
|
49 |
|
50 |
|
51 |
|
52 |
|
53 |
|
54 | # [3.0.0-beta.13](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.12...v3.0.0-beta.13) (2019-03-17)
|
55 |
|
56 |
|
57 | ### Features
|
58 |
|
59 | * **workbox:** improve sw.register ([c35f610](https://github.com/nuxt-community/pwa-module/commit/c35f610))
|
60 | * sync workbox version with workbox-window ([9a3632a](https://github.com/nuxt-community/pwa-module/commit/9a3632a))
|
61 |
|
62 |
|
63 |
|
64 |
|
65 |
|
66 | # [3.0.0-beta.12](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.11...v3.0.0-beta.12) (2019-03-05)
|
67 |
|
68 | **Note:** Version bump only for package @nuxtjs/workbox
|
69 |
|
70 |
|
71 |
|
72 |
|
73 |
|
74 | # [3.0.0-beta.11](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.10...v3.0.0-beta.11) (2019-03-05)
|
75 |
|
76 |
|
77 | ### Bug Fixes
|
78 |
|
79 | * **workbox:** always prepend routerBase to swURL ([d3a52b6](https://github.com/nuxt-community/pwa-module/commit/d3a52b6)), closes [#157](https://github.com/nuxt-community/pwa-module/issues/157)
|
80 |
|
81 |
|
82 | ### Features
|
83 |
|
84 | * **workbox:** allow cache names to be configured ([#154](https://github.com/nuxt-community/pwa-module/issues/154)) ([2d7ed53](https://github.com/nuxt-community/pwa-module/commit/2d7ed53))
|
85 | * **workbox:** workbox-window support ([2e356d0](https://github.com/nuxt-community/pwa-module/commit/2e356d0))
|
86 |
|
87 |
|
88 |
|
89 |
|
90 |
|
91 | # [3.0.0-beta.10](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.9...v3.0.0-beta.10) (2019-02-27)
|
92 |
|
93 |
|
94 | ### Features
|
95 |
|
96 | * **workbox:** use workbox 4.0.0-0 ([70813ef](https://github.com/nuxt-community/pwa-module/commit/70813ef))
|
97 |
|
98 |
|
99 |
|
100 |
|
101 |
|
102 | # [3.0.0-beta.9](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.8...v3.0.0-beta.9) (2019-02-27)
|
103 |
|
104 | **Note:** Version bump only for package @nuxtjs/workbox
|
105 |
|
106 |
|
107 |
|
108 |
|
109 |
|
110 | # [3.0.0-beta.8](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.7...v3.0.0-beta.8) (2019-02-18)
|
111 |
|
112 | **Note:** Version bump only for package @nuxtjs/workbox
|
113 |
|
114 |
|
115 |
|
116 |
|
117 |
|
118 | # [3.0.0-beta.7](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.6...v3.0.0-beta.7) (2019-02-17)
|
119 |
|
120 |
|
121 | ### Bug Fixes
|
122 |
|
123 | * **module:** handle readJSFiles for string param ([#143](https://github.com/nuxt-community/pwa-module/issues/143)) ([4f06479](https://github.com/nuxt-community/pwa-module/commit/4f06479))
|
124 |
|
125 |
|
126 | ### Features
|
127 |
|
128 | * **workbox:** bump to 4.0.0-rc.2 ([7e278f0](https://github.com/nuxt-community/pwa-module/commit/7e278f0))
|
129 |
|
130 |
|
131 |
|
132 |
|
133 |
|
134 | # [3.0.0-beta.6](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.5...v3.0.0-beta.6) (2019-02-08)
|
135 |
|
136 |
|
137 | ### Bug Fixes
|
138 |
|
139 | * relax pages regex for workbox 4 compatiblity ([04e74a7](https://github.com/nuxt-community/pwa-module/commit/04e74a7))
|
140 |
|
141 |
|
142 | ### Features
|
143 |
|
144 | * cleanupOutdatedCaches ([9167013](https://github.com/nuxt-community/pwa-module/commit/9167013))
|
145 | * **workbox:** assetsURLPattern, pagesURLPattern ([5fc3d66](https://github.com/nuxt-community/pwa-module/commit/5fc3d66))
|
146 | * **workbox:** preCaching option ([67f1c3d](https://github.com/nuxt-community/pwa-module/commit/67f1c3d))
|
147 | * **workbox:** upgrade workboxVersion to 4.0.0-rc.0 ([b364572](https://github.com/nuxt-community/pwa-module/commit/b364572))
|
148 |
|
149 |
|
150 |
|
151 |
|
152 |
|
153 | # [3.0.0-beta.5](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.3...v3.0.0-beta.5) (2019-02-08)
|
154 |
|
155 |
|
156 | ### Bug Fixes
|
157 |
|
158 | * add workboxExtensions to defaults ([#138](https://github.com/nuxt-community/pwa-module/issues/138)) ([ac8ba74](https://github.com/nuxt-community/pwa-module/commit/ac8ba74))
|
159 |
|
160 |
|
161 |
|
162 |
|
163 |
|
164 | # [3.0.0-beta.3](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2019-02-07)
|
165 |
|
166 |
|
167 | ### Features
|
168 |
|
169 | * options.dev ([fb0d38c](https://github.com/nuxt-community/pwa-module/commit/fb0d38c))
|
170 |
|
171 |
|
172 |
|
173 |
|
174 |
|
175 | # [3.0.0-beta.2](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.1...v3.0.0-beta.2) (2019-02-07)
|
176 |
|
177 |
|
178 | ### Features
|
179 |
|
180 | * offlineAnalytics ([#55](https://github.com/nuxt-community/pwa-module/issues/55)) ([4c4d3ff](https://github.com/nuxt-community/pwa-module/commit/4c4d3ff))
|
181 | * workboxExtensions and extension reading fixes ([5c56484](https://github.com/nuxt-community/pwa-module/commit/5c56484))
|
182 |
|
183 |
|
184 |
|
185 |
|
186 |
|
187 | # [3.0.0-beta.1](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.0...v3.0.0-beta.1) (2019-02-07)
|
188 |
|
189 |
|
190 | ### Features
|
191 |
|
192 | * use better regexes ([318228e](https://github.com/nuxt-community/pwa-module/commit/318228e))
|
193 |
|
194 |
|
195 |
|
196 |
|
197 |
|
198 | # [3.0.0-beta.0](https://github.com/nuxt-community/pwa-module/compare/v2.6.0...v3.0.0-beta.0) (2019-02-04)
|
199 |
|
200 |
|
201 | ### Bug Fixes
|
202 |
|
203 | * routing order for default offline route (/.*). it must be last order ([#100](https://github.com/nuxt-community/pwa-module/issues/100)) ([1c829d0](https://github.com/nuxt-community/pwa-module/commit/1c829d0))
|
204 |
|
205 |
|
206 | ### chore
|
207 |
|
208 | * only support nuxt.hook ([854d826](https://github.com/nuxt-community/pwa-module/commit/854d826))
|
209 |
|
210 |
|
211 | ### Features
|
212 |
|
213 | * rewrite workbox ([#122](https://github.com/nuxt-community/pwa-module/issues/122)) ([9e49896](https://github.com/nuxt-community/pwa-module/commit/9e49896))
|
214 | * **workbox:** change the order of default runtimeCache ([#106](https://github.com/nuxt-community/pwa-module/issues/106)) ([033b504](https://github.com/nuxt-community/pwa-module/commit/033b504))
|
215 |
|
216 |
|
217 | ### BREAKING CHANGES
|
218 |
|
219 | * needs nuxt 2.x or later
|
220 |
|
221 |
|
222 |
|
223 |
|
224 |
|
225 | <a name="2.6.0"></a>
|
226 | # [2.6.0](https://github.com/nuxt-community/pwa-module/compare/v2.5.0...v2.6.0) (2018-09-21)
|
227 |
|
228 |
|
229 | ### Bug Fixes
|
230 |
|
231 | * **workbox:** add missing lodash dependency ([#91](https://github.com/nuxt-community/pwa-module/issues/91)) ([da2c36f](https://github.com/nuxt-community/pwa-module/commit/da2c36f))
|
232 |
|
233 |
|
234 | ### Features
|
235 |
|
236 | * **workbox:** support pass config object to `workbox.setConfig` ([#95](https://github.com/nuxt-community/pwa-module/issues/95)) ([b5dab8a](https://github.com/nuxt-community/pwa-module/commit/b5dab8a))
|