UNPKG

7.04 kBMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file.
4See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6<a name="2.2.0"></a>
7# [2.2.0](https://github.com/nuxt-community/pwa-module/compare/@nuxtjs/workbox@2.1.1...@nuxtjs/workbox@2.2.0) (2018-03-05)
8
9
10### Features
11
12* Add support of StrategyOptions to cache ([b17bbd0](https://github.com/nuxt-community/pwa-module/commit/b17bbd0))
13
14
15
16
17
18<a name="2.1.1"></a>
19## [2.1.1](https://github.com/nuxt-community/pwa-module/compare/@nuxtjs/workbox@2.1.0...@nuxtjs/workbox@2.1.1) (2017-11-27)
20
21
22
23
24**Note:** Version bump only for package @nuxtjs/workbox
25
26<a name="2.1.0"></a>
27# [2.1.0](https://github.com/nuxt-community/pwa-module/compare/@nuxtjs/workbox@2.0.1...@nuxtjs/workbox@2.1.0) (2017-11-17)
28
29
30### Bug Fixes
31
32* **workbox:** faster service worker register ([07524a2](https://github.com/nuxt-community/pwa-module/commit/07524a2))
33
34
35### Features
36
37* **runtimeCaching:** Support runtimeCaching ([fdcda0f](https://github.com/nuxt-community/pwa-module/commit/fdcda0f))
38* **workbox:** add options.autoRegister ([f1e1fe1](https://github.com/nuxt-community/pwa-module/commit/f1e1fe1))
39* **workbox, onegisnal:** Use defaultsDeep for options ([5ac89cf](https://github.com/nuxt-community/pwa-module/commit/5ac89cf))
40
41
42
43
44<a name="2.0.1"></a>
45## [2.0.1](https://github.com/nuxt-community/pwa-module/compare/@nuxtjs/workbox@2.0.0...@nuxtjs/workbox@2.0.1) (2017-11-17)
46
47
48### Bug Fixes
49
50* **workbox:** make cacheId independent of npm package version ([b744a27](https://github.com/nuxt-community/pwa-module/commit/b744a27))
51* **workbox:** use regexp for runtimeCaching. fixes [#14](https://github.com/nuxt-community/pwa-module/issues/14). ([f384103](https://github.com/nuxt-community/pwa-module/commit/f384103))
52
53
54
55
56<a name="2.0.0"></a>
57# [2.0.0](https://github.com/nuxt-community/pwa-module/compare/@nuxtjs/workbox@1.2.2...@nuxtjs/workbox@2.0.0) (2017-11-16)
58
59
60### Features
61
62* Add compatibility for nuxt 1.0.0 hooks ([c0efb1d](https://github.com/nuxt-community/pwa-module/commit/c0efb1d))
63* add option to register third-party sw ([#12](https://github.com/nuxt-community/pwa-module/issues/12)) ([9c0b61e](https://github.com/nuxt-community/pwa-module/commit/9c0b61e))
64* **workbox:** expose registration as window.$sw ([a5ddf59](https://github.com/nuxt-community/pwa-module/commit/a5ddf59))
65* **workbox:** importScripts option ([7c8644c](https://github.com/nuxt-community/pwa-module/commit/7c8644c))
66* **workbox:** rewrite with better template support ([b0af84e](https://github.com/nuxt-community/pwa-module/commit/b0af84e))
67
68
69
70
71<a name="1.2.2"></a>
72## 1.2.2 (2017-10-04)
73
74
75### Bug Fixes
76
77* **docs:** add reference to pwa module ([49b7c49](https://github.com/nuxt-community/pwa/commit/49b7c49))
78
79
80
81
82<a name="1.2.1"></a>
83## 1.2.1 (2017-10-04)
84
85
86
87
88**Note:** Version bump only for package @nuxtjs/workbox
89
90<a name="1.2.0"></a>
91# [1.2.0](https://github.com/nuxt/modules/compare/@nuxtjs/workbox@1.1.6...@nuxtjs/workbox@1.2.0) (2017-08-16)
92
93
94### Features
95
96* **workbox:** use nuxt tapables ([4c52955](https://github.com/nuxt/modules/commit/4c52955))
97
98
99
100
101<a name="1.1.6"></a>
102## [1.1.6](https://github.com/nuxt/modules/compare/@nuxtjs/workbox@1.1.5...@nuxtjs/workbox@1.1.6) (2017-08-11)
103
104
105### Bug Fixes
106
107* **workbox:** fix globDirectory ([db6588f](https://github.com/nuxt/modules/commit/db6588f))
108
109
110
111
112<a name="1.1.5"></a>
113## [1.1.5](https://github.com/nuxt/modules/compare/@nuxtjs/workbox@1.1.4...@nuxtjs/workbox@1.1.5) (2017-08-11)
114
115
116### Bug Fixes
117
118* **workbox:** explicitly provide globDirectory ([6c4f984](https://github.com/nuxt/modules/commit/6c4f984))
119
120
121
122
123<a name="1.1.4"></a>
124## [1.1.4](https://github.com/nuxt/modules/compare/@nuxtjs/workbox@1.1.3...@nuxtjs/workbox@1.1.4) (2017-08-06)
125
126
127### Bug Fixes
128
129* **workbox:** correct serviceworker check (#109) ([53897f1](https://github.com/nuxt/modules/commit/53897f1))
130
131
132
133
134<a name="1.1.3"></a>
135## [1.1.3](https://github.com/nuxt/modules/compare/@nuxtjs/workbox@1.1.2...@nuxtjs/workbox@1.1.3) (2017-08-02)
136
137
138### Bug Fixes
139
140* **workbox:** only cach css and js files ([42e3edb](https://github.com/nuxt/modules/commit/42e3edb))
141
142
143
144
145<a name="1.1.2"></a>
146## [1.1.2](https://github.com/nuxt/modules/compare/@nuxtjs/workbox@1.1.1...@nuxtjs/workbox@1.1.2) (2017-07-31)
147
148
149
150
151<a name="1.1.1"></a>
152## [1.1.1](https://github.com/nuxt/modules/compare/@nuxtjs/workbox@1.1.0...@nuxtjs/workbox@1.1.1) (2017-07-19)
153
154
155### Bug Fixes
156
157* **workbox:** don't use regexs ([19502d9](https://github.com/nuxt/modules/commit/19502d9))
158
159
160
161
162<a name="1.1.0"></a>
163# [1.1.0](https://github.com/nuxt/modules/compare/@nuxtjs/workbox@1.0.1...@nuxtjs/workbox@1.1.0) (2017-07-19)
164
165
166### Features
167
168* **workbox:** enable clientsClaim by default ([f7001ad](https://github.com/nuxt/modules/commit/f7001ad))
169
170
171
172
173<a name="1.0.1"></a>
174## [1.0.1](https://github.com/nuxt/modules/compare/@nuxtjs/workbox@1.0.0...@nuxtjs/workbox@1.0.1) (2017-07-19)
175
176
177### Bug Fixes
178
179* **workbox:** update modifyUrlPrefix for latest workbox (#75) ([93e3b66](https://github.com/nuxt/modules/commit/93e3b66)), closes [#75](https://github.com/nuxt/modules/issues/75)
180
181
182
183
184<a name="0.4.0"></a>
185# [0.4.0](https://github.com/nuxt/modules/compare/@nuxtjs/workbox@0.3.4...@nuxtjs/workbox@0.4.0) (2017-06-06)
186
187
188### Features
189
190* **workbox:** simplify publicPath & routerBase ([ab1cb77](https://github.com/nuxt/modules/commit/ab1cb77))
191
192
193
194
195<a name="0.3.4"></a>
196## [0.3.4](https://github.com/nuxt/modules/compare/@nuxtjs/workbox@0.3.3...@nuxtjs/workbox@0.3.4) (2017-06-05)
197
198
199### Bug Fixes
200
201* **workbox:** incorrect swURL when routerBase is / ([efbd90e](https://github.com/nuxt/modules/commit/efbd90e))
202
203
204
205
206<a name="0.3.3"></a>
207## [0.3.3](https://github.com/nuxt/modules/compare/@nuxtjs/workbox@0.3.2...@nuxtjs/workbox@0.3.3) (2017-06-04)
208
209
210### Performance Improvements
211
212* **workbox:** use default options ([946546f](https://github.com/nuxt/modules/commit/946546f))
213
214
215
216
217<a name="0.3.2"></a>
218## [0.3.2](https://github.com/nuxt/modules/compare/@nuxtjs/workbox@0.3.1...@nuxtjs/workbox@0.3.2) (2017-06-04)
219
220
221### Bug Fixes
222
223* **workbox:** empty scope ([50326e9](https://github.com/nuxt/modules/commit/50326e9))
224
225
226
227
228<a name="0.3.1"></a>
229## [0.3.1](https://github.com/nuxt/modules/compare/@nuxtjs/workbox@0.3.0...@nuxtjs/workbox@0.3.1) (2017-06-04)
230
231
232### Bug Fixes
233
234* prevent invalid url when router base is / ([f0fd863](https://github.com/nuxt/modules/commit/f0fd863))
235
236
237
238
239<a name="0.3.0"></a>
240# [0.3.0](https://github.com/nuxt/modules/compare/@nuxtjs/workbox@0.2.0...@nuxtjs/workbox@0.3.0) (2017-06-04)
241
242
243### Features
244
245* **workbox:** full offline support ([9ee7f8f](https://github.com/nuxt/modules/commit/9ee7f8f))
246
247
248
249
250<a name="0.2.0"></a>
251# [0.2.0](https://github.com/nuxt/modules/compare/@nuxtjs/workbox@0.1.0...@nuxtjs/workbox@0.2.0) (2017-06-02)
252
253
254### Features
255
256* **workbox:** improve service worker ([445a1c2](https://github.com/nuxt/modules/commit/445a1c2))
257
258
259
260
261<a name="0.1.0"></a>
262# 0.1.0 (2017-06-02)
263
264
265### Features
266
267* workbox ([3d919c3](https://github.com/nuxt/modules/commit/3d919c3))